perldelta for #115260
authorFather Chrysostomos <sprout@cpan.org>
Wed, 17 Oct 2012 03:22:26 +0000 (20:22 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 17 Oct 2012 04:51:46 +0000 (21:51 -0700)
pod/perldelta.pod

index 59d6904..d7781b8 100644 (file)
@@ -635,6 +635,11 @@ Line numbers at the end of a string eval are no longer off by one.
 copy-on-write scalar no longer cause the parser to modify that string
 buffer in place.
 
+=item *
+
+C<length($object)> no longer returns the undefined value if the object has
+string overloading that returns undef.  [perl #115260]
+
 =back
 
 =head1 Known Problems