From: Matt S Trout Date: Sat, 7 Apr 2012 14:52:05 +0000 (+0000) Subject: 1.3.0 since we've increased the extra testing X-Git-Tag: v1.003001~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fstrictures.git;a=commitdiff_plain;h=13bd22bfb0dae7baaad601cd573452fad11743b1 1.3.0 since we've increased the extra testing --- diff --git a/lib/strictures.pm b/lib/strictures.pm index f1f39b2..c5aca4b 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.002002'; # 1.2.2 +our $VERSION = '1.003000'; # 1.3.0 sub VERSION { for ($_[1]) {