Skip Menu |

This queue is for tickets about the Scalar-Defer CPAN distribution.

Report information
The Basics
Id: 37153
Status: resolved
Priority: 0/
Queue: Scalar-Defer

People
Owner: Nobody in particular
Requestors: tokuhirom+cpan [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Scalar::Defer::Deferred->can makes infinite recursion =(
follow code makes deep recursion. perl -MScalar::Defer -e "Scalar::Defer::Deferred->can('runtests');" mostly, this is not a serious problem.But, this is serious problem when a code use Scalar::Defer and Test::Class. Test::Class calls whole package's can method.That cause infinite recursion =(
0.13 uploaded to the CPAN