From ebbccd40d7d50f53bd400fa6f60d7f6c7a9479cc Mon Sep 17 00:00:00 2001
From: Matthew Horsfall <wolfsage@gmail.com>
Date: Wed, 28 Jan 2015 09:14:56 -0500
Subject: Fix warning message regarding "use autodie" and "use open".

(cherry picked from commit 730d89736d0ae5dfc7580108c451efe91b5102fc)

Bug-Debian: https://bugs.debian.org/822336
Patch-Name: fixes/5.20.3/docs/autodie.diff
---
 pod/perlunicook.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pod/perlunicook.pod b/pod/perlunicook.pod
index 44a4571287..f6e6225071 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
 
