perldelta for #114340
authorFather Chrysostomos <sprout@cpan.org>
Thu, 2 Aug 2012 05:36:48 +0000 (22:36 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 2 Aug 2012 17:02:04 +0000 (10:02 -0700)
pod/perldelta.pod

index 325e95a..0970c54 100644 (file)
@@ -415,6 +415,11 @@ mismatch warnings from omitting the sub name.
 
 C<undef> on a subroutine now clears call checkers.
 
+=item *
+
+The C<ref> operator started leaking memory on blessed objects in Perl
+5.16.0.  This has been fixed [perl #114340].
+
 =back
 
 =head1 Known Problems