Enable Perl warnings for plugins

This commit is contained in:
Juerd Waalboer 2022-12-25 05:33:24 +01:00
parent da523f8daa
commit a444512bf1
2 changed files with 14 additions and 1 deletions

View file

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