Skip Menu |

This queue is for tickets about the Devel-Size CPAN distribution.

Report information
The Basics
Id: 101071
Status: resolved
Priority: 0/
Queue: Devel-Size

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.79
  • 0.79_51
Fixed in: 0.80



Subject: 5.21.7: Can't determine class of operator method_named, assuming BASEOP
With perl 5.21.7, running the test suite of Devel-Size shows new errors: Devel::Size: Can't determine class of operator method_named, assuming BASEOP Devel::Size: Can't determine class of operator method_named, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator method_named, assuming BASEOP Devel::Size: Can't determine class of operator method_named, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator method_named, assuming BASEOP Devel::Size: Can't determine class of operator method_named, assuming BASEOP t/globs.t ..... Failed 14/44 subtests Devel::Size: Can't determine class of operator method_named, assuming BASEOP Devel::Size: Can't determine class of operator method_named, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator method_redir, assuming BASEOP Devel::Size: Can't determine class of operator method_named, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP Devel::Size: Can't determine class of operator multideref, assuming BASEOP t/recurse.t ... Failed 2/84 subtests
Subject: Re: [rt.cpan.org #101071] 5.21.7: Can't determine class of operator method_named, assuming BASEOP
Date: Fri, 20 Mar 2015 17:21:11 +0000
To: bug-Devel-Size [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
Attached patch fixes. (Other problems then show up; separate tickets imminent.) -zefram

Message body is not shown because sender requested not to inline it.

On Fri Mar 20 13:21:29 2015, zefram@fysh.org wrote: Show quoted text
> Attached patch fixes. (Other problems then show up; separate tickets > imminent.)
Thanks applied. I already had a less complete fix for this, which I hadn't uploaded as I was still attempting to figure out the Test::More::is() problem. Yours patch is much better than mine, so I've used yours. Uploaded as part of Devel-Size-0.79_52.tar.gz Nicholas Clark