X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPerlIO.pm;h=bb678a6a07b70108c9918c3801512cb4666d113d;hb=e7ec2331900cd22a50f48dd01fa18bd3026f6253;hp=d52d58b41ab27b8d35210cff9dc600ed49a54bb5;hpb=ec28694ccbbeb16b6069c4b363ee55512b83376a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/PerlIO.pm b/lib/PerlIO.pm index d52d58b..bb678a6 100644 --- a/lib/PerlIO.pm +++ b/lib/PerlIO.pm @@ -1,5 +1,7 @@ package PerlIO; +our $VERSION = '1.00'; + # Map layer name to package that defines it my %alias = (encoding => 'Encode'); @@ -112,7 +114,8 @@ layer specification. Thus: Forces the use of C layer even if the platform default, or C default is something else (such as ":encoding(iso-8859-7)") -which would interfere with binary nature of the stream. +(the C<:encoding> requires C) which would interfere with +binary nature of the stream. =back