From: Graham Knop Date: Sat, 16 Aug 2014 01:16:24 +0000 (-0400) Subject: bump version X-Git-Tag: v1.005005~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eab1cefe40abebc606663fa6872fe3b8c8d00615;p=p5sagit%2Fstrictures.git bump version --- diff --git a/lib/strictures.pm b/lib/strictures.pm index b34c1f7..46ee821 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.005004'; +our $VERSION = '1.005005'; sub VERSION { my ($class, $version) = @_;