From ee1782214d0b08d1f4a33b8e9f9a7aaed629153c Mon Sep 17 00:00:00 2001
From: Matthew Horsfall <wolfsage@gmail.com>
Date: Wed, 28 Jan 2015 09:24:37 -0500
Subject: perlunicook: Note that autodie >= 2.26 should be okay with "use
 open".

(cherry picked from commit 2a403855670ae8592c5a3ca4396e6e909a4fc593)

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

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