repository metadata
[p5sagit/strictures.git] / lib / strictures.pm
index bb136ae..3d2e24d 100644 (file)
@@ -5,7 +5,7 @@ use warnings FATAL => 'all';
 
 use constant _PERL_LT_5_8_4 => ($] < 5.008004) ? 1 : 0;
 
-our $VERSION = '1.003001'; # 1.3.1
+our $VERSION = '1.004000'; # 1.4.0
 
 sub VERSION {
   for ($_[1]) {