1.3.0 since we've increased the extra testing
Matt S Trout [Sat, 7 Apr 2012 14:52:05 +0000 (14:52 +0000)]
lib/strictures.pm

index f1f39b2..c5aca4b 100644 (file)
@@ -5,7 +5,7 @@ use warnings FATAL => 'all';
 
 use constant _PERL_LT_5_8_4 => ($] < 5.008004) ? 1 : 0;
 
-our $VERSION = '1.002002'; # 1.2.2
+our $VERSION = '1.003000'; # 1.3.0
 
 sub VERSION {
   for ($_[1]) {