diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-10-29 11:55:09 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-29 11:55:09 -0700 |
commit | d9f099ba19708667c3dbe041cdfdb2f4ef00dce3 (patch) | |
tree | 4f2eeeefc11040e9612551487884998d14a51a39 /lib | |
parent | 97631e60d57d5dff2c1fd3a99046a8e454910066 (diff) | |
download | perl-d9f099ba19708667c3dbe041cdfdb2f4ef00dce3.tar.gz |
Increase $strict::VERSION to 1.05
Diffstat (limited to 'lib')
-rw-r--r-- | lib/strict.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strict.pm b/lib/strict.pm index e8c25dc8a5..6e193ac623 100644 --- a/lib/strict.pm +++ b/lib/strict.pm @@ -1,6 +1,6 @@ package strict; -$strict::VERSION = "1.04"; +$strict::VERSION = "1.05"; # Verify that we're called correctly so that strictures will work. unless ( __FILE__ =~ /(^|[\/\\])\Q${\__PACKAGE__}\E\.pmc?$/ ) { |