summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-07-24 13:58:41 -0600
committerKarl Williamson <khw@cpan.org>2021-07-24 14:00:27 -0600
commita34829fcea66071b762135d6db51a577cc1f2586 (patch)
tree9034a23dcdb2846bd338b43b4eec197a2292adfb /ext
parent518b608a726e9d95e605f2e61132196f87f23eb1 (diff)
downloadperl-a34829fcea66071b762135d6db51a577cc1f2586.tar.gz
POSIX: Bump version
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 8305c3014a..918dd9a73e 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.98';
+our $VERSION = '1.99';
require XSLoader;