Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
[p5sagit/p5-mst-13.2.git] / lib / PerlIO.pm
index d52d58b..bb678a6 100644 (file)
@@ -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<perlio> layer even if the platform default, or
 C<use open> default is something else (such as ":encoding(iso-8859-7)")
-which would interfere with binary nature of the stream.
+(the C<:encoding> requires C<use Encode>) which would interfere with
+binary nature of the stream.
 
 =back