summaryrefslogtreecommitdiff
path: root/lib/strict.pm
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-06-22 19:05:53 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-06-22 22:11:45 -0700
commita9718cca12898e15c60726252d70e0dfd36e4c04 (patch)
treed2f3b98c1da66778c080ff9765105c1bcd0192be /lib/strict.pm
parent0720aa4d2f1fd577c7a0756552e33d0a0cb5c835 (diff)
downloadperl-a9718cca12898e15c60726252d70e0dfd36e4c04.tar.gz
Increase $strict::VERSION to 1.08
Diffstat (limited to 'lib/strict.pm')
-rw-r--r--lib/strict.pm2
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?$/ ) {