summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-03-02 12:30:09 -0700
committerKarl Williamson <khw@cpan.org>2018-03-02 12:35:42 -0700
commitd8255c827dc80db97c8439ea38afc130902a7c1e (patch)
treeaff4fe282da5681a581a021eb17451b42f033878 /lib
parent90fe04894e1509f4c8efa9a2ba4f01d295d9634c (diff)
downloadperl-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 'lib')
-rw-r--r--lib/warnings.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/warnings.pm b/lib/warnings.pm
index af23f909b7..afb7934ab5 100644
--- a/lib/warnings.pm
+++ b/lib/warnings.pm
@@ -5,7 +5,7 @@
package warnings;
-our $VERSION = "1.41";
+our $VERSION = "1.42";
# Verify that we're called correctly so that warnings will work.
# Can't use Carp, since Carp uses us!