This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for #113730, do and $@
authorFather Chrysostomos <sprout@cpan.org>
Tue, 26 Jun 2012 03:30:57 +0000 (20:30 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 26 Jun 2012 03:30:57 +0000 (20:30 -0700)
pod/perldelta.pod

index f3eff21..bac2a71 100644 (file)
@@ -376,6 +376,10 @@ Allow C<my ()> declarations with an empty variable list [perl #113554].
 During parsing, subs declared after errors no longer leave stubs
 [perl #113712].
 
+=item *
+
+C<do $file> now clears C<$@> after an I/O error [perl #113730].
+
 =back
 
 =head1 Known Problems