summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.pm
diff options
context:
space:
mode:
authorafresh1 <afresh1@openbsd.org>2015-04-25 19:10:05 +0000
committerafresh1 <afresh1@openbsd.org>2015-04-25 19:10:05 +0000
commit5273661442d41c59cfc27ce8fbf8e4fbc91b2dc0 (patch)
tree569a9be267a711da7611a0ac93717627e68f3ec0 /gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.pm
parentGet rid of window_choose_list type. (diff)
downloadwireguard-openbsd-5273661442d41c59cfc27ce8fbf8e4fbc91b2dc0.tar.xz
wireguard-openbsd-5273661442d41c59cfc27ce8fbf8e4fbc91b2dc0.zip
Import perl-5.20.2
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 7581f84d6e6..7e93f6da562 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.18';
+our $VERSION = '0.18_01';
require XSLoader;
XSLoader::load();
1;