diff options
author | Tony Cook <tony@develop-help.com> | 2018-02-12 11:07:14 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2018-02-12 11:07:14 +1100 |
commit | 95634b11ca08a0894253d3b2939f815ef86600c3 (patch) | |
tree | 598a8959c9eb8d377e5a80313327c2ed980c5631 /regen/warnings.pl | |
parent | a7caeb5ea5f808dade098c97e87d3354b994f68f (diff) | |
download | perl-95634b11ca08a0894253d3b2939f815ef86600c3.tar.gz |
bump $warnings::VERSION
since warnings.(pm|pl) was updated in 25ebbc2270
Diffstat (limited to 'regen/warnings.pl')
-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 ef2d16999b..d9243a6b11 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -16,7 +16,7 @@ # # This script is normally invoked from regen.pl. -$VERSION = '1.40'; +$VERSION = '1.41'; BEGIN { require './regen/regen_lib.pl'; |