summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.pm
diff options
context:
space:
mode:
authorafresh1 <afresh1@openbsd.org>2019-05-24 21:33:50 +0000
committerafresh1 <afresh1@openbsd.org>2019-05-24 21:33:50 +0000
commite603c72f713dd59b67030a9b97ec661800da159e (patch)
treeeea5e7d93e64508ee05a530a934dc10aa86ac5d0 /gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.pm
parentConfigure pins. (diff)
downloadwireguard-openbsd-e603c72f713dd59b67030a9b97ec661800da159e.tar.xz
wireguard-openbsd-e603c72f713dd59b67030a9b97ec661800da159e.zip
Update to perl 5.28.2
Minor bugfixes and documentation improvments. See perldelta for details. https://metacpan.org/pod/release/SHAY/perl-5.28.2/pod/perldelta.pod OK bluhm@
Diffstat (limited to 'gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.pm')
-rw-r--r--gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.pm b/gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.pm
index 61b62ea3a2e..6f4fa176be9 100644
--- a/gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.pm
+++ b/gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.pm
@@ -1,5 +1,5 @@
package PerlIO::scalar;
-our $VERSION = '0.29';
+our $VERSION = '0.30';
require XSLoader;
XSLoader::load();
1;