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 | |
parent | a7caeb5ea5f808dade098c97e87d3354b994f68f (diff) | |
download | perl-95634b11ca08a0894253d3b2939f815ef86600c3.tar.gz |
bump $warnings::VERSION
since warnings.(pm|pl) was updated in 25ebbc2270
-rw-r--r-- | lib/warnings.pm | 2 | ||||
-rw-r--r-- | regen/warnings.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/warnings.pm b/lib/warnings.pm index 911c5aad5a..7b7540ca64 100644 --- a/lib/warnings.pm +++ b/lib/warnings.pm @@ -5,7 +5,7 @@ package warnings; -our $VERSION = "1.40"; +our $VERSION = "1.41"; # Verify that we're called correctly so that warnings will work. # Can't use Carp, since Carp uses us! 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'; |