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