X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstrictures.pm;h=2c59148466e608f3da569d6d0d51ea5749c9d1cd;hb=8190ff5bc784d2efaa9677dd49fc8767d3f3cfee;hp=21bd8b4a268ae66831f0195913f5abd0eada2793;hpb=488f29661a7c0726872fc6086820a4413bcaf7a3;p=p5sagit%2Fstrictures.git diff --git a/lib/strictures.pm b/lib/strictures.pm index 21bd8b4..2c59148 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.004003'; # 1.4.3 +our $VERSION = '1.004004'; # 1.4.4 sub VERSION { for ($_[1]) { @@ -21,7 +21,7 @@ sub VERSION { shift->SUPER::VERSION(@_); } -my $extra_load_states; +our $extra_load_states; our $Smells_Like_VCS = (-e '.git' || -e '.svn' || (-e '../../dist.ini' && (-e '../../.git' || -e '../../.svn'))); @@ -256,7 +256,7 @@ mst - Matt S. Trout (cpan:MSTROUT) =head1 CONTRIBUTORS -None required yet. Maybe this module is perfect (hahahahaha ...). +Karen Etheridge (cpan:ETHER) =head1 COPYRIGHT