perldelta for 4f62cd62/#118693
authorFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 00:36:56 +0000 (17:36 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 01:24:22 +0000 (18:24 -0700)
pod/perldelta.pod

index 69db82f..484abb6 100644 (file)
@@ -760,6 +760,11 @@ Perl 5.19.3 accidentally extended the previous bug to all closures, even
 when not called recursively; i.e., lexical handles in closure would always
 be called "main::" or "MyPackage::" etc.  This has been fixed.
 
+=item *
+
+Uninitialized values returned by XSUBs are no longer exempt from
+uninitialized warnings.  [perl #118693]
+
 =back
 
 =head1 Known Problems