diff options
author | 2019-05-24 21:33:50 +0000 | |
---|---|---|
committer | 2019-05-24 21:33:50 +0000 | |
commit | e603c72f713dd59b67030a9b97ec661800da159e (patch) | |
tree | eea5e7d93e64508ee05a530a934dc10aa86ac5d0 /gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.pm | |
parent | Configure pins. (diff) | |
download | wireguard-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.pm | 2 |
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; |