Skip Menu |

This queue is for tickets about the CatalystX-Component-Traits CPAN distribution.

Report information
The Basics
Id: 48200
Status: resolved
Priority: 0/
Queue: CatalystX-Component-Traits

People
Owner: Nobody in particular
Requestors: reenen [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.06
Fixed in: 0.05



Subject: does not install
dappletree:/usr/local/src/CatalystX-Component-Traits-0.06# perl Makefile.PL Cannot determine perl version info from lib/CatalystX/Component/Traits.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.92) - Catalyst::Runtime ...loaded. (5.80007 >= 5.80005) - MooseX::Traits::Pluggable ...loaded. (0.07 >= 0.06) - namespace::autoclean ...loaded. (0.08) - Moose::Autobox ...loaded. (0.09) - List::MoreUtils ...loaded. (0.22) - Scalar::Util ...loaded. (1.21) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for CatalystX::Component::Traits dappletree:/usr/local/src/CatalystX-Component-Traits-0.06# make cp lib/CatalystX/Component/Traits.pm blib/lib/CatalystX/Component/Traits.pm Manifying blib/man3/CatalystX::Component::Traits.3pm dappletree:/usr/local/src/CatalystX-Component-Traits-0.06# make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/01-basic.t t/02-trait_search.t t/03-cx_trait_search.t t/03-methodattributes.t t/pod.t t/00-load.t .............. 1/1 # Testing CatalystX::Component::Traits 0.06, Perl 5.008008, /usr/bin/perl t/00-load.t .............. ok t/01-basic.t ............. 1/7 Can't call method "_traits" on an undefined value at t/01-basic.t line 75. # Looks like you planned 7 tests but ran 6. # Looks like your test exited with 2 just after 6. t/01-basic.t ............. Dubious, test returned 2 (wstat 512, 0x200) Failed 1/7 subtests t/02-trait_search.t ...... ok t/03-cx_trait_search.t ... ok t/03-methodattributes.t .. skipped: Need MooseX::MethodAttributes 0.15 for this test t/pod.t .................. ok Test Summary Report ------------------- t/01-basic.t (Wstat: 512 Tests: 6 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 7 tests but ran 6. Files=6, Tests=12, 2 wallclock secs ( 0.03 usr 0.01 sys + 2.42 cusr 0.15 csys = 2.61 CPU) Result: FAIL Failed 1/6 test programs. 0/12 subtests failed. make: *** [test_dynamic] Error 255 dappletree:/usr/local/src/CatalystX-Component-Traits-0.06# perl -v This is perl, v5.8.8 built for i486-linux-gnu-thread-multi
Subject: Re: [rt.cpan.org #48200] does not install
Date: Sun, 26 Jul 2009 11:18:07 -0400
To: Reenen C Kroukamp via RT <bug-CatalystX-Component-Traits [...] rt.cpan.org>
From: Rafael Kitover <rkitover [...] io.com>
Thank you for the report, reproduced and fixed in 0.07 On Sat, Jul 25, 2009 at 06:49:06PM -0400, Reenen C Kroukamp via RT wrote: Show quoted text
> Sat Jul 25 18:49:05 2009: Request 48200 was acted upon. > Transaction: Ticket created by reenen > Queue: CatalystX-Component-Traits > Subject: does not install > Broken in: 0.06 > Severity: Important > Owner: Nobody > Requestors: reenen@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=48200 > > > > dappletree:/usr/local/src/CatalystX-Component-Traits-0.06# perl Makefile.PL > Cannot determine perl version info from lib/CatalystX/Component/Traits.pm > *** Module::AutoInstall version 1.03 > *** Checking for Perl dependencies... > [Core Features] > - Test::More ...loaded. (0.92) > - Catalyst::Runtime ...loaded. (5.80007 >= 5.80005) > - MooseX::Traits::Pluggable ...loaded. (0.07 >= 0.06) > - namespace::autoclean ...loaded. (0.08) > - Moose::Autobox ...loaded. (0.09) > - List::MoreUtils ...loaded. (0.22) > - Scalar::Util ...loaded. (1.21) > *** Module::AutoInstall configuration finished. > Checking if your kit is complete... > Looks good > Writing Makefile for CatalystX::Component::Traits > dappletree:/usr/local/src/CatalystX-Component-Traits-0.06# make > cp lib/CatalystX/Component/Traits.pm blib/lib/CatalystX/Component/Traits.pm > Manifying blib/man3/CatalystX::Component::Traits.3pm > dappletree:/usr/local/src/CatalystX-Component-Traits-0.06# make test > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t > t/01-basic.t t/02-trait_search.t t/03-cx_trait_search.t > t/03-methodattributes.t t/pod.t > t/00-load.t .............. 1/1 # Testing CatalystX::Component::Traits > 0.06, Perl 5.008008, /usr/bin/perl > t/00-load.t .............. ok > t/01-basic.t ............. 1/7 Can't call method "_traits" on an > undefined value at t/01-basic.t line 75. > # Looks like you planned 7 tests but ran 6. > # Looks like your test exited with 2 just after 6. > t/01-basic.t ............. Dubious, test returned 2 (wstat 512, 0x200) > Failed 1/7 subtests > t/02-trait_search.t ...... ok > t/03-cx_trait_search.t ... ok > t/03-methodattributes.t .. skipped: Need MooseX::MethodAttributes 0.15 > for this test > t/pod.t .................. ok > > Test Summary Report > ------------------- > t/01-basic.t (Wstat: 512 Tests: 6 Failed: 0) > Non-zero exit status: 2 > Parse errors: Bad plan. You planned 7 tests but ran 6. > Files=6, Tests=12, 2 wallclock secs ( 0.03 usr 0.01 sys + 2.42 cusr > 0.15 csys = 2.61 CPU) > Result: FAIL > Failed 1/6 test programs. 0/12 subtests failed. > make: *** [test_dynamic] Error 255 > dappletree:/usr/local/src/CatalystX-Component-Traits-0.06# perl -v > > This is perl, v5.8.8 built for i486-linux-gnu-thread-multi >