Enable Perl warnings for plugins
This commit is contained in:
parent
da523f8daa
commit
a444512bf1
2 changed files with 14 additions and 1 deletions
|
@ -52,6 +52,7 @@ sub load($class) {
|
|||
}
|
||||
RevBank::Eval::clean_eval(qq[
|
||||
use strict;
|
||||
use warnings;
|
||||
use feature qw(signatures);
|
||||
no warnings 'experimental::signatures';
|
||||
package $package;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue