diff options
-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 934bdd49f5..0577ad3ed7 100644 --- a/lib/warnings.pm +++ b/lib/warnings.pm @@ -5,7 +5,7 @@ package warnings; -our $VERSION = '1.13'; +our $VERSION = '1.14'; # Verify that we're called correctly so that warnings will work. # see also strict.pm. diff --git a/regen/warnings.pl b/regen/warnings.pl index 70a35d3c41..5ed8b12114 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -432,7 +432,7 @@ read_only_bottom_close_and_rename($pm); __END__ package warnings; -our $VERSION = '1.13'; +our $VERSION = '1.14'; # Verify that we're called correctly so that warnings will work. # see also strict.pm. |