Skip Menu |

This queue is for tickets about the Catalyst-Plugin-C3 CPAN distribution.

Report information
The Basics
Id: 36766
Status: open
Priority: 0/
Queue: Catalyst-Plugin-C3

People
Owner: blblack [...] gmail.com
Requestors: david [...] davidfavor.com
Cc:
AdminCc:

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



Subject: Catalyst::Plugin::C3-0.03 build breaks
Date: Sun, 15 Jun 2008 07:21:38 -0500
To: bug-Catalyst-Plugin-C3 [...] rt.cpan.org
From: David Favor <david [...] davidfavor.com>
t/10basics.t......... # Failed test 'Non-existant ACTUAL throws correct error' # at t/10basics.t line 56. # 'Can't locate object method "non_exist_actual" via package "C3NT::Quux" at t/10basics.t line 55 # ' # doesn't match '(?-xism:^No next::method 'non_exist_actual' found for C3NT::Quux)' # Failed test 'Non-existant ACTUAL in superclass throws correct error' # at t/10basics.t line 60. # 'Can't locate object method "actual_fail_halfway" via package "C3NT::Bar" at /common/pkgs/perl-5.10.0-34034/lib/5.10.0/NEXT.pm line 84 # ' # doesn't match '(?-xism:^No next::method 'actual_fail_halfway' found for C3NT::Quux)' # Looks like you failed 2 tests of 7. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/7 subtests -- Love feeling your best ever, all day, every day? Click http://RadicalHealth.com/join for the easy way.
Do you have any more info about this? I see a patchlevel in the perl path, is this from an install of the to-be-5.10.1 perl source? Do you happen to already know what changed that broke this?
Subject: Re: [rt.cpan.org #36766] Catalyst::Plugin::C3-0.03 build breaks
Date: Sun, 15 Jun 2008 20:27:02 -0500
To: bug-Catalyst-Plugin-C3 [...] rt.cpan.org
From: David Favor <david [...] davidfavor.com>
Brandon L Black via RT wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=36766 > > > > Do you have any more info about this? I see a patchlevel in the perl > path, is this from an install of the to-be-5.10.1 perl source? Do you > happen to already know what changed that broke this?
This is the latest bug fix patch level for 5.10.0 from: http://public.activestate.com/pub/apc/perl-5.10.x-snap/ -- Love feeling your best ever, all day, every day? Click http://RadicalHealth.com/join for the easy way.
RT-Send-CC: nwclark [...] cpan.org, srezic [...] cpan.org
It is due to Damian's update to NEXT.pm in bleadperl patch 33991. Which also was ported to maint-5.10 as 34006 and maint-5.8 as 34007
CC: nwclark [...] cpan.org, srezic [...] cpan.org
Subject: Re: [rt.cpan.org #36766] Catalyst::Plugin::C3-0.03 build breaks
Date: Sat, 18 Oct 2008 15:30:23 +0100
To: Andreas Koenig via RT <bug-Catalyst-Plugin-C3 [...] rt.cpan.org>
From: Nicholas Clark <nick [...] ccl4.org>
On Sat, Oct 18, 2008 at 12:05:20AM -0400, Andreas Koenig via RT wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=36766 > > > It is due to Damian's update to NEXT.pm in bleadperl patch 33991. > > Which also was ported to maint-5.10 as 34006 and maint-5.8 as 34007
http://public.activestate.com/cgi-bin/perlbrowse/p/33991 is wonderfully descriptive. And so full of tests, to clarify what changed. :-( Is all that changed the error message? In that NEXT.pm used to leak that it was in part of the implementation when AUTOLOAD lookup failed, whereas now it is properly invisible? Or is there actual functional change? Nicholas Clark