prep for 1.004002
Karen Etheridge [Sun, 9 Sep 2012 01:15:31 +0000 (18:15 -0700)]
lib/strictures.pm

index e8bff80..4712f11 100644 (file)
@@ -5,7 +5,7 @@ use warnings FATAL => 'all';
 
 use constant _PERL_LT_5_8_4 => ($] < 5.008004) ? 1 : 0;
 
-our $VERSION = '1.004001'; # 1.4.1
+our $VERSION = '1.004002'; # 1.4.2
 
 sub VERSION {
   for ($_[1]) {