need to load modules in WebGUI::BestPractices
This commit is contained in:
parent
ae64037876
commit
a82868c2d3
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue