diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-03-31 13:33:33 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-04-03 08:46:01 -0700 |
commit | 1c389bff36c57eefe2a89bf883b80bbc7fd006a3 (patch) | |
tree | 9028ed83726a0a6ebad1e1d30aa6e9ca85e9630b /lib/strict.pm | |
parent | 65ae6364e899062042cfe8a0cd81f9b2768fc2b5 (diff) | |
download | perl-1c389bff36c57eefe2a89bf883b80bbc7fd006a3.tar.gz |
Increase $strict::VERSION to 1.07
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 e9fc4ffd69..bb8920b1d2 100644 --- a/lib/strict.pm +++ b/lib/strict.pm @@ -1,6 +1,6 @@ package strict; -$strict::VERSION = "1.06"; +$strict::VERSION = "1.07"; # Verify that we're called correctly so that strictures will work. unless ( __FILE__ =~ /(^|[\/\\])\Q${\__PACKAGE__}\E\.pmc?$/ ) { |