perldelta for b2da7ead68
authorFather Chrysostomos <sprout@cpan.org>
Tue, 12 Nov 2013 13:16:02 +0000 (05:16 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 12 Nov 2013 13:16:02 +0000 (05:16 -0800)
pod/perldelta.pod

index 738c7fd..c8fd0a6 100644 (file)
@@ -424,6 +424,11 @@ engine crash.
 C<%{'_<...'}> hashes now set breakpoints on the corresponding C<@{'_<...'}>
 rather than whichever array C<@DB::dbline> is aliased to.  [perl #119799]
 
+=item *
+
+Setting C<$!> to EACCESS before calling C<require> could affect
+C<require>'s behaviour.  This has been fixed.
+
 =back
 
 =head1 Known Problems