Skip to content

Commit ba71441

Browse files
author
Father Chrysostomos
committed
perldelta for #115260
1 parent 8771da6 commit ba71441

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pod/perldelta.pod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,11 @@ Line numbers at the end of a string eval are no longer off by one.
635635
copy-on-write scalar no longer cause the parser to modify that string
636636
buffer in place.
637637

638+
=item *
639+
640+
C<length($object)> no longer returns the undefined value if the object has
641+
string overloading that returns undef. [perl #115260]
642+
638643
=back
639644

640645
=head1 Known Problems

0 commit comments

Comments
 (0)