In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/2a403855670ae8592c5a3ca4396e6e909a4fc593?hp=730d89736d0ae5dfc7580108c451efe91b5102fc>
- Log ----------------------------------------------------------------- commit 2a403855670ae8592c5a3ca4396e6e909a4fc593 Author: Matthew Horsfall <[email protected]> Date: Wed Jan 28 09:24:37 2015 -0500 perlunicook: Note that autodie >= 2.26 should be okay with "use open". ----------------------------------------------------------------------- Summary of changes: pod/perlunicook.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pod/perlunicook.pod b/pod/perlunicook.pod index f6e6225..7fd8f14 100644 --- a/pod/perlunicook.pod +++ b/pod/perlunicook.pod @@ -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 -- Perl5 Master Repository
