X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstrictures.pm;h=909d27ab3e843b9a0e68aa84564124a67f3ede89;hb=415df732a2faaabbd8689e4fea15ff6997e2cb44;hp=cff36fbaed4ab75fa9f40e23b22c981a2712fef8;hpb=24590d987b3ff66dc1fe70c0d86f6ba4e5e5de21;p=p5sagit%2Fstrictures.git diff --git a/lib/strictures.pm b/lib/strictures.pm index cff36fb..909d27a 100644 --- a/lib/strictures.pm +++ b/lib/strictures.pm @@ -8,12 +8,13 @@ BEGIN { *_CAN_GOTO_VERSION = ($] >= 5.008000) ? sub(){1} : sub(){0}; } -our $VERSION = '1.999_001'; +our $VERSION = '1.999_002'; $VERSION = eval $VERSION; $VERSION = 2; # a bit of a cheat, but requesting v2 needs to be possible our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw( closure + chmod deprecated exiting experimental @@ -72,6 +73,7 @@ our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw( taint threads uninitialized + umask unpack untie utf8