change to version 1.999_001, but set it to 2 at runtime
Graham Knop [Sun, 1 Feb 2015 20:08:53 +0000 (15:08 -0500)]
Requesting strictures 2 is part of the API, so the runtime version needs
to be >= 2.  It's a bit of a cheat, but shouldn't break too much.

lib/strictures.pm

index e553774..a715c60 100644 (file)
@@ -7,8 +7,9 @@ BEGIN {
   *_PERL_LT_5_8_4 = ($] < 5.008004) ? sub(){1} : sub(){0};
 }
 
-our $VERSION = '2.000000';
+our $VERSION = '1.999_001';
 $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