Skip Menu |

This queue is for tickets about the Mail-Miner CPAN distribution.

Report information
The Basics
Id: 6598
Status: new
Priority: 0/
Queue: Mail-Miner

People
Owner: Nobody in particular
Requestors: jm-rt [...] jmason.org
Cc:
AdminCc:

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



Subject: ExtUtils::AutoInstall needs to be a prereq
hi Simon -- quick CPAN.pm bug report: Show quoted text
cpan> install Mail::Miner
.... CPAN.pm: Going to build S/SI/SIMON/Mail-Miner-2.7.tar.gz Can't locate ExtUtils/AutoInstall.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.3 /usr/local/share/perl/5.8.3 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl /usr/local/lib/perl/5.8.2 /usr/local/share/perl/5.8.2 .) at Makefile.PL line 16. BEGIN failed--compilation aborted at Makefile.PL line 16. Running make test Make had some problems, maybe interrupted? Won't test Running make install Make had some problems, maybe interrupted? Won't install
Subject: ExtUtils::AutoInstall, UNIVERSAL::require needs to be a prereq
From: jm-rt [...] jmason.org
addendum: looks like UNIVERSAL::require also needs to be a declared prereq. PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/address.t t/assets.t t/mail-box.t t/address.....ok t/assets......NOK 1# Failed test (t/assets.t at line 5) # Tried to use 'Mail::Miner'. # Error: Can't locate UNIVERSAL/require.pm in @INC (@INC contains: /home/jm/.cpan/build/Mail-Miner-2.7/blib/arch /home/jm/.cpan/build/Mail-Miner-2.7/blib/lib /home/jm/.cpan/build/Mail-Miner-2.7/blib/lib /home/jm/.cpan/build/Mail-Miner-2.7/blib/arch /etc/perl /usr/local/lib/perl/5.8.3 /usr/local/share/perl/5.8.3 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl /usr/local/lib/perl/5.8.2 /usr/local/share/perl/5.8.2 . /etc/perl /usr/local/lib/perl/5.8.3 /usr/local/share/perl/5.8.3 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl /usr/local/lib/perl/5.8.2 /usr/local/share/perl/5.8.2 .) at /home/jm/.cpan/build/Mail-Miner-2.7/blib/lib/Mail/Miner.pm line 10. # BEGIN failed--compilation aborted at /home/jm/.cpan/build/Mail-Miner-2.7/blib/lib/Mail/Miner.pm line 10. # Compilation failed in require at (eval 1) line 2. t/assets......ok 2/5Can't locate object method "modules" via package "Mail::Miner" at /home/jm/.cpan/build/Mail-Miner-2.7/blib/lib/Mail/Miner/Assets.pm line 18. # Looks like you planned 5 tests but only ran 2. # Looks like your test died just after 2. t/assets......dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1, 3-5 Failed 4/5 tests, 20.00% okay