diff --git a/lib/WebGUI/BestPractices.pm b/lib/WebGUI/BestPractices.pm index e481d1528..b7786b9c0 100644 --- a/lib/WebGUI/BestPractices.pm +++ b/lib/WebGUI/BestPractices.pm @@ -32,6 +32,11 @@ This module is the equivalent of adding the following to your module: =cut +use strict; +use warnings; +use feature ':5.10'; +use namespace::autoclean (); + sub import { my $caller = caller; strict->import;