need to load modules in WebGUI::BestPractices

This commit is contained in:
Graham Knop 2011-04-28 15:35:10 -05:00
parent ae64037876
commit a82868c2d3

View file

@ -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;