diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-09-29 22:43:38 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-09-30 00:01:27 -0700 |
commit | 7ae5d31c28bff87535cb83fdb5c83abac5c5e3ad (patch) | |
tree | 045b759cddd0687d7f9ccc53679c233085a6cf6d /regen | |
parent | 23d16d50b9b81f01c23562fbd69afe64a4d4af23 (diff) | |
download | perl-7ae5d31c28bff87535cb83fdb5c83abac5c5e3ad.tar.gz |
Increase $warnings::VERSION to 1.15
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 38eca47a37..e99ff4b913 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -437,7 +437,7 @@ read_only_bottom_close_and_rename($pm); __END__ package warnings; -our $VERSION = '1.14'; +our $VERSION = '1.15'; # Verify that we're called correctly so that warnings will work. # see also strict.pm. |