summaryrefslogtreecommitdiff
path: root/ext
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 /ext
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 'ext')
-rw-r--r--ext/POSIX/lib/POSIX.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/lib/POSIX.pm b/ext/POSIX/lib/POSIX.pm
index 8f61f6ede9..a05ec02be2 100644
--- a/ext/POSIX/lib/POSIX.pm
+++ b/ext/POSIX/lib/POSIX.pm
@@ -4,7 +4,7 @@ use warnings;
our ($AUTOLOAD, %SIGRT);
-our $VERSION = '1.82';
+our $VERSION = '1.83';
require XSLoader;