summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-12-24 08:20:22 -0700
committerKarl Williamson <khw@cpan.org>2021-12-24 08:21:20 -0700
commit69101e619b5e99e3c5fe2c937b4f7a7722fde56b (patch)
tree700e51730b6782fb2d0cbe5875ecba2635befc2e /ext
parentace3ef6f0e32ef8942e580e9fedc5e5d32f148ee (diff)
downloadperl-69101e619b5e99e3c5fe2c937b4f7a7722fde56b.tar.gz
Bump version number of ext/POSIX
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 8b71721c6b..b8a6257944 100644
--- a/ext/POSIX/lib/POSIX.pm
+++ b/ext/POSIX/lib/POSIX.pm
@@ -4,7 +4,7 @@ use warnings;
our ($AUTOLOAD, %SIGRT);
-our $VERSION = '2.02';
+our $VERSION = '2.03';
require XSLoader;