perldelta: Oops, duplicate entry
authorFather Chrysostomos <sprout@cpan.org>
Tue, 26 Jun 2012 03:40:43 +0000 (20:40 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 26 Jun 2012 03:40:43 +0000 (20:40 -0700)
pod/perldelta.pod

index 64c301c..270c2c7 100644 (file)
@@ -387,10 +387,6 @@ During parsing, subs declared after errors no longer leave stubs
 
 =item *
 
-C<do $file> now clears C<$@> after an I/O error [perl #113730].
-
-=item *
-
 Closures containing no string evals no longer hang on to their containing
 subroutines, allowing variables closed over by outer subroutines to be
 freed when the outer sub is freed, even if the inner sub still exists