prep for 1.004004 release
Karen Etheridge [Mon, 12 Nov 2012 19:04:23 +0000 (11:04 -0800)]
lib/strictures.pm

index 21bd8b4..1170a25 100644 (file)
@@ -5,7 +5,7 @@ use warnings FATAL => 'all';
 
 use constant _PERL_LT_5_8_4 => ($] < 5.008004) ? 1 : 0;
 
-our $VERSION = '1.004003'; # 1.4.3
+our $VERSION = '1.004004'; # 1.4.4
 
 sub VERSION {
   for ($_[1]) {