In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/730d89736d0ae5dfc7580108c451efe91b5102fc?hp=0381ecf1e81c5bdc5e137f2ed8e0a6bf5d348798>

- Log -----------------------------------------------------------------
commit 730d89736d0ae5dfc7580108c451efe91b5102fc
Author: Matthew Horsfall <[email protected]>
Date:   Wed Jan 28 09:14:56 2015 -0500

    Fix warning message regarding "use autodie" and "use open".
-----------------------------------------------------------------------

Summary of changes:
 pod/perlunicook.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pod/perlunicook.pod b/pod/perlunicook.pod
index 44a4571..f6e6225 100644
--- a/pod/perlunicook.pod
+++ b/pod/perlunicook.pod
@@ -33,7 +33,7 @@ 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 autoload> and C<use open> do not get along with each other.
+B<WARNING>: C<use autodie> and C<use open> do not get along with each other.
 
 =head2 ℞ 1: Generic Unicode-savvy filter
 

--
Perl5 Master Repository

Reply via email to