From: Matt S Trout Date: Sun, 8 Apr 2012 19:05:49 +0000 (+0000) Subject: bump version X-Git-Tag: v1.003001~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2e6099f454e536da74989691efe7f18a6f86f115;p=p5sagit%2Fstrictures.git bump version --- diff --git a/lib/strictures.pm b/lib/strictures.pm index c5aca4b..ac8337a 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.003000'; # 1.3.0 +our $VERSION = '1.003001'; # 1.3.1 sub VERSION { for ($_[1]) {