From: Karen Etheridge Date: Sun, 9 Sep 2012 01:15:31 +0000 (-0700) Subject: prep for 1.004002 X-Git-Tag: v1.004002~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fstrictures.git;a=commitdiff_plain;h=7b5a233d273ef5d790bc83249d5b6f7a762da41e prep for 1.004002 --- diff --git a/lib/strictures.pm b/lib/strictures.pm index e8bff80..4712f11 100644 --- a/lib/strictures.pm +++ b/lib/strictures.pm @@ -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]) {