This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't recurse forever if both new() and TIESCALAR() are missing.
authorAbigail <abigail@abigail.be>
Sat, 20 Feb 2010 17:55:06 +0000 (18:55 +0100)
committerAbigail <abigail@abigail.be>
Sat, 20 Feb 2010 17:55:06 +0000 (18:55 +0100)
commitbc3707112523ba7a72c27d7ae60ac3cca3ffbad1
tree506515fe4ddf915ac650d5be48749a122e7527a1
parentb588e26b0530f7ecd738579dc5febbca2ebc6d7b
Don't recurse forever if both new() and TIESCALAR() are missing.

This should fix issue #72878. Before calling $pkg -> new in TIESCALAR,
we check whether $pkg -> new is actually the new defined in the Tie::Scalar
package; if true, croak instead of calling it.
lib/Tie/Scalar.pm
lib/Tie/Scalar.t