From: Graham Knop Date: Wed, 12 Feb 2014 22:00:29 +0000 (-0500) Subject: bump version X-Git-Tag: v1.005003~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fstrictures.git;a=commitdiff_plain;h=2b1798e04c7e7da24eb968124d86c1009bfe19d9 bump version --- diff --git a/lib/strictures.pm b/lib/strictures.pm index 7c517b9..2db3be6 100644 --- a/lib/strictures.pm +++ b/lib/strictures.pm @@ -7,7 +7,7 @@ BEGIN { *_PERL_LT_5_8_4 = ($] < 5.008004) ? sub(){1} : sub(){0}; } -our $VERSION = '1.005002'; # 1.5.2 +our $VERSION = '1.005003'; # 1.5.3 sub VERSION { my ($class, $version) = @_;