diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-09-20 11:16:08 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-10-10 21:53:48 -0700 |
commit | be16e595fd8043a26fd91f476ab13f121e70b39c (patch) | |
tree | ca9719b36845f62f83de9ac7cf9abafb31eb949e /regen/warnings.pl | |
parent | f438dbf03e8533ecb95016b51e9c54cac5f93251 (diff) | |
download | perl-be16e595fd8043a26fd91f476ab13f121e70b39c.tar.gz |
Increase $warnings::VERSION to 1.27
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 ddcdfff368..156154a43d 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -477,7 +477,7 @@ read_only_bottom_close_and_rename($pm); __END__ package warnings; -our $VERSION = '1.26'; +our $VERSION = '1.27'; # Verify that we're called correctly so that warnings will work. # see also strict.pm. |