Add a section on how to submit a patch
[p5sagit/p5-mst-13.2.git] / lib / PerlIO.pm
index c0acdec..1b80507 100644 (file)
@@ -1,6 +1,6 @@
 package PerlIO;
 
-our $VERSION = '1.04';
+our $VERSION = '1.05';
 
 # Map layer name to package that defines it
 our %alias;
@@ -139,6 +139,10 @@ and then read it back in.
        $in = <F>;
        close(F);
 
+Note that this layer does not validate byte sequences. For reading
+input, using C<:encoding(utf8)> instead of bare C<:utf8>, is strongly
+recommended.
+
 =item :bytes
 
 This is the inverse of C<:utf8> layer. It turns off the flag