MT#20543 Use strictures version 2

Version 1 makes several unsafe warnings fatal. Let's play safe here.

Change-Id: Ib71fa204074ee06e786e75a32d3a65a034bcb909
changes/75/6675/1
Guillem Jover 9 years ago
parent 2c900a3673
commit a9afd450e5

@ -17,7 +17,7 @@ sub import {
}
my $caller = caller;
strictures->import(version => 1);
strictures->import(version => 2);
feature->import(':5.14');
my $export = "package $caller;\n";

Loading…
Cancel
Save