diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/PerlIO/scalar.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/PerlIO/scalar.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/PerlIO/scalar.pm b/Master/tlpkg/tlperl/lib/PerlIO/scalar.pm index 6c304f20db4..64ecc22576e 100644 --- a/Master/tlpkg/tlperl/lib/PerlIO/scalar.pm +++ b/Master/tlpkg/tlperl/lib/PerlIO/scalar.pm @@ -1,5 +1,5 @@ package PerlIO::scalar; -our $VERSION = '0.14_01'; +our $VERSION = '0.16'; require XSLoader; XSLoader::load(); 1; |