diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-11-20 14:25:17 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-20 14:25:17 -0800 |
commit | 23c936f23a4bded087cda7e9dcd2a79a45e562fb (patch) | |
tree | 2159b4b9db187f6a29c71178bc0870777c7c2000 /lib/strict.pm | |
parent | 657c2f9b95ff6af86bb05de990627aa82354b01a (diff) | |
download | perl-23c936f23a4bded087cda7e9dcd2a79a45e562fb.tar.gz |
$strict::VERSION = "1.06"
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 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?$/ ) { |