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".
[perl5.git] / pod / perlunicook.pod
index 5192e54..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 autoload> 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
 
@@ -733,7 +734,8 @@ Here's that program; tested on v5.14.
      "寿司"              => 9.99, # sushi, Japanese
      "おもち"            => 2.65, # omochi, rice cakes, Japanese
      "crème brûlée"      => 2.00, # crema catalana
-     "fideuà"            => 4.20, # more noodles, Valencian (Catalan=fideuada)
+     "fideuà"            => 4.20, # more noodles, Valencian
+                                  # (Catalan=fideuada)
      "pâté"              => 4.15, # gooseliver paste, French
      "お好み焼き"        => 8.00, # okonomiyaki, Japanese
  );