From: Graham Knop Date: Thu, 6 Mar 2014 21:22:33 +0000 (-0500) Subject: bump version X-Git-Tag: v1.005004~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b0ea92712509a1ed1fc785ab2f268324dd8464e7;p=p5sagit%2Fstrictures.git bump version --- diff --git a/lib/strictures.pm b/lib/strictures.pm index 2db3be6..66e9091 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.005003'; # 1.5.3 +our $VERSION = '1.005004'; # 1.5.4 sub VERSION { my ($class, $version) = @_;