From: Karen Etheridge Date: Mon, 12 Nov 2012 19:04:23 +0000 (-0800) Subject: prep for 1.004004 release X-Git-Tag: v1.004004~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6c6d9fb583403321aeabc5f83f2e4256901a46d2;p=p5sagit%2Fstrictures.git prep for 1.004004 release --- diff --git a/lib/strictures.pm b/lib/strictures.pm index 21bd8b4..1170a25 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.004003'; # 1.4.3 +our $VERSION = '1.004004'; # 1.4.4 sub VERSION { for ($_[1]) {