diff options
author | 2015-04-25 19:10:05 +0000 | |
---|---|---|
committer | 2015-04-25 19:10:05 +0000 | |
commit | 5273661442d41c59cfc27ce8fbf8e4fbc91b2dc0 (patch) | |
tree | 569a9be267a711da7611a0ac93717627e68f3ec0 /gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.pm | |
parent | Get rid of window_choose_list type. (diff) | |
download | wireguard-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.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 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; |