From: Graham Knop Date: Thu, 5 Feb 2015 11:34:35 +0000 (-0500) Subject: bump version to 1.999_002 X-Git-Tag: v1.999_002~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fstrictures.git;a=commitdiff_plain;h=415df732a2faaabbd8689e4fea15ff6997e2cb44 bump version to 1.999_002 --- 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