diff options
author | Tony Cook <tony@develop-help.com> | 2016-03-02 15:52:06 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2016-03-02 15:52:06 +1100 |
commit | 8c6587eca813ef8fdde01c9834027466dadc81d5 (patch) | |
tree | f35bc8a18d8dd9f74b9d5d7a51df2c6637c8caee /lib | |
parent | 67ba812d5fe08169b8a39cdc1f4945c5e08f32e1 (diff) | |
download | perl-8c6587eca813ef8fdde01c9834027466dadc81d5.tar.gz |
bump $strict::VERSION and $warnings::VERSION
Diffstat (limited to 'lib')
-rw-r--r-- | lib/strict.pm | 2 | ||||
-rw-r--r-- | lib/warnings.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/strict.pm b/lib/strict.pm index f528df79d5..923c921363 100644 --- a/lib/strict.pm +++ b/lib/strict.pm @@ -1,6 +1,6 @@ package strict; -$strict::VERSION = "1.10"; +$strict::VERSION = "1.11"; my ( %bitmask, %explicit_bitmask ); diff --git a/lib/warnings.pm b/lib/warnings.pm index eab3b633ac..ddb0c35e8d 100644 --- a/lib/warnings.pm +++ b/lib/warnings.pm @@ -5,7 +5,7 @@ package warnings; -our $VERSION = "1.35"; +our $VERSION = "1.36"; # Verify that we're called correctly so that warnings will work. # Can't use Carp, since Carp uses us! |