summaryrefslogtreecommitdiff
path: root/lib/strict.pm
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-20 14:25:17 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-11-20 14:25:17 -0800
commit23c936f23a4bded087cda7e9dcd2a79a45e562fb (patch)
tree2159b4b9db187f6a29c71178bc0870777c7c2000 /lib/strict.pm
parent657c2f9b95ff6af86bb05de990627aa82354b01a (diff)
downloadperl-23c936f23a4bded087cda7e9dcd2a79a45e562fb.tar.gz
$strict::VERSION = "1.06"
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 5dc0059abc..c1544f5c4b 100644
--- a/lib/strict.pm
+++ b/lib/strict.pm
@@ -1,6 +1,6 @@
package strict;
-$strict::VERSION = "1.05";
+$strict::VERSION = "1.06";
# Verify that we're called correctly so that strictures will work.
unless ( __FILE__ =~ /(^|[\/\\])\Q${\__PACKAGE__}\E\.pmc?$/ ) {