From: Karen Etheridge Date: Sat, 10 Nov 2012 22:40:09 +0000 (-0800) Subject: prep for release X-Git-Tag: v1.004003~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9d152c1b3cdf748e585c49ce794024380c6beb3a;hp=77f9ff76579e0e3879b74dad1b9b1c13a55661aa;p=p5sagit%2Fstrictures.git prep for release --- diff --git a/lib/strictures.pm b/lib/strictures.pm index 2ef91fe..714faaa 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.004002'; # 1.4.2 +our $VERSION = '1.004003'; # 1.4.3 sub VERSION { for ($_[1]) {