X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fstrictures.git;a=blobdiff_plain;f=lib%2Fstrictures.pm;h=909d27ab3e843b9a0e68aa84564124a67f3ede89;hp=5ccfb43e44c203674ef10090e6b77223d1119c69;hb=415df732a2faaabbd8689e4fea15ff6997e2cb44;hpb=5799c6afa61b114981ab6db0e2f40d2ec18cf94c diff --git a/lib/strictures.pm b/lib/strictures.pm index 5ccfb43..909d27a 100644 --- a/lib/strictures.pm +++ b/lib/strictures.pm @@ -8,7 +8,7 @@ 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