Start 2010-06-13T06:09:14 ActivePerl-1003 CPAN-1.9402 Going to read '/home/fly1003/var/cpan/Metadata' Database was generated on Sun, 13 Jun 2010 21:27:03 GMT Running make for R/RJ/RJBS/App-Addex-0.022.tar.gz Checksum for /net/nas/data/cpan/authors/id/R/RJ/RJBS/App-Addex-0.022.tar.gz ok Will not use Archive::Tar, need 1.00 App-Addex-0.022/ App-Addex-0.022/Changes App-Addex-0.022/LICENSE App-Addex-0.022/MANIFEST App-Addex-0.022/META.yml App-Addex-0.022/Makefile.PL App-Addex-0.022/README App-Addex-0.022/bin/ App-Addex-0.022/inc/ App-Addex-0.022/lib/ App-Addex-0.022/t/ App-Addex-0.022/t/00-load.t App-Addex-0.022/t/addr-book.t App-Addex-0.022/t/basic.t App-Addex-0.022/t/lib/ App-Addex-0.022/t/output-mutt.t App-Addex-0.022/t/output-procmail.t App-Addex-0.022/t/output-spamassassin.t App-Addex-0.022/t/output-tofile.t App-Addex-0.022/t/lib/App/ App-Addex-0.022/t/lib/App/Addex/ App-Addex-0.022/t/lib/App/Addex/AddressBook/ App-Addex-0.022/t/lib/App/Addex/FailsToLoad.pm App-Addex-0.022/t/lib/App/Addex/Multivalue.pm App-Addex-0.022/t/lib/App/Addex/Output/ App-Addex-0.022/t/lib/App/Addex/Output/Callback.pm App-Addex-0.022/t/lib/App/Addex/AddressBook/Test.pm App-Addex-0.022/lib/App/ App-Addex-0.022/lib/App/Addex/ App-Addex-0.022/lib/App/Addex.pm App-Addex-0.022/lib/App/Addex/AddressBook.pm App-Addex-0.022/lib/App/Addex/Entry/ App-Addex-0.022/lib/App/Addex/Entry.pm App-Addex-0.022/lib/App/Addex/Output/ App-Addex-0.022/lib/App/Addex/Output.pm App-Addex-0.022/lib/App/Addex/Output/Mutt.pm App-Addex-0.022/lib/App/Addex/Output/Procmail.pm App-Addex-0.022/lib/App/Addex/Output/SpamAssassin.pm App-Addex-0.022/lib/App/Addex/Output/ToFile.pm App-Addex-0.022/lib/App/Addex/Entry/EmailAddress.pm App-Addex-0.022/inc/Module/ App-Addex-0.022/inc/Module/Install/ App-Addex-0.022/inc/Module/Install.pm App-Addex-0.022/inc/Module/Install/AutoManifest.pm App-Addex-0.022/inc/Module/Install/Base.pm App-Addex-0.022/inc/Module/Install/Can.pm App-Addex-0.022/inc/Module/Install/Fetch.pm App-Addex-0.022/inc/Module/Install/Makefile.pm App-Addex-0.022/inc/Module/Install/Metadata.pm App-Addex-0.022/inc/Module/Install/Scripts.pm App-Addex-0.022/inc/Module/Install/Win32.pm App-Addex-0.022/inc/Module/Install/WriteAll.pm App-Addex-0.022/bin/addex /bin/tar: Read 1024 bytes from - CPAN.pm: Going to build R/RJ/RJBS/App-Addex-0.022.tar.gz >>> /home/fly1003/ap1003/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for App::Addex >>> make cp lib/App/Addex/AddressBook.pm blib/lib/App/Addex/AddressBook.pm cp lib/App/Addex/Output/ToFile.pm blib/lib/App/Addex/Output/ToFile.pm cp lib/App/Addex/Output/Procmail.pm blib/lib/App/Addex/Output/Procmail.pm cp lib/App/Addex.pm blib/lib/App/Addex.pm cp lib/App/Addex/Entry/EmailAddress.pm blib/lib/App/Addex/Entry/EmailAddress.pm cp lib/App/Addex/Output/SpamAssassin.pm blib/lib/App/Addex/Output/SpamAssassin.pm cp lib/App/Addex/Entry.pm blib/lib/App/Addex/Entry.pm cp lib/App/Addex/Output.pm blib/lib/App/Addex/Output.pm cp lib/App/Addex/Output/Mutt.pm blib/lib/App/Addex/Output/Mutt.pm cp bin/addex blib/script/addex /home/fly1003/ap1003/bin/perl-static "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/addex Manifying blib/man1/addex.1 Manifying blib/man3/App::Addex::AddressBook.3 Manifying blib/man3/App::Addex::Output::ToFile.3 Manifying blib/man3/App::Addex::Output::Procmail.3 Manifying blib/man3/App::Addex.3 Manifying blib/man3/App::Addex::Entry::EmailAddress.3 Manifying blib/man3/App::Addex::Output::SpamAssassin.3 Manifying blib/man3/App::Addex::Entry.3 Manifying blib/man3/App::Addex::Output.3 Manifying blib/man3/App::Addex::Output::Mutt.3 RJBS/App-Addex-0.022.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1003/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00-load.t .............. 1..1 ok 1 - use App::Addex; ok t/addr-book.t ............ 1..2 ok 1 - use App::Addex::AddressBook; ok 2 - exception thrown on virtual method ok t/basic.t ................ 1..6 ok 1 - use App::Addex; ok 2 - The object isa App::Addex ok 3 - callback called twice ok 4 - exception thrown when no addressbook class given ok 5 - exception thrown when no output classes given ok 6 - if a plugin fails to load, the exception is propagated ok t/output-mutt.t .......... 1..9 ok 1 - use App::Addex; ok 2 - The object isa App::Addex ok 3 - default nick-based alias created ok 4 - default name-based alias created ok 5 - default nick-based alias with label created ok 6 - default name-based alias with label created ok 7 - secondary nick-based alias with label created ok 8 - created save hook for entry with folder ok 9 - created mailboxes line for entry with folder ok t/output-procmail.t ...... 1..3 ok 1 - use App::Addex; ok 2 - The object isa App::Addex ok 3 - found the expected recipe for jcap in the procmail output ok t/output-spamassassin.t .. 1..5 ok 1 - use App::Addex; ok 2 - The object isa App::Addex ok 3 - created whitelist for rjbs@example.com ok 4 - created whitelist for rjbs@example.biz ok 5 - created whitelist for jcap@example.com ok t/output-tofile.t ........ 1..4 ok 1 - use App::Addex::Output::ToFile; ok 2 - filename is a required arg ok 3 - filename is a required arg ok 4 - exception raised if output fails ok All tests successful. Files=7, Tests=30, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.22 cusr 0.03 csys = 0.29 CPU) Result: PASS RJBS/App-Addex-0.022.tar.gz make test TEST_VERBOSE=1 -- OK Ricardo Signes <rjbs@cpan.org> generate mail tool configuration from an address book >>> (cd /home/fly1003/var/cpan/build/App-Addex-0.022-aDFdfQ && tar cvf - App-Addex-0.022.ppd blib) | gzip -c >/home/fly1003/var/REPO/R/RJ/RJBS/App-Addex-0.022.tar.gz App-Addex-0.022.ppd blib/ blib/script/ blib/script/addex blib/lib/ blib/lib/App/ blib/lib/App/Addex/ blib/lib/App/Addex/Entry.pm blib/lib/App/Addex/Entry/ blib/lib/App/Addex/Entry/EmailAddress.pm blib/lib/App/Addex/Output/ blib/lib/App/Addex/Output/Procmail.pm blib/lib/App/Addex/Output/Mutt.pm blib/lib/App/Addex/Output/ToFile.pm blib/lib/App/Addex/Output/SpamAssassin.pm blib/lib/App/Addex/AddressBook.pm blib/lib/App/Addex/Output.pm blib/lib/App/Addex.pm blib/man1/ blib/man1/addex.1 blib/man3/ blib/man3/App::Addex.3 blib/man3/App::Addex::Output::Mutt.3 blib/man3/App::Addex::Output.3 blib/man3/App::Addex::Entry::EmailAddress.3 blib/man3/App::Addex::Output::Procmail.3 blib/man3/App::Addex::Entry.3 blib/man3/App::Addex::AddressBook.3 blib/man3/App::Addex::Output::ToFile.3 blib/man3/App::Addex::Output::SpamAssassin.3 >>> mv /home/fly1003/var/cpan/build/App-Addex-0.022-aDFdfQ/App-Addex-0.022.ppd /home/fly1003/var/REPO/R/RJ/RJBS Finished 2010-06-13T06:09:17