From: Karen Etheridge Date: Thu, 14 Aug 2014 18:18:15 +0000 (-0700) Subject: strip off comment, that doesn't get bumped with the real $VERSION X-Git-Tag: v1.005005~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fstrictures.git;a=commitdiff_plain;h=b63d5bb4976b63cb58973a4558dbf82972fba445 strip off comment, that doesn't get bumped with the real $VERSION --- diff --git a/lib/strictures.pm b/lib/strictures.pm index 66e9091..b34c1f7 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'; # 1.5.4 +our $VERSION = '1.005004'; sub VERSION { my ($class, $version) = @_;