diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 19:05:53 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 22:11:45 -0700 |
commit | a9718cca12898e15c60726252d70e0dfd36e4c04 (patch) | |
tree | d2f3b98c1da66778c080ff9765105c1bcd0192be /lib/strict.pm | |
parent | 0720aa4d2f1fd577c7a0756552e33d0a0cb5c835 (diff) | |
download | perl-a9718cca12898e15c60726252d70e0dfd36e4c04.tar.gz |
Increase $strict::VERSION to 1.08
Diffstat (limited to 'lib/strict.pm')
-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 5093e8c831..8eed8bc3f7 100644 --- a/lib/strict.pm +++ b/lib/strict.pm @@ -1,6 +1,6 @@ package strict; -$strict::VERSION = "1.07"; +$strict::VERSION = "1.08"; # Verify that we're called correctly so that strictures will work. unless ( __FILE__ =~ /(^|[\/\\])\Q${\__PACKAGE__}\E\.pmc?$/ ) { |