X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstrictures.pm;h=0ad8144125ca2c4659eabfc6e054d7ee2c971229;hb=93ae637eafa34d2f093cf276421da54564195c7b;hp=3286a541fabd99fe213e417b02164957178648b9;hpb=f0be0be50f9e06745667def6c413c2131888248f;p=p5sagit%2Fstrictures.git diff --git a/lib/strictures.pm b/lib/strictures.pm index 3286a54..0ad8144 100644 --- a/lib/strictures.pm +++ b/lib/strictures.pm @@ -3,7 +3,7 @@ package strictures; use strict; use warnings FATAL => 'all'; -our $VERSION = '1.002000'; # 1.2.0 +our $VERSION = '1.002001'; # 1.2.1 sub VERSION { for ($_[1]) { @@ -116,7 +116,7 @@ cost of blowing things up on another machine. Therefore, strictures turns on indirect checking only when it thinks it's running in a compilation (or pod coverage) test - though if this causes -undesired behaviour this can be overriden by setting the +undesired behaviour this can be overridden by setting the PERL_STRICTURES_EXTRA environment variable. If additional useful author side checks come to mind, I'll add them to the @@ -161,7 +161,7 @@ Gitweb is on http://git.shadowcat.co.uk/ and the clone URL is: =head1 AUTHOR -Matt S. Trout +mst - Matt S. Trout (cpan:MSTROUT) =head1 CONTRIBUTORS