X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstrictures.pm;h=64d4ba2ed0666e2e5bba605a21d0971ed4464d88;hb=9404cddf34f6fa514938df735aaeb3eee524e0cb;hp=79ffcc011465b815308f40b07c3aac5a0e71063b;hpb=da50db3f44b8220b3184875b17104e565b42cd3d;p=p5sagit%2Fstrictures.git diff --git a/lib/strictures.pm b/lib/strictures.pm index 79ffcc0..64d4ba2 100644 --- a/lib/strictures.pm +++ b/lib/strictures.pm @@ -10,7 +10,7 @@ BEGIN { *_CAN_GOTO_VERSION = ($] >= 5.010000) ? sub(){1} : sub(){0}; } -our $VERSION = '2.000001'; +our $VERSION = '2.000004'; $VERSION = eval $VERSION; our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw( @@ -22,6 +22,7 @@ our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw( experimental::autoderef experimental::bitwise experimental::const_attr + experimental::declared_refs experimental::lexical_subs experimental::lexical_topic experimental::postderef