--- common-sense/sense.pm.PL 2014/05/31 20:38:48 1.16 +++ common-sense/sense.pm.PL 2015/06/29 12:40:22 1.17 @@ -1,6 +1,6 @@ #! perl-000 -our $VERSION = '3.73'; +our $VERSION = 3.74; open STDOUT, ">$ARGV[0]~" or die "$ARGV[0]~: $!"; @@ -22,6 +22,7 @@ feature->import (qw(current_sub fc evalbytes)); feature->unimport (qw(array_base)); } + } no warnings;