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 /regen | |
parent | 67ba812d5fe08169b8a39cdc1f4945c5e08f32e1 (diff) | |
download | perl-8c6587eca813ef8fdde01c9834027466dadc81d5.tar.gz |
bump $strict::VERSION and $warnings::VERSION
Diffstat (limited to 'regen')
-rw-r--r-- | regen/warnings.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl index bed198d8a1..d81a078ccf 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -16,7 +16,7 @@ # # This script is normally invoked from regen.pl. -$VERSION = '1.35'; +$VERSION = '1.36'; BEGIN { require 'regen/regen_lib.pl'; |