Subject: | missing lib2 |
bash-4.3$ uname -a
Linux ferz-SVF1521G1EW 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
bash-4.3$ perl -v
This is perl 5, version 18, subversion 2 (v5.18.2) built for x86_64-linux
[...]
bash-4.3$ cpan DBIx::Class::ResultSet::WithMetaData
CPAN: Storable loaded ok (v2.41)
Reading '/home/ferz/.cpan/Metadata'
Database was generated on Wed, 14 May 2014 14:29:02 GMT
Running install for module 'DBIx::Class::ResultSet::WithMetaData'
CPAN: LWP::UserAgent loaded ok (v6.05)
CPAN: URI::URL loaded ok (v5.04)
CPAN: YAML loaded ok (v0.88)
CPAN: Digest::SHA loaded ok (v5.84_01)
CPAN: Compress::Zlib loaded ok (v2.06)
Checksum for /home/from_bsd/mirror/minicpan/authors/id/L/LS/LSAUNDERS/DBIx-Class-ResultSet-WithMetaData-1.001000.tar.gz ok
CPAN: File::Temp loaded ok (v0.2304)
CPAN: Parse::CPAN::Meta loaded ok (v1.4414)
CPAN: CPAN::Meta loaded ok (v2.133380)
CPAN: Module::CoreList loaded ok (v3.03)
Configuring L/LS/LSAUNDERS/DBIx-Class-ResultSet-WithMetaData-1.001000.tar.gz with Makefile.PL
*** Module::AutoInstall version 1.03
*** Checking for Perl dependencies...
*** Since we're running under CPAN, I'll just let it take care
of the dependency's installation later.
[Core Features]
- Test::More ...loaded. (1.001002 >= 0.7)
- DBIx::Class ...loaded. (0.08270 >= 0.081)
- Method::Signatures::Simple ...loaded. (1.07 >= 0.05)
- Data::Alias ...loaded. (1.18)
- DBIx::Class::ResultClass::HashRefInflator ...loaded. (0)
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Warning: the following files are missing in your kit:
lib2
Please inform the author.
Writing Makefile for DBIx::Class::ResultSet::WithMetaData
Writing MYMETA.yml and MYMETA.json
LSAUNDERS/DBIx-Class-ResultSet-WithMetaData-1.001000.tar.gz
/home/ferz/perl5/perlbrew/perls/perl-5.18.2/bin/perl Makefile.PL -- OK
Running make for L/LS/LSAUNDERS/DBIx-Class-ResultSet-WithMetaData-1.001000.tar.gz
cp lib/DBIx/Class/ResultSet/WithMetaData.pm blib/lib/DBIx/Class/ResultSet/WithMetaData.pm
cp lib/DBIx/Class/WithMetaData/Inflator.pm blib/lib/DBIx/Class/WithMetaData/Inflator.pm
Manifying blib/man3/DBIx::Class::ResultSet::WithMetaData.3
LSAUNDERS/DBIx-Class-ResultSet-WithMetaData-1.001000.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /home/ferz/perl5/perlbrew/perls/perl-5.18.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/basic.t ........... ok
t/custom_methods.t .. 1/?
# Failed test 'substring before prefetch okay'
# at t/custom_methods.t line 142.
# Structures begin differing at:
# $got->[0]{cds}[1]{title} = 'Forkful of bees'
# $expected->[0]{cds}[1]{title} = 'Spoonful of bees'
# Looks like you failed 1 test of 7.
t/custom_methods.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/7 subtests
Test Summary Report
-------------------
t/custom_methods.t (Wstat: 256 Tests: 7 Failed: 1)
Failed test: 7
Non-zero exit status: 1
Files=2, Tests=9, 4 wallclock secs ( 0.05 usr 0.01 sys + 1.14 cusr 0.09 csys = 1.29 CPU)
Result: FAIL
Failed 1/2 test programs. 1/9 subtests failed.
make: *** [test_dynamic] Error 1
LSAUNDERS/DBIx-Class-ResultSet-WithMetaData-1.001000.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports LSAUNDERS/DBIx-Class-ResultSet-WithMetaData-1.001000.tar.gz
bash-4.3$