Subject: | Missing dependency on Dancer |
[5009][master]➔ perl -v
This is perl 5, version 12, subversion 4 (v5.12.4) built for x86_64-linux
Copyright 1987-2010, Larry Wall
Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[5010][master]➔ cpan -i Dancer::Plugin::FormattedOutput
CPAN: File::HomeDir loaded ok (v0.97)
CPAN: Storable loaded ok (v2.22)
Going to read '/tmp/.cpan/Metadata'
Database was generated on Sun, 22 May 2011 20:33:56 GMT
CPAN: LWP::UserAgent loaded ok (v6.02)
Fetching with LWP:
http://mirrorservice.org/sites/ftp.cpan.org/pub/CPAN/authors/01mailrc.txt.gz
CPAN: YAML loaded ok (v0.73)
Going to read '/tmp/.cpan/sources/authors/01mailrc.txt.gz'
CPAN: Compress::Zlib loaded ok (v2.024)
............................................................................DONE
Fetching with LWP:
http://mirrorservice.org/sites/ftp.cpan.org/pub/CPAN/modules/02packages.details.txt.gz
Going to read '/tmp/.cpan/sources/modules/02packages.details.txt.gz'
Database was generated on Wed, 21 Sep 2011 21:28:32 GMT
...............
New CPAN.pm version (v1.9800) available.
[Currently running version is v1.9456]
You might want to try
install CPAN
reload cpan
to both upgrade CPAN.pm and run the new version without leaving
the current session.
.............................................................DONE
Fetching with LWP:
http://mirrorservice.org/sites/ftp.cpan.org/pub/CPAN/modules/03modlist.data.gz
Going to read '/tmp/.cpan/sources/modules/03modlist.data.gz'
............................................................................DONE
Going to write /tmp/.cpan/Metadata
Running install for module 'Dancer::Plugin::FormattedOutput'
CPAN: CPAN::Kwalify loaded ok (v5.50)
Running make for A/AJ/AJKALD/Dancer-Plugin-FormattedOutput-0.01.tar.gz
Fetching with LWP:
http://mirrorservice.org/sites/ftp.cpan.org/pub/CPAN/authors/id/A/AJ/AJKALD/Dancer-Plugin-FormattedOutput-0.01.tar.gz
CPAN: Digest::SHA loaded ok (v5.47)
Fetching with LWP:
http://mirrorservice.org/sites/ftp.cpan.org/pub/CPAN/authors/id/A/AJ/AJKALD/CHECKSUMS
Checksum for
/tmp/.cpan/sources/authors/id/A/AJ/AJKALD/Dancer-Plugin-FormattedOutput-0.01.tar.gz
ok
CPAN: Archive::Tar loaded ok (v1.54)
Dancer-Plugin-FormattedOutput-0.01
Dancer-Plugin-FormattedOutput-0.01/META.yml
Dancer-Plugin-FormattedOutput-0.01/Changes
Dancer-Plugin-FormattedOutput-0.01/MANIFEST
Dancer-Plugin-FormattedOutput-0.01/ignore.txt
Dancer-Plugin-FormattedOutput-0.01/Makefile.PL
Dancer-Plugin-FormattedOutput-0.01/Build.PL
Dancer-Plugin-FormattedOutput-0.01/README
Dancer-Plugin-FormattedOutput-0.01/t
Dancer-Plugin-FormattedOutput-0.01/t/boilerplate.t
Dancer-Plugin-FormattedOutput-0.01/t/pod-coverage.t
Dancer-Plugin-FormattedOutput-0.01/t/00-load.t
Dancer-Plugin-FormattedOutput-0.01/t/manifest.t
Dancer-Plugin-FormattedOutput-0.01/t/pod.t
Dancer-Plugin-FormattedOutput-0.01/lib
Dancer-Plugin-FormattedOutput-0.01/lib/Dancer
Dancer-Plugin-FormattedOutput-0.01/lib/Dancer/Plugin
Dancer-Plugin-FormattedOutput-0.01/lib/Dancer/Plugin/FormattedOutput.pm
CPAN: File::Temp loaded ok (v0.22)
CPAN: Parse::CPAN::Meta loaded ok (v1.4401)
CPAN: Module::CoreList loaded ok (v2.50)
CPAN: Module::Build loaded ok (v0.38)
CPAN.pm: Going to build
A/AJ/AJKALD/Dancer-Plugin-FormattedOutput-0.01.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for Dancer::Plugin::FormattedOutput
cp lib/Dancer/Plugin/FormattedOutput.pm
blib/lib/Dancer/Plugin/FormattedOutput.pm
Manifying blib/man3/Dancer::Plugin::FormattedOutput.3
AJKALD/Dancer-Plugin-FormattedOutput-0.01.tar.gz
/usr/bin/make -j 3 -j 3 -- OK
Running make test
PERL_DL_NONLAZY=1 /opt/xt/xt-perl/bin/perl "-MExtUtils::Command::MM"
"-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t ....... 1/1 Bailout called. Further testing stopped:
# Failed test 'use Dancer::Plugin::FormattedOutput;'
# at t/00-load.t line 6.
# Tried to use 'Dancer::Plugin::FormattedOutput'.
# Error: Can't locate Dancer.pm in @INC (@INC contains:
/tmp/.cpan/build/Dancer-Plugin-FormattedOutput-0.01-E3GyW_/blib/lib
/tmp/.cpan/build/Dancer-Plugin-FormattedOutput-0.01-E3GyW_/blib/arch
/opt/xt/xt-perl/lib/site_perl/5.12.4/x86_64-linux
/opt/xt/xt-perl/lib/site_perl/5.12.4
/opt/xt/xt-perl/lib/5.12.4/x86_64-linux /opt/xt/xt-perl/lib/5.12.4
/opt/xt/xt-perl/lib/site_perl) at
/tmp/.cpan/build/Dancer-Plugin-FormattedOutput-0.01-E3GyW_/blib/lib/Dancer/Plugin/FormattedOutput.pm
line 5.
# BEGIN failed--compilation aborted at
/tmp/.cpan/build/Dancer-Plugin-FormattedOutput-0.01-E3GyW_/blib/lib/Dancer/Plugin/FormattedOutput.pm
line 5.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Use of uninitialized value $Dancer::Plugin::FormattedOutput::VERSION in
concatenation (.) or string at t/00-load.t line 10.
# Testing Dancer::Plugin::FormattedOutput , Perl 5.012004,
/opt/xt/xt-perl/bin/perl
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.
make: *** [test_dynamic] Error 1
AJKALD/Dancer-Plugin-FormattedOutput-0.01.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports AJKALD/Dancer-Plugin-FormattedOutput-0.01.tar.gz
Running make install
make test had returned bad status, won't install without force
Stopping: 'install' failed for 'Dancer::Plugin::FormattedOutput'.
[5011][master]➔