diff options
author | Karl Williamson <khw@cpan.org> | 2018-03-02 12:30:09 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-03-02 12:35:42 -0700 |
commit | d8255c827dc80db97c8439ea38afc130902a7c1e (patch) | |
tree | aff4fe282da5681a581a021eb17451b42f033878 /regen/warnings.pl | |
parent | 90fe04894e1509f4c8efa9a2ba4f01d295d9634c (diff) | |
download | perl-d8255c827dc80db97c8439ea38afc130902a7c1e.tar.gz |
Bump version of POSIX.pm to 1.83; warnings to 1.42
These were made using the old version number, and the error was not
caught, because of the lateness in getting 5.27.9 tagged
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 abc10d2949..9c10f69464 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -16,7 +16,7 @@ # # This script is normally invoked from regen.pl. -$VERSION = '1.41'; +$VERSION = '1.42'; BEGIN { require './regen/regen_lib.pl'; |