This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlunicook: Note that autodie >= 2.26 should be okay with "use open".
authorMatthew Horsfall <wolfsage@gmail.com>
Wed, 28 Jan 2015 14:24:37 +0000 (09:24 -0500)
committerMatthew Horsfall <wolfsage@gmail.com>
Wed, 28 Jan 2015 14:29:01 +0000 (09:29 -0500)
pod/perlunicook.pod

index f6e6225..7fd8f14 100644 (file)
@@ -33,7 +33,8 @@ This I<does> make even Unix programmers C<binmode> your binary streams,
 or open them with C<:raw>, but that's the only way to get at them
 portably anyway.
 
-B<WARNING>: C<use autodie> and C<use open> do not get along with each other.
+B<WARNING>: C<use autodie> (pre 2.26) and C<use open> do not get along with each
+other.
 
 =head2 ℞ 1: Generic Unicode-savvy filter