We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8771da6 commit ba71441Copy full SHA for ba71441
pod/perldelta.pod
@@ -635,6 +635,11 @@ Line numbers at the end of a string eval are no longer off by one.
635
copy-on-write scalar no longer cause the parser to modify that string
636
buffer in place.
637
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
643
=back
644
645
=head1 Known Problems
0 commit comments