[ctw] oq.4.x sample install

  • From: Tom Shaw <tshaw@xxxxxxxx>
  • To: ctw@xxxxxxxxxxxxx
  • Date: Tue, 10 Mar 2009 21:23:58 -0500

cpan> reload cpan
.......................................................................................................................................................................................................
199 subroutines redefined


cpan> install Compress::Zlib
Running install for module 'Compress::Zlib'
Running make for P/PM/PMQS/Compress-Zlib-2.015.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /Users/chief/.cpan/build/Compress-Zlib-2.015 Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'
CPAN: YAML loaded ok (v0.68)
  Has already been made
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/000prereq.t ... ok
t/01version.t ... ok
t/03zlib-v1.t ... ok
t/05examples.t .. ok
t/06gzsetp.t .... ok
t/08encoding.t .. ok
t/14gzopen.t .... ok
t/99pod.t ....... skipped: Test::Pod 1.00 required for testing POD
All tests successful.
Files=8, Tests=765, 14 wallclock secs ( 0.52 usr 0.13 sys + 4.97 cusr 1.22 csys = 6.84 CPU)
Result: PASS
  PMQS/Compress-Zlib-2.015.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Compress-Zlib-2.015/blib/arch /Users/chief/.cpan/build/Compress-Zlib-2.015/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/auto/Compress/Zlib/autosplit.ix
Installing /Library/Perl/5.8.6/Compress/Zlib.pm
Installing /usr/local/man/man3/Compress::Zlib.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Compress/Zlib/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  PMQS/Compress-Zlib-2.015.tar.gz
  /usr/bin/make install  -- OK


cpan> install Digest::MD5
Running install for module 'Digest::MD5'
Running make for G/GA/GAAS/Digest-MD5-2.38.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
CPAN: Time::HiRes loaded ok (v1.65)
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/G/GA/GAAS/Digest-MD5-2.38.tar.gz
CPAN: Digest::SHA loaded ok (v5.47)
  LWP not available
Fetching with Net::FTP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/G/GA/GAAS/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/G/GA/GAAS/Digest-MD5-2.38.tar.gz ok
Digest-MD5-2.38/
Digest-MD5-2.38/Changes
Digest-MD5-2.38/hints/
Digest-MD5-2.38/hints/dec_osf.pl
Digest-MD5-2.38/hints/irix_6.pl
Digest-MD5-2.38/hints/MacOS.pl
Digest-MD5-2.38/Makefile.PL
Digest-MD5-2.38/MANIFEST
Digest-MD5-2.38/MD5.pm
Digest-MD5-2.38/MD5.xs
Digest-MD5-2.38/META.yml
Digest-MD5-2.38/README
Digest-MD5-2.38/rfc1321.txt
Digest-MD5-2.38/t/
Digest-MD5-2.38/t/align.t
Digest-MD5-2.38/t/badfile.t
Digest-MD5-2.38/t/bits.t
Digest-MD5-2.38/t/clone.t
Digest-MD5-2.38/t/files.t
Digest-MD5-2.38/t/md5-aaa.t
Digest-MD5-2.38/t/utf8.t
Digest-MD5-2.38/typemap
CPAN: File::Temp loaded ok (v0.21)
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build G/GA/GAAS/Digest-MD5-2.38.tar.gz

Perl's config says that U32 access must be aligned.
Checking if your kit is complete...
Looks good
Writing Makefile for Digest::MD5
cp MD5.pm blib/lib/Digest/MD5.pm
/usr/bin/perl /System/Library/Perl/5.8.6/ExtUtils/xsubpp -typemap /System/Library/Perl/5.8.6/ExtUtils/typemap -typemap typemap MD5.xs > MD5.xsc && mv MD5.xsc MD5.c cc -c -g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -Os -DVERSION=\"2.38\" -DXS_VERSION=\"2.38\" "-I/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE" -DU32_ALIGNMENT_REQUIRED MD5.c
Running Mkbootstrap for Digest::MD5 ()
chmod 644 MD5.bs
rm -f blib/arch/auto/Digest/MD5/MD5.bundle
LD_RUN_PATH="" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib MD5.o -o blib/arch/auto/Digest/MD5/MD5.bundle
chmod 755 blib/arch/auto/Digest/MD5/MD5.bundle
cp MD5.bs blib/arch/auto/Digest/MD5/MD5.bs
chmod 644 blib/arch/auto/Digest/MD5/MD5.bs
Manifying blib/man3/Digest::MD5.3pm
  GAAS/Digest-MD5-2.38.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/align.t .... ok
t/badfile.t .. ok
t/bits.t ..... ok
t/clone.t .... ok
t/files.t .... ok
t/md5-aaa.t .. ok
t/utf8.t ..... ok
All tests successful.
Files=7, Tests=275, 2 wallclock secs ( 0.21 usr 0.08 sys + 0.82 cusr 0.19 csys = 1.30 CPU)
Result: PASS
  GAAS/Digest-MD5-2.38.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Digest-MD5-2.38-4nvro7/blib/arch /Users/chief/.cpan/build/Digest-MD5-2.38-4nvro7/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install' Installing /System/Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Digest/MD5/MD5.bundle Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /System/Library/Perl/5.8.6/darwin-thread-multi-2level/Digest/MD5.pm
Installing /usr/share/man/man3/Digest::MD5.3pm
Writing //System/Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Digest/MD5/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  GAAS/Digest-MD5-2.38.tar.gz
  /usr/bin/make install  -- OK


cpan> install Email::Valid
Running install for module 'Email::Valid'
Running make for R/RJ/RJBS/Email-Valid-0.180.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/R/RJ/RJBS/Email-Valid-0.180.tar.gz
  LWP not available
Fetching with Net::FTP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/R/RJ/RJBS/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/R/RJ/RJBS/Email-Valid-0.180.tar.gz ok
Email-Valid-0.180/
Email-Valid-0.180/Changes
Email-Valid-0.180/LICENSE
Email-Valid-0.180/MANIFEST
Email-Valid-0.180/META.yml
Email-Valid-0.180/Makefile.PL
Email-Valid-0.180/README
Email-Valid-0.180/lib/
Email-Valid-0.180/lib/Email/
Email-Valid-0.180/lib/Email/Valid.pm
Email-Valid-0.180/t/
Email-Valid-0.180/t/pod-coverage.t
Email-Valid-0.180/t/pod.t
Email-Valid-0.180/t/valid.t
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build R/RJ/RJBS/Email-Valid-0.180.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Email::Valid
cp lib/Email/Valid.pm blib/lib/Email/Valid.pm
Manifying blib/man3/Email::Valid.3pm
  RJBS/Email-Valid-0.180.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.08 required for testing POD coverage
t/pod.t ........... skipped: Test::Pod 1.00 required for testing POD
t/valid.t ......... ok
All tests successful.
Files=3, Tests=21, 4 wallclock secs ( 0.09 usr 0.04 sys + 0.29 cusr 0.11 csys = 0.53 CPU)
Result: PASS
  RJBS/Email-Valid-0.180.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Email-Valid-0.180-BllIQt/blib/arch /Users/chief/.cpan/build/Email-Valid-0.180-BllIQt/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/Email/Valid.pm
Installing /usr/local/man/man3/Email::Valid.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Email/Valid/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  RJBS/Email-Valid-0.180.tar.gz
  /usr/bin/make install  -- OK


cpan> install Email::Send
Running install for module 'Email::Send'
Running make for R/RJ/RJBS/Email-Send-2.194.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/R/RJ/RJBS/Email-Send-2.194.tar.gz
Checksum for /Users/chief/.cpan/sources/authors/id/R/RJ/RJBS/Email-Send-2.194.tar.gz ok
Email-Send-2.194/
Email-Send-2.194/Changes
Email-Send-2.194/LICENSE
Email-Send-2.194/MANIFEST
Email-Send-2.194/META.yml
Email-Send-2.194/Makefile.PL
Email-Send-2.194/README
Email-Send-2.194/eg/
Email-Send-2.194/eg/send-email.pl
Email-Send-2.194/lib/
Email-Send-2.194/lib/Email/
Email-Send-2.194/lib/Email/Send/
Email-Send-2.194/lib/Email/Send/NNTP.pm
Email-Send-2.194/lib/Email/Send/Qmail.pm
Email-Send-2.194/lib/Email/Send/SMTP.pm
Email-Send-2.194/lib/Email/Send/Sendmail.pm
Email-Send-2.194/lib/Email/Send/Test.pm
Email-Send-2.194/lib/Email/Send.pm
Email-Send-2.194/t/
Email-Send-2.194/t/abstract-msg.t
Email-Send-2.194/t/all-mailers.t
Email-Send-2.194/t/classic.t
Email-Send-2.194/t/email-send-test.t
Email-Send-2.194/t/email-send.t
Email-Send-2.194/t/errors.t
Email-Send-2.194/t/foreign-mailer.t
Email-Send-2.194/t/lib/
Email-Send-2.194/t/lib/BadMailer.pm
Email-Send-2.194/t/lib/Email/
Email-Send-2.194/t/lib/Email/Send/
Email-Send-2.194/t/lib/Email/Send/Fail.pm
Email-Send-2.194/t/lib/Email/Send/OK.pm
Email-Send-2.194/t/lib/Email/Send/Unavail.pm
Email-Send-2.194/t/lib/OKMailer.pm
Email-Send-2.194/t/lib/OKMailerOO.pm
Email-Send-2.194/t/lib/Without.pm
Email-Send-2.194/t/modifier.t
Email-Send-2.194/t/no-import.t
Email-Send-2.194/t/object-mailer.t
Email-Send-2.194/t/pod-coverage.t
Email-Send-2.194/t/pod.t
Email-Send-2.194/t/sendmail.t
Email-Send-2.194/t/test.t
Email-Send-2.194/t/without.t
Email-Send-2.194/util/
Email-Send-2.194/util/executable
Email-Send-2.194/util/not-executable
Email-Send-2.194/util/sendmail
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build R/RJ/RJBS/Email-Send-2.194.tar.gz

Checking if your kit is complete...
Looks good
Warning: prerequisite Email::Address 1.80 not found.
Warning: prerequisite Email::Simple 1.92 not found.
Warning: prerequisite Module::Pluggable 2.97 not found.
Warning: prerequisite Return::Value 1.28 not found.
Writing Makefile for Email::Send
---- Unsatisfied dependencies detected during ----
----       RJBS/Email-Send-2.194.tar.gz       ----
    Module::Pluggable [requires]
    Return::Value [requires]
    Email::Simple [requires]
    Email::Address [requires]
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
  Delayed until after prerequisites
Running make install
  Delayed until after prerequisites
Running install for module 'Module::Pluggable'
Running make for S/SI/SIMONW/Module-Pluggable-3.8.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/S/SI/SIMONW/Module-Pluggable-3.8.tar.gz
  LWP not available
Fetching with Net::FTP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/S/SI/SIMONW/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/S/SI/SIMONW/Module-Pluggable-3.8.tar.gz ok
Module-Pluggable-3.8/
Module-Pluggable-3.8/t/
Module-Pluggable-3.8/Changes
Module-Pluggable-3.8/MANIFEST
Module-Pluggable-3.8/lib/
Module-Pluggable-3.8/README
Module-Pluggable-3.8/META.yml
Module-Pluggable-3.8/MANIFEST.SKIP
Module-Pluggable-3.8/INSTALL
Module-Pluggable-3.8/Makefile.PL
Module-Pluggable-3.8/lib/Devel/
Module-Pluggable-3.8/lib/Module/
Module-Pluggable-3.8/lib/Module/Pluggable/
Module-Pluggable-3.8/lib/Module/Pluggable.pm
Module-Pluggable-3.8/lib/Module/Pluggable/Object.pm
Module-Pluggable-3.8/lib/Devel/InnerPackage.pm
Module-Pluggable-3.8/t/lib/
Module-Pluggable-3.8/t/acme/
Module-Pluggable-3.8/t/20dodgy_files.t
Module-Pluggable-3.8/t/11usetwice.t
Module-Pluggable-3.8/t/13exceptregex.t
Module-Pluggable-3.8/t/04acmepath.t
Module-Pluggable-3.8/t/12onlyarray.t
Module-Pluggable-3.8/t/10innerpack_inner.t
Module-Pluggable-3.8/t/04acmedir_single.t
Module-Pluggable-3.8/t/06multipath.t
Module-Pluggable-3.8/t/12only.t
Module-Pluggable-3.8/t/17devel_inner_package.t
Module-Pluggable-3.8/t/18skipped_package.t
Module-Pluggable-3.8/t/21editor_junk.t
Module-Pluggable-3.8/t/10innerpack.t
Module-Pluggable-3.8/t/13exceptarray.t
Module-Pluggable-3.8/t/10innerpack_override.t
Module-Pluggable-3.8/t/01use.t
Module-Pluggable-3.8/t/13except.t
Module-Pluggable-3.8/t/08nothing.t
Module-Pluggable-3.8/t/14package.t
Module-Pluggable-3.8/t/04acmepath_single.t
Module-Pluggable-3.8/t/10innerpack_noinner.t
Module-Pluggable-3.8/t/10innerpack_super.t
Module-Pluggable-3.8/t/02works.t
Module-Pluggable-3.8/t/15topicsafe.t
Module-Pluggable-3.8/t/03diffname.t
Module-Pluggable-3.8/t/16different_extension.t
Module-Pluggable-3.8/t/02alsoworks.t
Module-Pluggable-3.8/t/05postpath.t
Module-Pluggable-3.8/t/12onlyregex.t
Module-Pluggable-3.8/t/04acmedir.t
Module-Pluggable-3.8/t/02works_taint.t
Module-Pluggable-3.8/t/19can_ok_clobber.t
Module-Pluggable-3.8/t/07instantiate.t
Module-Pluggable-3.8/t/09require.t
Module-Pluggable-3.8/t/acme/Acme/
Module-Pluggable-3.8/t/acme/Acme/MyTest/
Module-Pluggable-3.8/t/acme/Acme/MyTest/Plugin/
Module-Pluggable-3.8/t/acme/Acme/MyTest/Plugin/Foo.pm
Module-Pluggable-3.8/t/lib/MyTest/
Module-Pluggable-3.8/t/lib/ExtTest/
Module-Pluggable-3.8/t/lib/Acme/
Module-Pluggable-3.8/t/lib/No/
Module-Pluggable-3.8/t/lib/MyOtherTest/
Module-Pluggable-3.8/t/lib/TA/
Module-Pluggable-3.8/t/lib/EditorJunk/
Module-Pluggable-3.8/t/lib/OddTest/
Module-Pluggable-3.8/t/lib/InnerTest/
Module-Pluggable-3.8/t/lib/InnerTest/Plugin/
Module-Pluggable-3.8/t/lib/InnerTest/Plugin/Foo.pm
Module-Pluggable-3.8/t/lib/OddTest/Plugin/
Module-Pluggable-3.8/t/lib/OddTest/Plugin/Foo.pm
Module-Pluggable-3.8/t/lib/EditorJunk/Plugin/
Module-Pluggable-3.8/t/lib/EditorJunk/Plugin/Foo.pm
Module-Pluggable-3.8/t/lib/EditorJunk/Plugin/Bar.pm~
Module-Pluggable-3.8/t/lib/EditorJunk/Plugin/Bar.pm.swp
Module-Pluggable-3.8/t/lib/EditorJunk/Plugin/Bar.pm
Module-Pluggable-3.8/t/lib/EditorJunk/Plugin/Bar.pm.swo
Module-Pluggable-3.8/t/lib/TA/C/
Module-Pluggable-3.8/t/lib/TA/C/A/
Module-Pluggable-3.8/t/lib/TA/C/A/I.pm
Module-Pluggable-3.8/t/lib/MyOtherTest/Plugin/
Module-Pluggable-3.8/t/lib/MyOtherTest/Plugin/Quux/
Module-Pluggable-3.8/t/lib/MyOtherTest/Plugin/Bar.pm
Module-Pluggable-3.8/t/lib/MyOtherTest/Plugin/Foo.pm
Module-Pluggable-3.8/t/lib/MyOtherTest/Plugin/Quux.pm
Module-Pluggable-3.8/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
Module-Pluggable-3.8/t/lib/No/Middle.pm
Module-Pluggable-3.8/t/lib/Acme/MyTest/
Module-Pluggable-3.8/t/lib/Acme/MyTest/Plugin/
Module-Pluggable-3.8/t/lib/Acme/MyTest/Plugin/Foo.pm
Module-Pluggable-3.8/t/lib/ExtTest/Plugin/
Module-Pluggable-3.8/t/lib/ExtTest/Plugin/Quux/
Module-Pluggable-3.8/t/lib/ExtTest/Plugin/Bar.plugin
Module-Pluggable-3.8/t/lib/ExtTest/Plugin/Foo.plugin
Module-Pluggable-3.8/t/lib/ExtTest/Plugin/Quux/Foo.plugin
Module-Pluggable-3.8/t/lib/MyTest/Extend/
Module-Pluggable-3.8/t/lib/MyTest/Plugin/
Module-Pluggable-3.8/t/lib/MyTest/Plugin/Bar.pm
/usr/bin/tar: Read 5120 bytes from -
Module-Pluggable-3.8/t/lib/MyTest/Plugin/Quux/
Module-Pluggable-3.8/t/lib/MyTest/Plugin/Foo.pm
Module-Pluggable-3.8/t/lib/MyTest/Plugin/Quux/Foo.pm
Module-Pluggable-3.8/t/lib/MyTest/Extend/Plugin/
Module-Pluggable-3.8/t/lib/MyTest/Extend/Plugin/Bar.pm
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build S/SI/SIMONW/Module-Pluggable-3.8.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Module::Pluggable
cp lib/Module/Pluggable/Object.pm blib/lib/Module/Pluggable/Object.pm
cp lib/Devel/InnerPackage.pm blib/lib/Devel/InnerPackage.pm
cp lib/Module/Pluggable.pm blib/lib/Module/Pluggable.pm
Manifying blib/man3/Module::Pluggable::Object.3pm
Manifying blib/man3/Module::Pluggable.3pm
Manifying blib/man3/Devel::InnerPackage.3pm
  SIMONW/Module-Pluggable-3.8.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01use.t .................. ok
t/02alsoworks.t ............ ok
t/02works.t ................ ok
t/02works_taint.t .......... ok
t/03diffname.t ............. ok
t/04acmedir.t .............. ok
t/04acmedir_single.t ....... ok
t/04acmepath.t ............. ok
t/04acmepath_single.t ...... ok
t/05postpath.t ............. ok
t/06multipath.t ............ ok
t/07instantiate.t .......... ok
t/08nothing.t .............. ok
t/09require.t .............. ok
t/10innerpack.t ............ ok
t/10innerpack_inner.t ...... ok
t/10innerpack_noinner.t .... ok
t/10innerpack_override.t ... ok
t/10innerpack_super.t ...... ok
t/11usetwice.t ............. ok
t/12only.t ................. ok
t/12onlyarray.t ............ ok
t/12onlyregex.t ............ ok
t/13except.t ............... ok
t/13exceptarray.t .......... ok
t/13exceptregex.t .......... ok
t/14package.t .............. ok
t/15topicsafe.t ............ ok
t/16different_extension.t .. ok
t/17devel_inner_package.t .. ok
t/18skipped_package.t ...... ok
t/19can_ok_clobber.t ....... ok
t/20dodgy_files.t .......... ok
t/21editor_junk.t .......... ok
All tests successful.
Files=34, Tests=157, 15 wallclock secs ( 0.49 usr 0.36 sys + 5.64 cusr 1.70 csys = 8.19 CPU)
Result: PASS
  SIMONW/Module-Pluggable-3.8.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Module-Pluggable-3.8-cQnp6F/blib/arch /Users/chief/.cpan/build/Module-Pluggable-3.8-cQnp6F/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/Devel/InnerPackage.pm
Installing /Library/Perl/5.8.6/Module/Pluggable.pm
Installing /Library/Perl/5.8.6/Module/Pluggable/Object.pm
Installing /usr/local/man/man3/Devel::InnerPackage.3pm
Installing /usr/local/man/man3/Module::Pluggable.3pm
Installing /usr/local/man/man3/Module::Pluggable::Object.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Module/Pluggable/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  SIMONW/Module-Pluggable-3.8.tar.gz
  /usr/bin/make install  -- OK
Running install for module 'Return::Value'
Running make for R/RJ/RJBS/Return-Value-1.302.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/R/RJ/RJBS/Return-Value-1.302.tar.gz
Checksum for /Users/chief/.cpan/sources/authors/id/R/RJ/RJBS/Return-Value-1.302.tar.gz ok
Return-Value-1.302/
Return-Value-1.302/Changes
Return-Value-1.302/LICENSE
Return-Value-1.302/MANIFEST
Return-Value-1.302/META.yml
Return-Value-1.302/Makefile.PL
Return-Value-1.302/README
Return-Value-1.302/lib/
Return-Value-1.302/lib/Return/
Return-Value-1.302/lib/Return/Value.pm
Return-Value-1.302/t/
Return-Value-1.302/t/failure.t
Return-Value-1.302/t/objects.t
Return-Value-1.302/t/overload.t
Return-Value-1.302/t/perl-critic.t
Return-Value-1.302/t/pod-coverage.t
Return-Value-1.302/t/pod.t
Return-Value-1.302/t/success.t
Return-Value-1.302/t/use.t
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build R/RJ/RJBS/Return-Value-1.302.tar.gz

WARNING: LICENSE is not a known parameter.
Checking if your kit is complete...
Looks good
'LICENSE' is not a known MakeMaker parameter name.
Writing Makefile for Return::Value
cp lib/Return/Value.pm blib/lib/Return/Value.pm
Manifying blib/man3/Return::Value.3pm
  RJBS/Return-Value-1.302.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/failure.t ....... ok
t/objects.t ....... ok
t/overload.t ...... ok
t/perl-critic.t ... skipped: define PERL_TEST_CRITIC to run these tests
t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t/pod.t ........... skipped: Test::Pod 1.00 required for testing POD
t/success.t ....... ok
t/use.t ........... ok
All tests successful.
Files=8, Tests=102, 2 wallclock secs ( 0.18 usr 0.09 sys + 0.69 cusr 0.21 csys = 1.17 CPU)
Result: PASS
  RJBS/Return-Value-1.302.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Return-Value-1.302-Z_854o/blib/arch /Users/chief/.cpan/build/Return-Value-1.302-Z_854o/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/Return/Value.pm
Installing /usr/local/man/man3/Return::Value.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Return/Value/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  RJBS/Return-Value-1.302.tar.gz
  /usr/bin/make install  -- OK
Running install for module 'Email::Simple'
Running make for R/RJ/RJBS/Email-Simple-2.005.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/R/RJ/RJBS/Email-Simple-2.005.tar.gz
Checksum for /Users/chief/.cpan/sources/authors/id/R/RJ/RJBS/Email-Simple-2.005.tar.gz ok
Email-Simple-2.005/
Email-Simple-2.005/Changes
Email-Simple-2.005/LICENSE
Email-Simple-2.005/MANIFEST
Email-Simple-2.005/META.yml
Email-Simple-2.005/Makefile.PL
Email-Simple-2.005/README
Email-Simple-2.005/lib/
Email-Simple-2.005/lib/Email/
Email-Simple-2.005/lib/Email/Simple/
Email-Simple-2.005/lib/Email/Simple/Header.pm
Email-Simple-2.005/lib/Email/Simple.pm
Email-Simple-2.005/t/
Email-Simple-2.005/t/badly-folded.t
Email-Simple-2.005/t/basic.t
Email-Simple-2.005/t/ct-header.t
Email-Simple-2.005/t/folding.t
Email-Simple-2.005/t/header-case.t
Email-Simple-2.005/t/header-junk.t
Email-Simple-2.005/t/header-many.t
Email-Simple-2.005/t/header-names.t
Email-Simple-2.005/t/header-new.t
Email-Simple-2.005/t/header-pairs.t
Email-Simple-2.005/t/header-prepend.t
Email-Simple-2.005/t/header-space.t
Email-Simple-2.005/t/long-msgid.t
Email-Simple-2.005/t/many-repeats.t
Email-Simple-2.005/t/no-body.t
Email-Simple-2.005/t/perl-minver.t
Email-Simple-2.005/t/pod-coverage.t
Email-Simple-2.005/t/pod.t
Email-Simple-2.005/t/preserve-linefeed.t
Email-Simple-2.005/t/test-mails/
Email-Simple-2.005/t/test-mails/badly-folded
Email-Simple-2.005/t/test-mails/badly-folded-noindent
Email-Simple-2.005/t/test-mails/josey-fold
Email-Simple-2.005/t/test-mails/josey-nobody
Email-Simple-2.005/t/test-mails/josey-nobody-blank
Email-Simple-2.005/t/test-mails/josey-nofold
Email-Simple-2.005/t/test-mails/junk-in-header
Email-Simple-2.005/t/test-mails/long-msgid
Email-Simple-2.005/t/test-mails/many-repeats
Email-Simple-2.005/t/undef-message.t
Email-Simple-2.005/t/unit.t
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build R/RJ/RJBS/Email-Simple-2.005.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Email::Simple
cp lib/Email/Simple/Header.pm blib/lib/Email/Simple/Header.pm
cp lib/Email/Simple.pm blib/lib/Email/Simple.pm
Manifying blib/man3/Email::Simple::Header.3pm
Manifying blib/man3/Email::Simple.3pm
  RJBS/Email-Simple-2.005.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/badly-folded.t ....... ok
t/basic.t .............. ok
t/ct-header.t .......... ok
t/folding.t ............ ok
t/header-case.t ........ ok
t/header-junk.t ........ ok
t/header-many.t ........ ok
t/header-names.t ....... ok
t/header-new.t ......... ok
t/header-pairs.t ....... ok
t/header-prepend.t ..... ok
t/header-space.t ....... ok
t/long-msgid.t ......... ok
t/many-repeats.t ....... ok
t/no-body.t ............ ok
t/perl-minver.t ........ skipped: this test requires Test::MinimumVersion
t/pod-coverage.t ....... skipped: Test::Pod::Coverage 1.08 required for testing POD coverage
t/pod.t ................ skipped: Test::Pod 1.14 required for testing POD
t/preserve-linefeed.t .. ok
t/undef-message.t ...... ok
t/unit.t ............... ok
All tests successful.
Files=21, Tests=128, 4 wallclock secs ( 0.33 usr 0.22 sys + 1.76 cusr 0.55 csys = 2.86 CPU)
Result: PASS
  RJBS/Email-Simple-2.005.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Email-Simple-2.005-2OEBUW/blib/arch /Users/chief/.cpan/build/Email-Simple-2.005-2OEBUW/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/Email/Simple.pm
Installing /Library/Perl/5.8.6/Email/Simple/Header.pm
Installing /usr/local/man/man3/Email::Simple.3pm
Installing /usr/local/man/man3/Email::Simple::Header.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Email/Simple/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  RJBS/Email-Simple-2.005.tar.gz
  /usr/bin/make install  -- OK
Running install for module 'Email::Address'
Running make for R/RJ/RJBS/Email-Address-1.889.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/R/RJ/RJBS/Email-Address-1.889.tar.gz
Checksum for /Users/chief/.cpan/sources/authors/id/R/RJ/RJBS/Email-Address-1.889.tar.gz ok
Email-Address-1.889/
Email-Address-1.889/Changes
Email-Address-1.889/LICENSE
Email-Address-1.889/MANIFEST
Email-Address-1.889/META.yml
Email-Address-1.889/Makefile.PL
Email-Address-1.889/README
Email-Address-1.889/bench/
Email-Address-1.889/bench/corpus.txt
Email-Address-1.889/bench/ea-vs-ma.pl
Email-Address-1.889/bench/too_long.pl
Email-Address-1.889/lib/
Email-Address-1.889/lib/Email/
Email-Address-1.889/lib/Email/Address.pm
Email-Address-1.889/t/
Email-Address-1.889/t/cache-cow.t
Email-Address-1.889/t/format.t
Email-Address-1.889/t/pod-coverage.t
Email-Address-1.889/t/pod.t
Email-Address-1.889/t/quote-encoded.t
Email-Address-1.889/t/quoting.t
Email-Address-1.889/t/tests.t
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build R/RJ/RJBS/Email-Address-1.889.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Email::Address
cp lib/Email/Address.pm blib/lib/Email/Address.pm
Manifying blib/man3/Email::Address.3pm
  RJBS/Email-Address-1.889.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/cache-cow.t ...... ok
t/format.t ......... ok
t/pod-coverage.t ... skipped: Test::Pod::Coverage 1.08 required for testing POD coverage
t/pod.t ............ skipped: Test::Pod 1.14 required for testing POD
t/quote-encoded.t .. ok
t/quoting.t ........ ok
t/tests.t .......... ok
All tests successful.
Files=7, Tests=1121, 6 wallclock secs ( 0.66 usr 0.13 sys + 1.67 cusr 0.25 csys = 2.71 CPU)
Result: PASS
  RJBS/Email-Address-1.889.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Email-Address-1.889-34KYsd/blib/arch /Users/chief/.cpan/build/Email-Address-1.889-34KYsd/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/Email/Address.pm
Installing /usr/local/man/man3/Email::Address.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Email/Address/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  RJBS/Email-Address-1.889.tar.gz
  /usr/bin/make install  -- OK
Running make for R/RJ/RJBS/Email-Send-2.194.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /Users/chief/.cpan/build/Email-Send-2.194-9cMVPF Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build R/RJ/RJBS/Email-Send-2.194.tar.gz

cp lib/Email/Send/SMTP.pm blib/lib/Email/Send/SMTP.pm
cp lib/Email/Send/Test.pm blib/lib/Email/Send/Test.pm
cp lib/Email/Send/Qmail.pm blib/lib/Email/Send/Qmail.pm
cp lib/Email/Send/NNTP.pm blib/lib/Email/Send/NNTP.pm
cp lib/Email/Send/Sendmail.pm blib/lib/Email/Send/Sendmail.pm
cp lib/Email/Send.pm blib/lib/Email/Send.pm
Manifying blib/man3/Email::Send::SMTP.3pm
Manifying blib/man3/Email::Send::Test.3pm
Manifying blib/man3/Email::Send::Qmail.3pm
Manifying blib/man3/Email::Send::NNTP.3pm
Manifying blib/man3/Email::Send::Sendmail.3pm
Manifying blib/man3/Email::Send.3pm
  RJBS/Email-Send-2.194.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/abstract-msg.t ..... skipped: Email::Abstract required for these tests
t/all-mailers.t ...... ok
t/classic.t .......... ok
t/email-send-test.t .. ok
t/email-send.t ....... ok
t/errors.t ........... ok
t/foreign-mailer.t ... ok
t/modifier.t ......... ok
t/no-import.t ........ ok
t/object-mailer.t .... ok
t/pod-coverage.t ..... skipped: Test::Pod::Coverage 1.08 required for testing POD coverage
t/pod.t .............. skipped: Test::Pod 1.14 required for testing POD
t/sendmail.t ......... ok
t/test.t ............. ok
t/without.t .......... ok
All tests successful.
Files=15, Tests=83, 10 wallclock secs ( 0.25 usr 0.15 sys + 2.94 cusr 0.86 csys = 4.20 CPU)
Result: PASS
  RJBS/Email-Send-2.194.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Email-Send-2.194-9cMVPF/blib/arch /Users/chief/.cpan/build/Email-Send-2.194-9cMVPF/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/Email/Send.pm
Installing /Library/Perl/5.8.6/Email/Send/NNTP.pm
Installing /Library/Perl/5.8.6/Email/Send/Qmail.pm
Installing /Library/Perl/5.8.6/Email/Send/Sendmail.pm
Installing /Library/Perl/5.8.6/Email/Send/SMTP.pm
Installing /Library/Perl/5.8.6/Email/Send/Test.pm
Installing /usr/local/man/man3/Email::Send.3pm
Installing /usr/local/man/man3/Email::Send::NNTP.3pm
Installing /usr/local/man/man3/Email::Send::Qmail.3pm
Installing /usr/local/man/man3/Email::Send::Sendmail.3pm
Installing /usr/local/man/man3/Email::Send::SMTP.3pm
Installing /usr/local/man/man3/Email::Send::Test.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Email/Send/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  RJBS/Email-Send-2.194.tar.gz
  /usr/bin/make install  -- OK


cpan> install Email::MIME::Modifier
Running install for module 'Email::MIME::Modifier'
Running make for R/RJ/RJBS/Email-MIME-Modifier-1.443.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/R/RJ/RJBS/Email-MIME-Modifier-1.443.tar.gz
Checksum for /Users/chief/.cpan/sources/authors/id/R/RJ/RJBS/Email-MIME-Modifier-1.443.tar.gz ok
Email-MIME-Modifier-1.443/
Email-MIME-Modifier-1.443/Changes
Email-MIME-Modifier-1.443/MANIFEST
Email-MIME-Modifier-1.443/META.yml
Email-MIME-Modifier-1.443/Makefile.PL
Email-MIME-Modifier-1.443/README
Email-MIME-Modifier-1.443/lib/
Email-MIME-Modifier-1.443/lib/Email/
Email-MIME-Modifier-1.443/lib/Email/MIME/
Email-MIME-Modifier-1.443/lib/Email/MIME/Modifier.pm
Email-MIME-Modifier-1.443/t/
Email-MIME-Modifier-1.443/t/content_id.t
Email-MIME-Modifier-1.443/t/ct_attrs.t
Email-MIME-Modifier-1.443/t/disposition.t
Email-MIME-Modifier-1.443/t/encoding.t
Email-MIME-Modifier-1.443/t/parts.t
Email-MIME-Modifier-1.443/t/pod-coverage.t
Email-MIME-Modifier-1.443/t/pod.t
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build R/RJ/RJBS/Email-MIME-Modifier-1.443.tar.gz

Checking if your kit is complete...
Looks good
Warning: prerequisite Email::MIME 1.82 not found.
Warning: prerequisite Email::MIME::ContentType 1.0 not found.
Warning: prerequisite Email::MIME::Encodings 1.3 not found.
Warning: prerequisite Email::MessageID 1.2 not found.
Writing Makefile for Email::MIME::Modifier
---- Unsatisfied dependencies detected during ----
----   RJBS/Email-MIME-Modifier-1.443.tar.gz  ----
    Email::MIME [requires]
    Email::MIME::Encodings [requires]
    Email::MessageID [requires]
    Email::MIME::ContentType [requires]
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
  Delayed until after prerequisites
Running make install
  Delayed until after prerequisites
Running install for module 'Email::MIME'
Running make for R/RJ/RJBS/Email-MIME-1.863.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/R/RJ/RJBS/Email-MIME-1.863.tar.gz
Checksum for /Users/chief/.cpan/sources/authors/id/R/RJ/RJBS/Email-MIME-1.863.tar.gz ok
Email-MIME-1.863/
Email-MIME-1.863/Changes
Email-MIME-1.863/LICENSE
Email-MIME-1.863/MANIFEST
Email-MIME-1.863/META.yml
Email-MIME-1.863/Makefile.PL
Email-MIME-1.863/README
Email-MIME-1.863/lib/
Email-MIME-1.863/lib/Email/
Email-MIME-1.863/lib/Email/MIME/
Email-MIME-1.863/lib/Email/MIME/Header.pm
Email-MIME-1.863/lib/Email/MIME.pm
Email-MIME-1.863/t/
Email-MIME-1.863/t/1.t
Email-MIME-1.863/t/2.t
Email-MIME-1.863/t/3.t
Email-MIME-1.863/t/Mail/
Email-MIME-1.863/t/Mail/att-1.gif
Email-MIME-1.863/t/Mail/joejob
Email-MIME-1.863/t/Mail/mail-1
Email-MIME-1.863/t/Mail/mail-2
Email-MIME-1.863/t/Mail/nested-parts
Email-MIME-1.863/t/nested-parts.t
Email-MIME-1.863/t/pod-coverage.t
Email-MIME-1.863/t/pod.t
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build R/RJ/RJBS/Email-MIME-1.863.tar.gz

Checking if your kit is complete...
Looks good
Warning: prerequisite Email::MIME::ContentType 1.011 not found.
Warning: prerequisite Email::MIME::Encodings 1.3 not found.
Warning: prerequisite MIME::Types 1.13 not found.
Writing Makefile for Email::MIME
---- Unsatisfied dependencies detected during ----
----       RJBS/Email-MIME-1.863.tar.gz       ----
    Email::MIME::Encodings [requires]
    Email::MIME::ContentType [requires]
    MIME::Types [requires]
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
  Delayed until after prerequisites
Running make install
  Delayed until after prerequisites
Running install for module 'Email::MIME::Encodings'
Running make for R/RJ/RJBS/Email-MIME-Encodings-1.312.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/R/RJ/RJBS/Email-MIME-Encodings-1.312.tar.gz
Checksum for /Users/chief/.cpan/sources/authors/id/R/RJ/RJBS/Email-MIME-Encodings-1.312.tar.gz ok
Email-MIME-Encodings-1.312/
Email-MIME-Encodings-1.312/Changes
Email-MIME-Encodings-1.312/LICENSE
Email-MIME-Encodings-1.312/MANIFEST
Email-MIME-Encodings-1.312/META.yml
Email-MIME-Encodings-1.312/Makefile.PL
Email-MIME-Encodings-1.312/README
Email-MIME-Encodings-1.312/lib/
Email-MIME-Encodings-1.312/lib/Email/
Email-MIME-Encodings-1.312/lib/Email/MIME/
Email-MIME-Encodings-1.312/lib/Email/MIME/Encodings.pm
Email-MIME-Encodings-1.312/t/
Email-MIME-Encodings-1.312/t/basic.t
Email-MIME-Encodings-1.312/t/pod-coverage.t
Email-MIME-Encodings-1.312/t/pod.t
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build R/RJ/RJBS/Email-MIME-Encodings-1.312.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Email::MIME::Encodings
cp lib/Email/MIME/Encodings.pm blib/lib/Email/MIME/Encodings.pm
Manifying blib/man3/Email::MIME::Encodings.3pm
  RJBS/Email-MIME-Encodings-1.312.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/basic.t ......... ok
t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.08 required for testing POD coverage
t/pod.t ........... skipped: Test::Pod 1.14 required for testing POD
All tests successful.
Files=3, Tests=12, 1 wallclock secs ( 0.09 usr 0.04 sys + 0.23 cusr 0.08 csys = 0.44 CPU)
Result: PASS
  RJBS/Email-MIME-Encodings-1.312.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Email-MIME-Encodings-1.312-vDNeXk/blib/arch /Users/chief/.cpan/build/Email-MIME-Encodings-1.312-vDNeXk/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/Email/MIME/Encodings.pm
Installing /usr/local/man/man3/Email::MIME::Encodings.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Email/MIME/Encodings/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  RJBS/Email-MIME-Encodings-1.312.tar.gz
  /usr/bin/make install  -- OK
Running install for module 'Email::MIME::ContentType'
Running make for R/RJ/RJBS/Email-MIME-ContentType-1.015.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/R/RJ/RJBS/Email-MIME-ContentType-1.015.tar.gz
Checksum for /Users/chief/.cpan/sources/authors/id/R/RJ/RJBS/Email-MIME-ContentType-1.015.tar.gz ok
Email-MIME-ContentType-1.015/
Email-MIME-ContentType-1.015/Changes
Email-MIME-ContentType-1.015/LICENSE
Email-MIME-ContentType-1.015/MANIFEST
Email-MIME-ContentType-1.015/META.yml
Email-MIME-ContentType-1.015/Makefile.PL
Email-MIME-ContentType-1.015/README
Email-MIME-ContentType-1.015/lib/
Email-MIME-ContentType-1.015/lib/Email/
Email-MIME-ContentType-1.015/lib/Email/MIME/
Email-MIME-ContentType-1.015/lib/Email/MIME/ContentType.pm
Email-MIME-ContentType-1.015/t/
Email-MIME-ContentType-1.015/t/1.t
Email-MIME-ContentType-1.015/t/pod-coverage.t
Email-MIME-ContentType-1.015/t/pod.t
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build R/RJ/RJBS/Email-MIME-ContentType-1.015.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Email::MIME::ContentType
cp lib/Email/MIME/ContentType.pm blib/lib/Email/MIME/ContentType.pm
Manifying blib/man3/Email::MIME::ContentType.3pm
  RJBS/Email-MIME-ContentType-1.015.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/1.t ............. ok
t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.08 required for testing POD coverage
t/pod.t ........... skipped: Test::Pod 1.14 required for testing POD
All tests successful.
Files=3, Tests=6, 0 wallclock secs ( 0.09 usr 0.04 sys + 0.22 cusr 0.07 csys = 0.42 CPU)
Result: PASS
  RJBS/Email-MIME-ContentType-1.015.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Email-MIME-ContentType-1.015-hSCIhP/blib/arch /Users/chief/.cpan/build/Email-MIME-ContentType-1.015-hSCIhP/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/Email/MIME/ContentType.pm
Installing /usr/local/man/man3/Email::MIME::ContentType.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Email/MIME/ContentType/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  RJBS/Email-MIME-ContentType-1.015.tar.gz
  /usr/bin/make install  -- OK
Running install for module 'MIME::Types'
Running make for M/MA/MARKOV/MIME-Types-1.27.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/M/MA/MARKOV/MIME-Types-1.27.tar.gz
  LWP not available
Fetching with Net::FTP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/M/MA/MARKOV/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/M/MA/MARKOV/MIME-Types-1.27.tar.gz ok
MIME-Types-1.27/
MIME-Types-1.27/t/
MIME-Types-1.27/t/99pod.t
MIME-Types-1.27/t/10type.t
MIME-Types-1.27/t/20types.t
MIME-Types-1.27/t/30export.t
MIME-Types-1.27/t/11typeol.t
MIME-Types-1.27/lib/
MIME-Types-1.27/lib/MIME/
MIME-Types-1.27/lib/MIME/Type.pod
MIME-Types-1.27/lib/MIME/Types.pm
MIME-Types-1.27/lib/MIME/Types.pod
MIME-Types-1.27/lib/MIME/Type.pm
MIME-Types-1.27/README
MIME-Types-1.27/Makefile.PL
MIME-Types-1.27/META.yml
MIME-Types-1.27/ChangeLog
MIME-Types-1.27/MANIFEST
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build M/MA/MARKOV/MIME-Types-1.27.tar.gz

WARNING: LICENSE is not a known parameter.
Checking if your kit is complete...
Looks good
Warning: prerequisite Test::Pod 1 not found.
'LICENSE' is not a known MakeMaker parameter name.
Writing Makefile for MIME::Types
---- Unsatisfied dependencies detected during ----
----       MARKOV/MIME-Types-1.27.tar.gz      ----
    Test::Pod [requires]
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
  Delayed until after prerequisites
Running make install
  Delayed until after prerequisites
Running install for module 'Test::Pod'
Running make for P/PE/PETDANCE/Test-Pod-1.26.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/P/PE/PETDANCE/Test-Pod-1.26.tar.gz
  LWP not available
Fetching with Net::FTP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/P/PE/PETDANCE/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/P/PE/PETDANCE/Test-Pod-1.26.tar.gz ok
Test-Pod-1.26/
Test-Pod-1.26/t/
Test-Pod-1.26/t/spaced-directives.pod
Test-Pod-1.26/t/unknown-directive.t
Test-Pod-1.26/t/spaced-directives.t
Test-Pod-1.26/t/pod/
Test-Pod-1.26/t/pod/good-pod-script
Test-Pod-1.26/t/pod/no_pod.pod
Test-Pod-1.26/t/pod/good.pod
Test-Pod-1.26/t/empty-file.pod
Test-Pod-1.26/t/cut-outside-block.pod
Test-Pod-1.26/t/good.t
Test-Pod-1.26/t/item-ordering.pod
Test-Pod-1.26/t/all_pod_files.t
Test-Pod-1.26/t/selftest.t
Test-Pod-1.26/t/unknown-directive.pod
Test-Pod-1.26/t/item-ordering.t
Test-Pod-1.26/t/00-load.t
Test-Pod-1.26/t/load.t
Test-Pod-1.26/t/missing-file.t
Test-Pod-1.26/t/pod.t
Test-Pod-1.26/t/cut-outside-block.t
Test-Pod-1.26/Changes
Test-Pod-1.26/MANIFEST
Test-Pod-1.26/Pod.pm
Test-Pod-1.26/Makefile.PL
Test-Pod-1.26/META.yml
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build P/PE/PETDANCE/Test-Pod-1.26.tar.gz

Checking if your kit is complete...
Looks good
Warning: prerequisite Pod::Simple 2.04 not found.
Writing Makefile for Test::Pod
---- Unsatisfied dependencies detected during ----
----       PETDANCE/Test-Pod-1.26.tar.gz      ----
    Pod::Simple [requires]
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
  Delayed until after prerequisites
Running make install
  Delayed until after prerequisites
Running install for module 'Pod::Simple'
Running make for A/AR/ARANDAL/Pod-Simple-3.07.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/A/AR/ARANDAL/Pod-Simple-3.07.tar.gz
  LWP not available
Fetching with Net::FTP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/A/AR/ARANDAL/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/A/AR/ARANDAL/Pod-Simple-3.07.tar.gz ok
Pod-Simple-3.07/
Pod-Simple-3.07/ChangeLog
Pod-Simple-3.07/lib/
Pod-Simple-3.07/lib/perlpod.pod
Pod-Simple-3.07/lib/perlpodspec.pod
Pod-Simple-3.07/lib/Pod/
Pod-Simple-3.07/lib/Pod/Simple/
Pod-Simple-3.07/lib/Pod/Simple/BlackBox.pm
Pod-Simple-3.07/lib/Pod/Simple/Checker.pm
Pod-Simple-3.07/lib/Pod/Simple/Debug.pm
Pod-Simple-3.07/lib/Pod/Simple/DumpAsText.pm
Pod-Simple-3.07/lib/Pod/Simple/DumpAsXML.pm
Pod-Simple-3.07/lib/Pod/Simple/HTML.pm
Pod-Simple-3.07/lib/Pod/Simple/HTMLBatch.pm
Pod-Simple-3.07/lib/Pod/Simple/HTMLLegacy.pm
Pod-Simple-3.07/lib/Pod/Simple/LinkSection.pm
Pod-Simple-3.07/lib/Pod/Simple/Methody.pm
Pod-Simple-3.07/lib/Pod/Simple/Progress.pm
Pod-Simple-3.07/lib/Pod/Simple/PullParser.pm
Pod-Simple-3.07/lib/Pod/Simple/PullParserEndToken.pm
Pod-Simple-3.07/lib/Pod/Simple/PullParserStartToken.pm
Pod-Simple-3.07/lib/Pod/Simple/PullParserTextToken.pm
Pod-Simple-3.07/lib/Pod/Simple/PullParserToken.pm
Pod-Simple-3.07/lib/Pod/Simple/RTF.pm
Pod-Simple-3.07/lib/Pod/Simple/Search.pm
Pod-Simple-3.07/lib/Pod/Simple/SimpleTree.pm
Pod-Simple-3.07/lib/Pod/Simple/Subclassing.pod
Pod-Simple-3.07/lib/Pod/Simple/Text.pm
Pod-Simple-3.07/lib/Pod/Simple/TextContent.pm
Pod-Simple-3.07/lib/Pod/Simple/TiedOutFH.pm
Pod-Simple-3.07/lib/Pod/Simple/Transcode.pm
Pod-Simple-3.07/lib/Pod/Simple/TranscodeDumb.pm
Pod-Simple-3.07/lib/Pod/Simple/TranscodeSmart.pm
Pod-Simple-3.07/lib/Pod/Simple/XHTML.pm
Pod-Simple-3.07/lib/Pod/Simple/XMLOutStream.pm
Pod-Simple-3.07/lib/Pod/Simple.pm
Pod-Simple-3.07/lib/Pod/Simple.pod
Pod-Simple-3.07/Makefile.PL
Pod-Simple-3.07/MANIFEST
Pod-Simple-3.07/MANIFEST.SKIP
Pod-Simple-3.07/META.yml
Pod-Simple-3.07/README
Pod-Simple-3.07/t/
Pod-Simple-3.07/t/00about.t
Pod-Simple-3.07/t/20_skip.t
Pod-Simple-3.07/t/ac_d.t
Pod-Simple-3.07/t/accept01.t
Pod-Simple-3.07/t/accept05.t
Pod-Simple-3.07/t/basic.t
Pod-Simple-3.07/t/begin.t
Pod-Simple-3.07/t/cbacks.t
Pod-Simple-3.07/t/chunking.t
Pod-Simple-3.07/t/closeys.t
Pod-Simple-3.07/t/corpus/
Pod-Simple-3.07/t/corpus/2202jp.txt
Pod-Simple-3.07/t/corpus/2202jp.xml
Pod-Simple-3.07/t/corpus/2202jpx.txt
Pod-Simple-3.07/t/corpus/2202jpx.xml
Pod-Simple-3.07/t/corpus/2202jpy.txt
Pod-Simple-3.07/t/corpus/2202jpy.xml
Pod-Simple-3.07/t/corpus/2202jpz.txt
Pod-Simple-3.07/t/corpus/2202jpz.xml
Pod-Simple-3.07/t/corpus/8859_7.pod
Pod-Simple-3.07/t/corpus/8859_7.xml
Pod-Simple-3.07/t/corpus/cp1256.txt
Pod-Simple-3.07/t/corpus/cp1256.xml
Pod-Simple-3.07/t/corpus/fet_cont.txt
Pod-Simple-3.07/t/corpus/fet_cont.xml
Pod-Simple-3.07/t/corpus/fet_dup.txt
Pod-Simple-3.07/t/corpus/fet_dup.xml
Pod-Simple-3.07/t/corpus/iso6.txt
Pod-Simple-3.07/t/corpus/iso6.xml
Pod-Simple-3.07/t/corpus/koi8r.txt
Pod-Simple-3.07/t/corpus/koi8r.xml
Pod-Simple-3.07/t/corpus/laozi38.txt
Pod-Simple-3.07/t/corpus/laozi38.xml
Pod-Simple-3.07/t/corpus/laozi38b.txt
Pod-Simple-3.07/t/corpus/laozi38b.xml
Pod-Simple-3.07/t/corpus/laozi38p.pod
Pod-Simple-3.07/t/corpus/laozi38p.xml
Pod-Simple-3.07/t/corpus/lat1fr.txt
Pod-Simple-3.07/t/corpus/lat1fr.xml
Pod-Simple-3.07/t/corpus/lat1frim.txt
Pod-Simple-3.07/t/corpus/lat1frim.xml
Pod-Simple-3.07/t/corpus/nonesuch.txt
Pod-Simple-3.07/t/corpus/nonesuch.xml
Pod-Simple-3.07/t/corpus/pasternak_cp1251.txt
Pod-Simple-3.07/t/corpus/pasternak_cp1251.xml
Pod-Simple-3.07/t/corpus/plain.txt
Pod-Simple-3.07/t/corpus/plain.xml
Pod-Simple-3.07/t/corpus/plain_explicit.txt
Pod-Simple-3.07/t/corpus/plain_explicit.xml
Pod-Simple-3.07/t/corpus/plain_latin1.txt
Pod-Simple-3.07/t/corpus/plain_latin1.xml
Pod-Simple-3.07/t/corpus/plain_utf8.txt
Pod-Simple-3.07/t/corpus/plain_utf8.xml
Pod-Simple-3.07/t/corpus/polish_utf8.txt
Pod-Simple-3.07/t/corpus/polish_utf8.xml
Pod-Simple-3.07/t/corpus/s2763_sjis.txt
Pod-Simple-3.07/t/corpus/s2763_sjis.xml
Pod-Simple-3.07/t/corpus/thai_iso11.txt
Pod-Simple-3.07/t/corpus/thai_iso11.xml
Pod-Simple-3.07/t/corpus.t
Pod-Simple-3.07/t/corpus2/
Pod-Simple-3.07/t/corpus2/fiqhakbar_iso6.txt
Pod-Simple-3.07/t/corpus2/fiqhakbar_iso6.xml
Pod-Simple-3.07/t/corpus2/polish_implicit_utf8.txt
Pod-Simple-3.07/t/corpus2/polish_utf16be_bom.txt
Pod-Simple-3.07/t/corpus2/polish_utf16le_bom.txt
Pod-Simple-3.07/t/corpus2/polish_utf8_bom.txt
Pod-Simple-3.07/t/corpus2/polish_utf8_bom.xml
Pod-Simple-3.07/t/corpus2/polish_utf8_bom2.txt
Pod-Simple-3.07/t/corpus2/polish_utf8_bom2.xml
Pod-Simple-3.07/t/encod01.t
Pod-Simple-3.07/t/encod02.t
Pod-Simple-3.07/t/encod03.t
Pod-Simple-3.07/t/end_over.t
Pod-Simple-3.07/t/fcodes.t
Pod-Simple-3.07/t/fcodes_e.t
Pod-Simple-3.07/t/fcodes_l.t
Pod-Simple-3.07/t/fcodes_s.t
Pod-Simple-3.07/t/for.t
Pod-Simple-3.07/t/fornot.t
Pod-Simple-3.07/t/fullstop.t
Pod-Simple-3.07/t/heads.t
Pod-Simple-3.07/t/html01.t
Pod-Simple-3.07/t/html02.t
Pod-Simple-3.07/t/html03.t
Pod-Simple-3.07/t/htmlbat.t
Pod-Simple-3.07/t/items.t
Pod-Simple-3.07/t/items02.t
Pod-Simple-3.07/t/itemstar.t
Pod-Simple-3.07/t/junk1.pod
Pod-Simple-3.07/t/junk1o.txt
Pod-Simple-3.07/t/junk2.pod
Pod-Simple-3.07/t/junk2o.txt
Pod-Simple-3.07/t/linkclas.t
Pod-Simple-3.07/t/perlcyg.pod
Pod-Simple-3.07/t/perlcygo.txt
Pod-Simple-3.07/t/perlfaq.pod
Pod-Simple-3.07/t/perlfaqo.txt
Pod-Simple-3.07/t/perlvar.pod
Pod-Simple-3.07/t/perlvaro.txt
Pod-Simple-3.07/t/puller.t
Pod-Simple-3.07/t/pulltitl.t
Pod-Simple-3.07/t/reinit.t
Pod-Simple-3.07/t/render.t
Pod-Simple-3.07/t/search05.t
Pod-Simple-3.07/t/search10.t
Pod-Simple-3.07/t/search12.t
Pod-Simple-3.07/t/search20.t
Pod-Simple-3.07/t/search22.t
Pod-Simple-3.07/t/search25.t
Pod-Simple-3.07/t/search26.t
Pod-Simple-3.07/t/search27.t
Pod-Simple-3.07/t/search28.t
Pod-Simple-3.07/t/search29.t
Pod-Simple-3.07/t/search50.t
Pod-Simple-3.07/t/stree.t
Pod-Simple-3.07/t/testlib1/
Pod-Simple-3.07/t/testlib1/Blorm.pm
Pod-Simple-3.07/t/testlib1/hinkhonk/
Pod-Simple-3.07/t/testlib1/hinkhonk/Glunk.pod
Pod-Simple-3.07/t/testlib1/hinkhonk/readme.txt
Pod-Simple-3.07/t/testlib1/hinkhonk/Vliff.pm
Pod-Simple-3.07/t/testlib1/pod/
Pod-Simple-3.07/t/testlib1/pod/perlflif.pod
Pod-Simple-3.07/t/testlib1/pod/perlthng.pod
Pod-Simple-3.07/t/testlib1/squaa/
Pod-Simple-3.07/t/testlib1/squaa/Glunk.pod
Pod-Simple-3.07/t/testlib1/squaa/Vliff.pm
Pod-Simple-3.07/t/testlib1/squaa.pm
Pod-Simple-3.07/t/testlib1/zikzik.pod
Pod-Simple-3.07/t/testlib1/Zonk/
Pod-Simple-3.07/t/testlib1/Zonk/Fiddle.txt
Pod-Simple-3.07/t/testlib1/Zonk/Pronk.pm
Pod-Simple-3.07/t/testlib1/Zonk/Veng.pm
Pod-Simple-3.07/t/testlib2/
Pod-Simple-3.07/t/testlib2/hinkhonk/
Pod-Simple-3.07/t/testlib2/hinkhonk/Glunk.pod
Pod-Simple-3.07/t/testlib2/hinkhonk/readme.txt
Pod-Simple-3.07/t/testlib2/hinkhonk/Vliff.pm
Pod-Simple-3.07/t/testlib2/pod/
Pod-Simple-3.07/t/testlib2/pod/perlthng.pod
Pod-Simple-3.07/t/testlib2/pod/perlzuk.pod
Pod-Simple-3.07/t/testlib2/squaa/
Pod-Simple-3.07/t/testlib2/squaa/Vliff.pm
Pod-Simple-3.07/t/testlib2/squaa/Wowo.pod
Pod-Simple-3.07/t/testlib2/Suzzle.pm
Pod-Simple-3.07/t/testlib3/
Pod-Simple-3.07/t/testlib3/squaa/
Pod-Simple-3.07/t/testlib3/squaa/Vliff.pm
Pod-Simple-3.07/t/tiedfh.t
Pod-Simple-3.07/t/verb_fmt.t
Pod-Simple-3.07/t/verbatim.t
Pod-Simple-3.07/t/x_nixer.t
Pod-Simple-3.07/t/xhtml01.t
Pod-Simple-3.07/t/xhtml05.t
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build A/AR/ARANDAL/Pod-Simple-3.07.tar.gz

Checking if your kit is complete...
Looks good
Warning: prerequisite Pod::Escapes 1.04 not found.
Writing Makefile for Pod::Simple
---- Unsatisfied dependencies detected during ----
----      ARANDAL/Pod-Simple-3.07.tar.gz      ----
    Pod::Escapes [requires]
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
  Delayed until after prerequisites
Running make install
  Delayed until after prerequisites
Running install for module 'Pod::Escapes'
Running make for S/SB/SBURKE/Pod-Escapes-1.04.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/S/SB/SBURKE/Pod-Escapes-1.04.tar.gz
  LWP not available
Fetching with Net::FTP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/S/SB/SBURKE/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/S/SB/SBURKE/Pod-Escapes-1.04.tar.gz ok
Pod-Escapes-1.04/
Pod-Escapes-1.04/META.yml
Pod-Escapes-1.04/t/
Pod-Escapes-1.04/t/01_about_verbose.t
Pod-Escapes-1.04/t/15_name2charnum.t
Pod-Escapes-1.04/t/10_main.t
Pod-Escapes-1.04/lib/
Pod-Escapes-1.04/lib/Pod/
Pod-Escapes-1.04/lib/Pod/Escapes.pm
Pod-Escapes-1.04/MANIFEST
Pod-Escapes-1.04/ChangeLog
Pod-Escapes-1.04/MANIFEST.SKIP
Pod-Escapes-1.04/Makefile.PL
Pod-Escapes-1.04/README
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build S/SB/SBURKE/Pod-Escapes-1.04.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Pod::Escapes
cp lib/Pod/Escapes.pm blib/lib/Pod/Escapes.pm
Manifying blib/man3/Pod::Escapes.3pm
  SBURKE/Pod-Escapes-1.04.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_about_verbose.t .. ok
t/10_main.t ........... ok
t/15_name2charnum.t ... ok
All tests successful.
Files=3, Tests=106, 1 wallclock secs ( 0.14 usr 0.04 sys + 0.16 cusr 0.06 csys = 0.40 CPU)
Result: PASS
  SBURKE/Pod-Escapes-1.04.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Pod-Escapes-1.04-a_JGPE/blib/arch /Users/chief/.cpan/build/Pod-Escapes-1.04-a_JGPE/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/Pod/Escapes.pm
Installing /usr/local/man/man3/Pod::Escapes.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Pod/Escapes/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  SBURKE/Pod-Escapes-1.04.tar.gz
  /usr/bin/make install  -- OK
Running make for A/AR/ARANDAL/Pod-Simple-3.07.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /Users/chief/.cpan/build/Pod-Simple-3.07-gryfTG Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build A/AR/ARANDAL/Pod-Simple-3.07.tar.gz

cp lib/Pod/Simple/LinkSection.pm blib/lib/Pod/Simple/LinkSection.pm
cp lib/Pod/Simple/DumpAsText.pm blib/lib/Pod/Simple/DumpAsText.pm
cp lib/Pod/Simple/XMLOutStream.pm blib/lib/Pod/Simple/XMLOutStream.pm
cp lib/Pod/Simple/Progress.pm blib/lib/Pod/Simple/Progress.pm
cp lib/Pod/Simple/TextContent.pm blib/lib/Pod/Simple/TextContent.pm
cp lib/Pod/Simple/Text.pm blib/lib/Pod/Simple/Text.pm
cp lib/Pod/Simple/Search.pm blib/lib/Pod/Simple/Search.pm
cp lib/Pod/Simple/TranscodeSmart.pm blib/lib/Pod/Simple/TranscodeSmart.pm
cp lib/Pod/Simple/Debug.pm blib/lib/Pod/Simple/Debug.pm
cp lib/Pod/Simple/PullParserStartToken.pm blib/lib/Pod/Simple/PullParserStartToken.pm
cp lib/perlpodspec.pod blib/lib/perlpodspec.pod
cp lib/Pod/Simple/Methody.pm blib/lib/Pod/Simple/Methody.pm
cp lib/Pod/Simple/PullParserTextToken.pm blib/lib/Pod/Simple/PullParserTextToken.pm cp lib/Pod/Simple/PullParserEndToken.pm blib/lib/Pod/Simple/PullParserEndToken.pm
cp lib/Pod/Simple.pm blib/lib/Pod/Simple.pm
cp lib/Pod/Simple/TranscodeDumb.pm blib/lib/Pod/Simple/TranscodeDumb.pm
cp lib/Pod/Simple/HTMLBatch.pm blib/lib/Pod/Simple/HTMLBatch.pm
cp lib/Pod/Simple/RTF.pm blib/lib/Pod/Simple/RTF.pm
cp lib/Pod/Simple/Checker.pm blib/lib/Pod/Simple/Checker.pm
cp lib/Pod/Simple/PullParser.pm blib/lib/Pod/Simple/PullParser.pm
cp lib/Pod/Simple/PullParserToken.pm blib/lib/Pod/Simple/PullParserToken.pm
cp lib/Pod/Simple/SimpleTree.pm blib/lib/Pod/Simple/SimpleTree.pm
cp lib/Pod/Simple/XHTML.pm blib/lib/Pod/Simple/XHTML.pm
cp lib/Pod/Simple/TiedOutFH.pm blib/lib/Pod/Simple/TiedOutFH.pm
cp lib/perlpod.pod blib/lib/perlpod.pod
cp lib/Pod/Simple/HTML.pm blib/lib/Pod/Simple/HTML.pm
cp lib/Pod/Simple.pod blib/lib/Pod/Simple.pod
cp lib/Pod/Simple/Subclassing.pod blib/lib/Pod/Simple/Subclassing.pod
cp lib/Pod/Simple/HTMLLegacy.pm blib/lib/Pod/Simple/HTMLLegacy.pm
cp lib/Pod/Simple/BlackBox.pm blib/lib/Pod/Simple/BlackBox.pm
cp lib/Pod/Simple/DumpAsXML.pm blib/lib/Pod/Simple/DumpAsXML.pm
cp lib/Pod/Simple/Transcode.pm blib/lib/Pod/Simple/Transcode.pm
Manifying blib/man3/Pod::Simple::DumpAsText.3pm
Manifying blib/man3/Pod::Simple::LinkSection.3pm
Manifying blib/man3/Pod::Simple::XMLOutStream.3pm
Manifying blib/man3/Pod::Simple::TextContent.3pm
Manifying blib/man3/Pod::Simple::Search.3pm
Manifying blib/man3/Pod::Simple::Text.3pm
Manifying blib/man3/Pod::Simple::PullParserStartToken.3pm
Manifying blib/man3/Pod::Simple::Debug.3pm
Manifying blib/man3/perlpodspec.3pm
Manifying blib/man3/Pod::Simple::Methody.3pm
Manifying blib/man3/Pod::Simple::PullParserEndToken.3pm
Manifying blib/man3/Pod::Simple::PullParserTextToken.3pm
Manifying blib/man3/Pod::Simple::HTMLBatch.3pm
Manifying blib/man3/Pod::Simple::RTF.3pm
Manifying blib/man3/Pod::Simple::Checker.3pm
Manifying blib/man3/Pod::Simple::PullParser.3pm
Manifying blib/man3/Pod::Simple::SimpleTree.3pm
Manifying blib/man3/Pod::Simple::PullParserToken.3pm
Manifying blib/man3/perlpod.3pm
Manifying blib/man3/Pod::Simple::XHTML.3pm
Manifying blib/man3/Pod::Simple::HTML.3pm
Manifying blib/man3/Pod::Simple::Subclassing.3pm
Manifying blib/man3/Pod::Simple.3pm
Manifying blib/man3/Pod::Simple::DumpAsXML.3pm
  ARANDAL/Pod-Simple-3.07.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00about.t ... ok
t/20_skip.t ... ok
t/ac_d.t ...... ok
t/accept01.t .. ok
t/accept05.t .. ok
t/basic.t ..... ok
t/begin.t ..... ok
t/cbacks.t .... ok
t/chunking.t .. ok
t/closeys.t ... ok
t/corpus.t .... ok
t/encod01.t ... ok
t/encod02.t ... ok
t/encod03.t ... ok
t/end_over.t .. ok
t/fcodes.t .... ok
t/fcodes_e.t .. ok
t/fcodes_l.t .. ok
t/fcodes_s.t .. ok
t/for.t ....... ok
t/fornot.t .... ok
t/fullstop.t .. ok
t/heads.t ..... ok
t/html01.t .... ok
t/html02.t .... ok
t/html03.t .... ok
t/htmlbat.t ... ok
t/items.t ..... ok
t/items02.t ... ok
t/itemstar.t .. ok
t/linkclas.t .. ok
t/puller.t .... ok
t/pulltitl.t .. ok
t/reinit.t .... ok
t/render.t .... ok
t/search05.t .. ok
t/search10.t .. ok
t/search12.t .. ok
t/search20.t .. ok
t/search22.t .. ok
t/search25.t .. ok
t/search26.t .. ok
t/search27.t .. ok
t/search28.t .. ok
t/search29.t .. ok
t/search50.t .. ok
t/stree.t ..... ok
t/tiedfh.t .... ok
t/verb_fmt.t .. ok
t/verbatim.t .. ok
t/x_nixer.t ... ok
t/xhtml01.t ... 3/26
#   Failed test 'Verbatim text with encodable entities'
#   at t/xhtml01.t line 315.
# got: '<pre><code> # this header is very important &amp; don't you forget it
#   my $text = &quot;File is: &quot; . &lt;FILE&gt;;</code></pre>
#
# '
# expected: '<pre><code> # this header is very important &amp; don&#39;t you forget it
#   my $text = &quot;File is: &quot; . &lt;FILE&gt;;</code></pre>
#
# '

#   Failed test 'Verbatim text with markup and embedded formatting'
#   at t/xhtml01.t line 334.
# got: '<pre><code> # this header is very important &amp; don't you forget it
#   <b>my $file = &lt;FILE&gt; || 'Blank!';</b>
#   my $text = &quot;File is: &quot; . &lt;FILE&gt;;</code></pre>
#
# '
# expected: '<pre><code> # this header is very important &amp; don&#39;t you forget it
#   <b>my $file = &lt;FILE&gt; || &#39;Blank!&#39;;</b>
#   my $text = &quot;File is: &quot; . &lt;FILE&gt;;</code></pre>
#
# '
# Looks like you failed 2 tests of 26.
t/xhtml01.t ... Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/26 subtests
t/xhtml05.t ... ok

Test Summary Report
-------------------
t/xhtml01.t (Wstat: 512 Tests: 26 Failed: 2)
  Failed tests:  24, 26
  Non-zero exit status: 2
Files=53, Tests=1095, 44 wallclock secs ( 2.22 usr 0.67 sys + 11.82 cusr 3.20 csys = 17.91 CPU)
Result: FAIL
Failed 1/53 test programs. 2/1095 subtests failed.
make: *** [test_dynamic] Error 255
  ARANDAL/Pod-Simple-3.07.tar.gz
  /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports ARANDAL/Pod-Simple-3.07.tar.gz
Running make install
  make test had returned bad status, won't install without force
Running make for P/PE/PETDANCE/Test-Pod-1.26.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build P/PE/PETDANCE/Test-Pod-1.26.tar.gz

Warning: Prerequisite 'Pod::Simple => 2.04' for 'PETDANCE/Test-Pod-1.26.tar.gz' failed when processing 'ARANDAL/Pod-Simple-3.07.tar.gz' with 'make_test => NO'. Continuing, but chances to succeed are limited.
cp Pod.pm blib/lib/Test/Pod.pm
Manifying blib/man3/Test::Pod.3pm
  PETDANCE/Test-Pod-1.26.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t ............ 1/1
#   Failed test 'use Test::Pod;'
#   at t/00-load.t line 8.
#     Tried to use 'Test::Pod'.
# Error: Can't locate Pod/Simple.pm in @INC (@INC contains: /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1) at /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib/Test/Pod.pm line 67. # BEGIN failed--compilation aborted at /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib/Test/Pod.pm line 67.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Use of uninitialized value in concatenation (.) or string at t/00-load.t line 11.
# Testing Test::Pod , Perl 5.008006, /usr/bin/perl
# Looks like you failed 1 test of 1.
t/00-load.t ............ Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/all_pod_files.t ...... 1/2
#   Failed test 'use Test::Pod;'
#   at t/all_pod_files.t line 8.
#     Tried to use 'Test::Pod'.
# Error: Can't locate Pod/Simple.pm in @INC (@INC contains: /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1) at /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib/Test/Pod.pm line 67. # BEGIN failed--compilation aborted at /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib/Test/Pod.pm line 67.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Undefined subroutine &main::all_pod_files called at t/all_pod_files.t line 30.
# Looks like you planned 2 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 255 just after 1.
t/all_pod_files.t ...... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests
t/cut-outside-block.t .. 1/2
#   Failed test 'use Test::Pod;'
#   at t/cut-outside-block.t line 9.
#     Tried to use 'Test::Pod'.
# Error: Can't locate Pod/Simple.pm in @INC (@INC contains: /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1) at /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib/Test/Pod.pm line 67. # BEGIN failed--compilation aborted at /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib/Test/Pod.pm line 67.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Undefined subroutine &main::pod_file_ok called at t/cut-outside-block.t line 15.
t/cut-outside-block.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests
t/good.t ............... 1/3
#   Failed test 'use Test::Pod;'
#   at t/good.t line 9.
#     Tried to use 'Test::Pod'.
# Error: Can't locate Pod/Simple.pm in @INC (@INC contains: /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1) at /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib/Test/Pod.pm line 67. # BEGIN failed--compilation aborted at /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib/Test/Pod.pm line 67.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Undefined subroutine &main::pod_file_ok called at t/good.t line 16.
t/good.t ............... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/3 subtests
t/item-ordering.t ...... 1/2
#   Failed test 'use Test::Pod;'
#   at t/item-ordering.t line 9.
#     Tried to use 'Test::Pod'.
# Error: Can't locate Pod/Simple.pm in @INC (@INC contains: /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1) at /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib/Test/Pod.pm line 67. # BEGIN failed--compilation aborted at /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib/Test/Pod.pm line 67.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Undefined subroutine &main::pod_file_ok called at t/item-ordering.t line 14.
t/item-ordering.t ...... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests
t/load.t ............... 1/1
#   Failed test 'use Test::Pod;'
#   at t/load.t line 6.
#     Tried to use 'Test::Pod'.
# Error: Can't locate Pod/Simple.pm in @INC (@INC contains: /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1) at /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib/Test/Pod.pm line 67. # BEGIN failed--compilation aborted at /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib/Test/Pod.pm line 67.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
# Looks like you failed 1 test of 1.
t/load.t ............... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/missing-file.t ....... 1/3
#   Failed test 'use Test::Pod;'
#   at t/missing-file.t line 9.
#     Tried to use 'Test::Pod'.
# Error: Can't locate Pod/Simple.pm in @INC (@INC contains: /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1) at /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib/Test/Pod.pm line 67. # BEGIN failed--compilation aborted at /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib/Test/Pod.pm line 67.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Undefined subroutine &main::pod_file_ok called at t/missing-file.t line 16.
t/missing-file.t ....... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/3 subtests
t/pod.t ................ skipped: Test::Pod 1.00 required for testing POD
t/selftest.t ........... 1/2
#   Failed test 'use Test::Pod;'
#   at t/selftest.t line 6.
#     Tried to use 'Test::Pod'.
# Error: Can't locate Pod/Simple.pm in @INC (@INC contains: /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1) at /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib/Test/Pod.pm line 67. # BEGIN failed--compilation aborted at /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib/Test/Pod.pm line 67.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Undefined subroutine &main::pod_file_ok called at t/selftest.t line 11.
# Looks like you planned 2 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 255 just after 1.
t/selftest.t ........... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests
t/spaced-directives.t .. skipped: Not written yet
t/unknown-directive.t .. 1/2
#   Failed test 'use Test::Pod;'
#   at t/unknown-directive.t line 9.
#     Tried to use 'Test::Pod'.
# Error: Can't locate Pod/Simple.pm in @INC (@INC contains: /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1) at /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib/Test/Pod.pm line 67. # BEGIN failed--compilation aborted at /Users/chief/.cpan/build/Test-Pod-1.26-iPjvxb/blib/lib/Test/Pod.pm line 67.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Undefined subroutine &main::pod_file_ok called at t/unknown-directive.t line 16.
t/unknown-directive.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests

Test Summary Report
-------------------
t/00-load.t          (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
t/all_pod_files.t    (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 2 tests but ran 1.
t/cut-outside-block.t (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 2 tests but ran 1.
t/good.t             (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 3 tests but ran 1.
t/item-ordering.t    (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 2 tests but ran 1.
t/load.t             (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
t/missing-file.t     (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 3 tests but ran 1.
t/selftest.t         (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 2 tests but ran 1.
t/unknown-directive.t (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 2 tests but ran 1.
Files=11, Tests=9, 3 wallclock secs ( 0.17 usr 0.12 sys + 0.85 cusr 0.29 csys = 1.43 CPU)
Result: FAIL
Failed 9/11 test programs. 9/9 subtests failed.
make: *** [test_dynamic] Error 255
  PETDANCE/Test-Pod-1.26.tar.gz
  /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports PETDANCE/Test-Pod-1.26.tar.gz
Running make install
  make test had returned bad status, won't install without force
Running make for M/MA/MARKOV/MIME-Types-1.27.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /Users/chief/.cpan/build/MIME-Types-1.27-X2fBjS Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build M/MA/MARKOV/MIME-Types-1.27.tar.gz

Warning: Prerequisite 'Test::Pod => 1' for 'MARKOV/MIME-Types-1.27.tar.gz' failed when processing 'PETDANCE/Test-Pod-1.26.tar.gz' with 'make_test => NO'. Continuing, but chances to succeed are limited.
cp lib/MIME/Type.pm blib/lib/MIME/Type.pm
cp lib/MIME/Types.pm blib/lib/MIME/Types.pm
cp lib/MIME/Type.pod blib/lib/MIME/Type.pod
cp lib/MIME/Types.pod blib/lib/MIME/Types.pod
Manifying blib/man3/MIME::Types.3pm
Manifying blib/man3/MIME::Type.3pm
  MARKOV/MIME-Types-1.27.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/10type.t .... ok
t/11typeol.t .. ok
t/20types.t ... ok
t/30export.t .. ok
t/99pod.t ..... skipped: Test::Pod 1.00 required for testing POD
All tests successful.
Files=5, Tests=107, 2 wallclock secs ( 0.16 usr 0.06 sys + 0.67 cusr 0.14 csys = 1.03 CPU)
Result: PASS
  MARKOV/MIME-Types-1.27.tar.gz
Tests succeeded but one dependency not OK (Test::Pod)
  MARKOV/MIME-Types-1.27.tar.gz
  [dependencies] -- NA
Running make install
  make test had returned bad status, won't install without force
Running make for R/RJ/RJBS/Email-MIME-1.863.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /Users/chief/.cpan/build/Email-MIME-1.863-Na6Ebq Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build R/RJ/RJBS/Email-MIME-1.863.tar.gz

Warning: Prerequisite 'MIME::Types => 1.13' for 'RJBS/Email-MIME-1.863.tar.gz' failed when processing 'MARKOV/MIME-Types-1.27.tar.gz' with 'make_test => NO one dependency not OK (Test::Pod)'. Continuing, but chances to succeed are limited.
cp lib/Email/MIME.pm blib/lib/Email/MIME.pm
cp lib/Email/MIME/Header.pm blib/lib/Email/MIME/Header.pm
Manifying blib/man3/Email::MIME.3pm
Manifying blib/man3/Email::MIME::Header.3pm
  RJBS/Email-MIME-1.863.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/1.t ............. ok
t/2.t ............. Can't locate MIME/Types.pm in @INC (@INC contains: /Users/chief/.cpan/build/Email-MIME-1.863-Na6Ebq/blib/lib /Users/chief/.cpan/build/Email-MIME-1.863-Na6Ebq/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1) at t/2.t line 8.
BEGIN failed--compilation aborted at t/2.t line 8.
# Looks like your test exited with 2 before it could output anything.
t/2.t ............. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/3.t ............. ok
t/nested-parts.t .. ok
t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.08 required for testing POD coverage
t/pod.t ........... skipped: Test::Pod 1.14 required for testing POD

Test Summary Report
-------------------
t/2.t           (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=6, Tests=18, 2 wallclock secs ( 0.12 usr 0.08 sys + 0.63 cusr 0.20 csys = 1.03 CPU)
Result: FAIL
Failed 1/6 test programs. 0/18 subtests failed.
make: *** [test_dynamic] Error 255
  RJBS/Email-MIME-1.863.tar.gz
  /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports RJBS/Email-MIME-1.863.tar.gz
Running make install
  make test had returned bad status, won't install without force
Email::MIME::Encodings is up to date (1.312).
Running install for module 'Email::MessageID'
Running make for R/RJ/RJBS/Email-MessageID-1.401.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/R/RJ/RJBS/Email-MessageID-1.401.tar.gz
Checksum for /Users/chief/.cpan/sources/authors/id/R/RJ/RJBS/Email-MessageID-1.401.tar.gz ok
Email-MessageID-1.401/
Email-MessageID-1.401/Changes
Email-MessageID-1.401/LICENSE
Email-MessageID-1.401/MANIFEST
Email-MessageID-1.401/META.yml
Email-MessageID-1.401/Makefile.PL
Email-MessageID-1.401/README
Email-MessageID-1.401/lib/
Email-MessageID-1.401/lib/Email/
Email-MessageID-1.401/lib/Email/MessageID.pm
Email-MessageID-1.401/t/
Email-MessageID-1.401/t/defined.t
Email-MessageID-1.401/t/pod-coverage.t
Email-MessageID-1.401/t/pod.t
Email-MessageID-1.401/t/unique.t
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build R/RJ/RJBS/Email-MessageID-1.401.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Email::MessageID
cp lib/Email/MessageID.pm blib/lib/Email/MessageID.pm
Manifying blib/man3/Email::MessageID.3pm
  RJBS/Email-MessageID-1.401.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/defined.t ....... ok
t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.08 required for testing POD coverage
t/pod.t ........... skipped: Test::Pod 1.14 required for testing POD
t/unique.t ........ ok
All tests successful.
Files=4, Tests=2009, 6 wallclock secs ( 1.03 usr 0.14 sys + 1.56 cusr 0.18 csys = 2.91 CPU)
Result: PASS
  RJBS/Email-MessageID-1.401.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Email-MessageID-1.401-ANQ_oG/blib/arch /Users/chief/.cpan/build/Email-MessageID-1.401-ANQ_oG/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/Email/MessageID.pm
Installing /usr/local/man/man3/Email::MessageID.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Email/MessageID/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  RJBS/Email-MessageID-1.401.tar.gz
  /usr/bin/make install  -- OK
Email::MIME::ContentType is up to date (1.015).
Running make for R/RJ/RJBS/Email-MIME-Modifier-1.443.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build R/RJ/RJBS/Email-MIME-Modifier-1.443.tar.gz

Warning: Prerequisite 'Email::MIME => 1.82' for 'RJBS/Email-MIME-Modifier-1.443.tar.gz' failed when processing 'RJBS/Email-MIME-1.863.tar.gz' with 'make_test => NO'. Continuing, but chances to succeed are limited.
cp lib/Email/MIME/Modifier.pm blib/lib/Email/MIME/Modifier.pm
Manifying blib/man3/Email::MIME::Modifier.3pm
  RJBS/Email-MIME-Modifier-1.443.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/content_id.t .... 1/19
#   Failed test 'use Email::MIME::Modifier;'
#   at t/content_id.t line 5.
#     Tried to use 'Email::MIME::Modifier'.
# Error: Can't locate Email/MIME.pm in @INC (@INC contains: /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/lib /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 .) at /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/lib/Email/MIME/Modifier.pm line 9. # BEGIN failed--compilation aborted at /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/lib/Email/MIME/Modifier.pm line 9.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Can't locate object method "new" via package "Email::MIME" at t/content_id.t line 7.
# Looks like you planned 19 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 255 just after 1.
t/content_id.t .... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 19/19 subtests
t/ct_attrs.t ...... 1/10
#   Failed test 'use Email::MIME;'
#   at t/ct_attrs.t line 3.
#     Tried to use 'Email::MIME'.
# Error: Can't locate Email/MIME.pm in @INC (@INC contains: /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/lib /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 .) at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.

#   Failed test 'use Email::MIME::Modifier;'
#   at t/ct_attrs.t line 4.
#     Tried to use 'Email::MIME::Modifier'.
# Error: Can't locate Email/MIME.pm in @INC (@INC contains: /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/lib /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 .) at /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/lib/Email/MIME/Modifier.pm line 9. # BEGIN failed--compilation aborted at /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/lib/Email/MIME/Modifier.pm line 9.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Can't locate object method "new" via package "Email::MIME" at t/ct_attrs.t line 7.
# Looks like you planned 10 tests but ran 3.
# Looks like you failed 2 tests of 3 run.
# Looks like your test exited with 255 just after 3.
t/ct_attrs.t ...... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 9/10 subtests
t/disposition.t ... 1/7
#   Failed test 'use Email::MIME;'
#   at t/disposition.t line 3.
#     Tried to use 'Email::MIME'.
# Error: Can't locate Email/MIME.pm in @INC (@INC contains: /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/lib /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 .) at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.

#   Failed test 'use Email::MIME::Modifier;'
#   at t/disposition.t line 4.
#     Tried to use 'Email::MIME::Modifier'.
# Error: Can't locate Email/MIME.pm in @INC (@INC contains: /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/lib /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 .) at /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/lib/Email/MIME/Modifier.pm line 9. # BEGIN failed--compilation aborted at /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/lib/Email/MIME/Modifier.pm line 9.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Can't locate object method "new" via package "Email::MIME" at t/disposition.t line 6.
# Looks like you planned 7 tests but ran 2.
# Looks like you failed 2 tests of 2 run.
# Looks like your test exited with 255 just after 2.
t/disposition.t ... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 7/7 subtests
t/encoding.t ...... 1/14
#   Failed test 'use Email::MIME;'
#   at t/encoding.t line 3.
#     Tried to use 'Email::MIME'.
# Error: Can't locate Email/MIME.pm in @INC (@INC contains: /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/lib /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 .) at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.

#   Failed test 'use Email::MIME::Modifier;'
#   at t/encoding.t line 4.
#     Tried to use 'Email::MIME::Modifier'.
# Error: Can't locate Email/MIME.pm in @INC (@INC contains: /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/lib /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 .) at /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/lib/Email/MIME/Modifier.pm line 9. # BEGIN failed--compilation aborted at /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/lib/Email/MIME/Modifier.pm line 9.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Can't locate object method "new" via package "Email::MIME" at t/encoding.t line 6.
# Looks like you planned 14 tests but ran 2.
# Looks like you failed 2 tests of 2 run.
# Looks like your test exited with 255 just after 2.
t/encoding.t ...... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 14/14 subtests
t/parts.t ......... 1/22
#   Failed test 'use Email::MIME;'
#   at t/parts.t line 3.
#     Tried to use 'Email::MIME'.
# Error: Can't locate Email/MIME.pm in @INC (@INC contains: /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/lib /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 .) at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.

#   Failed test 'use Email::MIME::Modifier;'
#   at t/parts.t line 4.
#     Tried to use 'Email::MIME::Modifier'.
# Error: Can't locate Email/MIME.pm in @INC (@INC contains: /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/lib /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 .) at /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/lib/Email/MIME/Modifier.pm line 9. # BEGIN failed--compilation aborted at /Users/chief/.cpan/build/Email-MIME-Modifier-1.443-fVnmPG/blib/lib/Email/MIME/Modifier.pm line 9.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Can't locate object method "new" via package "Email::MIME" at t/parts.t line 6.
# Looks like you planned 22 tests but ran 2.
# Looks like you failed 2 tests of 2 run.
# Looks like your test exited with 255 just after 2.
t/parts.t ......... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 22/22 subtests
t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.08 required for testing POD coverage
t/pod.t ........... skipped: Test::Pod 1.14 required for testing POD

Test Summary Report
-------------------
t/content_id.t  (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 19 tests but ran 1.
t/ct_attrs.t    (Wstat: 65280 Tests: 3 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 10 tests but ran 3.
t/disposition.t (Wstat: 65280 Tests: 2 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 7 tests but ran 2.
t/encoding.t    (Wstat: 65280 Tests: 2 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 14 tests but ran 2.
t/parts.t       (Wstat: 65280 Tests: 2 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 22 tests but ran 2.
Files=7, Tests=10, 2 wallclock secs ( 0.15 usr 0.09 sys + 0.55 cusr 0.20 csys = 0.99 CPU)
Result: FAIL
Failed 5/7 test programs. 9/10 subtests failed.
make: *** [test_dynamic] Error 255
  RJBS/Email-MIME-Modifier-1.443.tar.gz
  /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports RJBS/Email-MIME-Modifier-1.443.tar.gz
Running make install
  make test had returned bad status, won't install without force


cpan> install IO::Socket::INET6
Running install for module 'IO::Socket::INET6'
Running make for S/SH/SHLOMIF/IO-Socket-INET6-2.56.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-2.56.tar.gz
  LWP not available
Fetching with Net::FTP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/S/SH/SHLOMIF/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-2.56.tar.gz ok
IO-Socket-INET6-2.56/
IO-Socket-INET6-2.56/t/
IO-Socket-INET6-2.56/t/io_udp6.t
IO-Socket-INET6-2.56/t/io_multihomed6.t
IO-Socket-INET6-2.56/t/host6.t
IO-Socket-INET6-2.56/t/io_sock6.t
IO-Socket-INET6-2.56/t/pod-coverage.t
IO-Socket-INET6-2.56/t/configure6.t
IO-Socket-INET6-2.56/t/pod.t
IO-Socket-INET6-2.56/META.yml
IO-Socket-INET6-2.56/MANIFEST
IO-Socket-INET6-2.56/ChangeLog
IO-Socket-INET6-2.56/lib/
IO-Socket-INET6-2.56/lib/IO/
IO-Socket-INET6-2.56/lib/IO/Socket/
IO-Socket-INET6-2.56/lib/IO/Socket/INET6.pm
IO-Socket-INET6-2.56/Build.PL
IO-Socket-INET6-2.56/Makefile.PL
IO-Socket-INET6-2.56/README
CPAN: Module::Build loaded ok (v0.32)
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build S/SH/SHLOMIF/IO-Socket-INET6-2.56.tar.gz

Checking if your kit is complete...
Looks good
Warning: prerequisite Socket6 0.12 not found.
Writing Makefile for IO::Socket::INET6
---- Unsatisfied dependencies detected during ----
----    SHLOMIF/IO-Socket-INET6-2.56.tar.gz   ----
    Socket6 [requires]
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
  Delayed until after prerequisites
Running make install
  Delayed until after prerequisites
Running install for module 'Socket6'
Running make for U/UM/UMEMOTO/Socket6-0.23.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/U/UM/UMEMOTO/Socket6-0.23.tar.gz
  LWP not available
Fetching with Net::FTP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/U/UM/UMEMOTO/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/U/UM/UMEMOTO/Socket6-0.23.tar.gz ok
Socket6-0.23/
Socket6-0.23/t/
Socket6-0.23/gai.h
Socket6-0.23/getnameinfo.c
Socket6-0.23/MANIFEST
Socket6-0.23/config.h.in
Socket6-0.23/configure.in
Socket6-0.23/Socket6.xs
Socket6-0.23/im-140.diff
Socket6-0.23/inet_pton.c
Socket6-0.23/aclocal.m4
Socket6-0.23/ChangeLog
Socket6-0.23/inet_ntop.c
Socket6-0.23/configure
Socket6-0.23/gailookup.pl.in
Socket6-0.23/ftpmirror-1.96.diff
Socket6-0.23/config.pl.in
Socket6-0.23/Socket6.pm
Socket6-0.23/README
Socket6-0.23/Makefile.PL
Socket6-0.23/getaddrinfo.c
Socket6-0.23/META.yml
Socket6-0.23/t/use.t
/usr/bin/tar: Read 3072 bytes from -
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build U/UM/UMEMOTO/Socket6-0.23.tar.gz

checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether your Perl5 have PL_sv_undef... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for gethostbyname2... yes
checking for getipnodebyname... yes
checking for getipnodebyaddr... yes
checking for inet_pton... yes
checking for inet_ntop... yes
checking whether you have sa_len in struct sockaddr... yes
checking whether you have sin6_scope_id in struct sockaddr_in6... yes
checking for socklen_t... yes
configure: creating ./config.status
config.status: creating config.pl
config.status: creating gailookup.pl
config.status: creating config.h
Checking if your kit is complete...
Looks good
Writing Makefile for Socket6
cp Socket6.pm blib/lib/Socket6.pm
/usr/bin/perl /System/Library/Perl/5.8.6/ExtUtils/xsubpp -noprototypes -typemap /System/Library/Perl/5.8.6/ExtUtils/typemap Socket6.xs > Socket6.xsc && mv Socket6.xsc Socket6.c gcc -c -g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -Os -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\" "-I/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE" Socket6.c
Running Mkbootstrap for Socket6 ()
chmod 644 Socket6.bs
rm -f blib/arch/auto/Socket6/Socket6.bundle
LD_RUN_PATH="" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib Socket6.o -o blib/arch/auto/Socket6/Socket6.bundle
chmod 755 blib/arch/auto/Socket6/Socket6.bundle
cp Socket6.bs blib/arch/auto/Socket6/Socket6.bs
chmod 644 blib/arch/auto/Socket6/Socket6.bs
  UMEMOTO/Socket6-0.23.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/use.t .. ok
All tests successful.
Files=1, Tests=3, 1 wallclock secs ( 0.07 usr 0.03 sys + 0.08 cusr 0.03 csys = 0.21 CPU)
Result: PASS
  UMEMOTO/Socket6-0.23.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Socket6-0.23-7pnx9m/blib/arch /Users/chief/.cpan/build/Socket6-0.23-7pnx9m/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install' Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Socket6/Socket6.bs Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Socket6/Socket6.bundle Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Socket6.pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Socket6/.packlist
Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  UMEMOTO/Socket6-0.23.tar.gz
  /usr/bin/make install  -- OK
Running make for S/SH/SHLOMIF/IO-Socket-INET6-2.56.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /Users/chief/.cpan/build/IO-Socket-INET6-2.56-tOyhOv Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build S/SH/SHLOMIF/IO-Socket-INET6-2.56.tar.gz

cp lib/IO/Socket/INET6.pm blib/lib/IO/Socket/INET6.pm
Manifying blib/man3/IO::Socket::INET6.3pm
  SHLOMIF/IO-Socket-INET6-2.56.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/configure6.t ...... ok
t/host6.t ........... ok
t/io_multihomed6.t .. ok
t/io_sock6.t ........ ok
t/io_udp6.t ......... ok
t/pod-coverage.t .... skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t/pod.t ............. skipped: Test::Pod 1.14 required for testing POD
All tests successful.
Files=7, Tests=37, 24 wallclock secs ( 0.15 usr 0.08 sys + 0.84 cusr 0.32 csys = 1.39 CPU)
Result: PASS
  SHLOMIF/IO-Socket-INET6-2.56.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/IO-Socket-INET6-2.56-tOyhOv/blib/arch /Users/chief/.cpan/build/IO-Socket-INET6-2.56-tOyhOv/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/IO/Socket/INET6.pm
Installing /usr/local/man/man3/IO::Socket::INET6.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/IO/Socket/INET6/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  SHLOMIF/IO-Socket-INET6-2.56.tar.gz
  /usr/bin/make install  -- OK


cpan> install IO::Socket::SSL
Running install for module 'IO::Socket::SSL'
Running make for S/SU/SULLR/IO-Socket-SSL-1.23.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-1.23.tar.gz
  LWP not available
Fetching with Net::FTP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/S/SU/SULLR/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/S/SU/SULLR/IO-Socket-SSL-1.23.tar.gz ok
IO-Socket-SSL-1.23/
IO-Socket-SSL-1.23/BUGS
IO-Socket-SSL-1.23/META.yml
IO-Socket-SSL-1.23/README
IO-Socket-SSL-1.23/certs/
IO-Socket-SSL-1.23/certs/client-key.pem
IO-Socket-SSL-1.23/certs/server-wildcard.pem
IO-Socket-SSL-1.23/certs/my-ca.pem
IO-Socket-SSL-1.23/certs/server-rsa384-dh.pem
IO-Socket-SSL-1.23/certs/server-key.enc
IO-Socket-SSL-1.23/certs/client-cert.pem
IO-Socket-SSL-1.23/certs/server-key.pem
IO-Socket-SSL-1.23/certs/test-ca.pem
IO-Socket-SSL-1.23/certs/client-key.enc
IO-Socket-SSL-1.23/certs/server-cert.pem
IO-Socket-SSL-1.23/MANIFEST
IO-Socket-SSL-1.23/docs/
IO-Socket-SSL-1.23/docs/debugging.txt
IO-Socket-SSL-1.23/Changes
IO-Socket-SSL-1.23/Makefile.PL
IO-Socket-SSL-1.23/patches/
IO-Socket-SSL-1.23/patches/Net_SSLeay.patch
IO-Socket-SSL-1.23/SSL.pm
IO-Socket-SSL-1.23/util/
IO-Socket-SSL-1.23/util/export_certs.pl
IO-Socket-SSL-1.23/t/
IO-Socket-SSL-1.23/t/connectSSL-timeout.t
IO-Socket-SSL-1.23/t/ssl_settings.req
IO-Socket-SSL-1.23/t/dhe.t
IO-Socket-SSL-1.23/t/start-stopssl.t
IO-Socket-SSL-1.23/t/02settings.t
IO-Socket-SSL-1.23/t/verify_hostname.t
IO-Socket-SSL-1.23/t/auto_verify_hostname.t
IO-Socket-SSL-1.23/t/sessions.t
IO-Socket-SSL-1.23/t/startssl.t
IO-Socket-SSL-1.23/t/readline.t
IO-Socket-SSL-1.23/t/sysread_write.t
IO-Socket-SSL-1.23/t/acceptSSL-timeout.t
IO-Socket-SSL-1.23/t/01loadmodule.t
IO-Socket-SSL-1.23/t/core.t
IO-Socket-SSL-1.23/t/inet6.t
IO-Socket-SSL-1.23/t/testlib.pl
IO-Socket-SSL-1.23/t/compatibility.t
IO-Socket-SSL-1.23/t/cert_no_file.t
IO-Socket-SSL-1.23/t/nonblock.t
IO-Socket-SSL-1.23/example/
IO-Socket-SSL-1.23/example/lwp-with-verifycn.pl
IO-Socket-SSL-1.23/example/ssl_client.pl
IO-Socket-SSL-1.23/example/async_https_server.pl
IO-Socket-SSL-1.23/example/ssl_server.pl
IO-Socket-SSL-1.23/README.Win32
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build S/SU/SULLR/IO-Socket-SSL-1.23.tar.gz


WARNING
No library for handling international domain names found.
It will work but croak if you try to verify an international name against
a certificate.
It's recommended to install either Net::IDN::Encode or Net::LibIDN

Checking if your kit is complete...
Looks good
Warning: prerequisite Net::SSLeay 1.21 not found.
Writing Makefile for IO::Socket::SSL
---- Unsatisfied dependencies detected during ----
----      SULLR/IO-Socket-SSL-1.23.tar.gz     ----
    Net::SSLeay [requires]
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
  Delayed until after prerequisites
Running make install
  Delayed until after prerequisites
Running install for module 'Net::SSLeay'
Running make for F/FL/FLORA/Net-SSLeay-1.35.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/F/FL/FLORA/Net-SSLeay-1.35.tar.gz
  LWP not available
Fetching with Net::FTP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/F/FL/FLORA/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/F/FL/FLORA/Net-SSLeay-1.35.tar.gz ok
Net-SSLeay-1.35/
Net-SSLeay-1.35/constants.c
Net-SSLeay-1.35/inc/
Net-SSLeay-1.35/inc/Module/
Net-SSLeay-1.35/inc/Module/Install/
Net-SSLeay-1.35/inc/Module/Install/External.pm
Net-SSLeay-1.35/inc/Module/Install/Can.pm
Net-SSLeay-1.35/inc/Module/Install/WriteAll.pm
Net-SSLeay-1.35/inc/Module/Install/Makefile.pm
Net-SSLeay-1.35/inc/Module/Install/Metadata.pm
Net-SSLeay-1.35/inc/Module/Install/PRIVATE/
Net-SSLeay-1.35/inc/Module/Install/PRIVATE/Net/
Net-SSLeay-1.35/inc/Module/Install/PRIVATE/Net/SSLeay.pm
Net-SSLeay-1.35/inc/Module/Install/Base.pm
Net-SSLeay-1.35/inc/Module/Install/Fetch.pm
Net-SSLeay-1.35/inc/Module/Install/Compiler.pm
Net-SSLeay-1.35/inc/Module/Install/Win32.pm
Net-SSLeay-1.35/inc/Module/Install.pm
Net-SSLeay-1.35/QuickRef
Net-SSLeay-1.35/TODO
Net-SSLeay-1.35/README.Win32
Net-SSLeay-1.35/ppport.h
Net-SSLeay-1.35/MANIFEST.SKIP
Net-SSLeay-1.35/Changes
Net-SSLeay-1.35/t/
Net-SSLeay-1.35/t/data/
Net-SSLeay-1.35/t/data/0f89dbb5.0
Net-SSLeay-1.35/t/data/key.pem
Net-SSLeay-1.35/t/data/cert.pem
Net-SSLeay-1.35/t/data/key.pem.e
Net-SSLeay-1.35/t/handle/
Net-SSLeay-1.35/t/handle/external/
Net-SSLeay-1.35/t/handle/external/50_external.t
Net-SSLeay-1.35/t/handle/external/10_destroy.t
Net-SSLeay-1.35/t/handle/local/
Net-SSLeay-1.35/t/handle/local/05_use.t
Net-SSLeay-1.35/t/external/
Net-SSLeay-1.35/t/external/08_external.t
Net-SSLeay-1.35/t/external/15_altnames.t
Net-SSLeay-1.35/t/local/
Net-SSLeay-1.35/t/local/15_bio.t
Net-SSLeay-1.35/t/local/31_rsa_generate_key.t
Net-SSLeay-1.35/t/local/08_pipe.t
Net-SSLeay-1.35/t/local/03_use.t
Net-SSLeay-1.35/t/local/01_pod.t
Net-SSLeay-1.35/t/local/kwalitee.t
Net-SSLeay-1.35/t/local/04_basic.t
Net-SSLeay-1.35/t/local/06_tcpecho.t
Net-SSLeay-1.35/t/local/ptr_cast_test.c
Net-SSLeay-1.35/t/local/20_autoload.t
Net-SSLeay-1.35/t/local/07_sslecho.t
Net-SSLeay-1.35/t/local/00_ptr_cast.t
Net-SSLeay-1.35/t/local/02_pod_coverage.t
Net-SSLeay-1.35/t/local/30_error.t
Net-SSLeay-1.35/t/local/35_ephemeral.t
Net-SSLeay-1.35/t/local/05_passwd_cb.t
Net-SSLeay-1.35/t/local/50_digest.t
Net-SSLeay-1.35/typemap
Net-SSLeay-1.35/Makefile.PL
Net-SSLeay-1.35/META.yml
Net-SSLeay-1.35/examples/
Net-SSLeay-1.35/examples/stdio_bulk.pl
Net-SSLeay-1.35/examples/https-proxy-snif.pl
Net-SSLeay-1.35/examples/tcpcat.pl
Net-SSLeay-1.35/examples/cb-testi.pl
Net-SSLeay-1.35/examples/get_page.pl
Net-SSLeay-1.35/examples/req.conf
Net-SSLeay-1.35/examples/cli-cert.pl
Net-SSLeay-1.35/examples/sslecho.pl
Net-SSLeay-1.35/examples/get_page_cert.pl
Net-SSLeay-1.35/examples/makecert.pl
Net-SSLeay-1.35/examples/minicli.pl
Net-SSLeay-1.35/examples/ssl-inetd-serv.pl
Net-SSLeay-1.35/examples/tcpecho.pl
Net-SSLeay-1.35/examples/sslcat.pl
Net-SSLeay-1.35/examples/get_authenticated_page.pl
Net-SSLeay-1.35/examples/callback.pl
Net-SSLeay-1.35/examples/bio.pl
Net-SSLeay-1.35/examples/server_key.pem
Net-SSLeay-1.35/examples/ephemeral.pl
Net-SSLeay-1.35/examples/bulk.pl
Net-SSLeay-1.35/examples/ssl_diff.pl
Net-SSLeay-1.35/examples/passwd-cb.pl
Net-SSLeay-1.35/SSLeay.xs
Net-SSLeay-1.35/Credits
Net-SSLeay-1.35/RECIPE.Win32
Net-SSLeay-1.35/MANIFEST
Net-SSLeay-1.35/lib/
Net-SSLeay-1.35/lib/Net/
Net-SSLeay-1.35/lib/Net/SSLeay.pm
Net-SSLeay-1.35/lib/Net/SSLeay/
Net-SSLeay-1.35/lib/Net/SSLeay/Handle.pm
Net-SSLeay-1.35/README
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build F/FL/FLORA/Net-SSLeay-1.35.tar.gz

Cannot determine perl version info from lib/Net/SSLeay.pm
Cannot determine license info from lib/Net/SSLeay.pm
*** Found OpenSSL-0.9.7l installed in /usr
*** Be sure to use the same compiler and options to compile your OpenSSL, perl,
    and Net::SSLeay. Mixing and matching compilers is not supported.
Do you want to run external tests?
These tests *will* *fail* if you do not have network connectivity. [n]
Checking if your kit is complete...
Looks good
Writing Makefile for Net::SSLeay
cp lib/Net/SSLeay.pm blib/lib/Net/SSLeay.pm
AutoSplitting blib/lib/Net/SSLeay.pm (blib/lib/auto/Net/SSLeay)
blib/lib/Net/SSLeay.pm: some names are not unique when truncated to 8 characters:
 directory blib/lib/auto/Net/SSLeay:
  do_https3.al, do_https2.al, do_https4.al, do_https.al truncate to do_https
  do_httpx3.al, do_httpx2.al, do_httpx4.al truncate to do_httpx
get_https.al, get_https3.al, get_https4.al, get_http.al, get_http3.al, get_http4.al, get_httpx.al, get_httpx3.al, get_httpx4.al truncate to get_http head_https.al, head_https3.al, head_https4.al, head_http.al, head_http3.al, head_http4.al, head_httpx.al, head_httpx3.al, head_httpx4.al truncate to head_htt post_https.al, post_https3.al, post_https4.al, post_http.al, post_http3.al, post_http4.al, post_httpx.al, post_httpx3.al, post_httpx4.al truncate to post_htt put_https.al, put_https3.al, put_https4.al, put_http.al, put_http3.al, put_http4.al, put_httpx.al, put_httpx3.al, put_httpx4.al truncate to put_http
  ssl_read_all.al, ssl_read_until.al, ssl_read_CRLF.al truncate to ssl_read
  ssl_write_all.al, ssl_write_CRLF.al truncate to ssl_writ
  tcp_read_all.al, tcp_read_until.al, tcp_read_CRLF.al truncate to tcp_read
  tcp_write_all.al, tcp_write_CRLF.al truncate to tcp_writ
cp lib/Net/SSLeay/Handle.pm blib/lib/Net/SSLeay/Handle.pm
/usr/bin/perl "-Iinc" /System/Library/Perl/5.8.6/ExtUtils/xsubpp -typemap /System/Library/Perl/5.8.6/ExtUtils/typemap -typemap typemap SSLeay.xs > SSLeay.xsc && mv SSLeay.xsc SSLeay.c cc -c -I/usr/include -I/usr/inc32 -I/usr/kerberos/include -g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -O2 -g -DVERSION=\"1.35\" -DXS_VERSION=\"1.35\" "-I/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE" SSLeay.c
Running Mkbootstrap for Net::SSLeay ()
chmod 644 SSLeay.bs
rm -f blib/arch/auto/Net/SSLeay/SSLeay.bundle
LD_RUN_PATH="/usr/lib" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib SSLeay.o -o blib/arch/auto/Net/SSLeay/SSLeay.bundle -L/usr -L/usr/lib -lssl -lcrypto -lz
chmod 755 blib/arch/auto/Net/SSLeay/SSLeay.bundle
cp SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs
chmod 644 blib/arch/auto/Net/SSLeay/SSLeay.bs
Manifying blib/man3/Net::SSLeay.3pm
Manifying blib/man3/Net::SSLeay::Handle.3pm
  FLORA/Net-SSLeay-1.35.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/local/*.t t/handle/local/*.t
t/handle/local/05_use.t ........ ok
t/local/00_ptr_cast.t .......... # compiling test program with: cc -o t/local/ptr_cast_test t/local/ptr_cast_test.c
t/local/00_ptr_cast.t .......... ok
t/local/01_pod.t ............... skipped: Test::Pod 1.00 required for testing POD
t/local/02_pod_coverage.t ...... skipped: currently disabled
t/local/03_use.t ............... ok
t/local/04_basic.t ............. ok
t/local/05_passwd_cb.t ......... ok
t/local/06_tcpecho.t ........... ok
t/local/07_sslecho.t ........... ok
t/local/08_pipe.t .............. ok
t/local/15_bio.t ............... ok
t/local/20_autoload.t .......... skipped: Some tests need Test::Exception
t/local/30_error.t ............. skipped: Requires Test::Exception, Test::Warn and Test::NoWarnings
t/local/31_rsa_generate_key.t .. skipped: Test::Exception required
t/local/35_ephemeral.t ......... ok
t/local/50_digest.t ............ ok
t/local/kwalitee.t ............. skipped: Needs Test::Kwalitee
All tests successful.
Files=17, Tests=142, 6 wallclock secs ( 0.30 usr 0.17 sys + 2.69 cusr 0.96 csys = 4.12 CPU)
Result: PASS
  FLORA/Net-SSLeay-1.35.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Net-SSLeay-1.35-hZyq1F/blib/arch /Users/chief/.cpan/build/Net-SSLeay-1.35-hZyq1F/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install' Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/SSLeay.bs Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/SSLeay.bundle Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/autosplit.ix Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/debug_read.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/do_https.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/do_https2.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/do_https3.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/do_https4.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/do_httpx2.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/do_httpx3.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/do_httpx4.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/dump_peer_certificate.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/get_http.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/get_http3.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/get_http4.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/get_https.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/get_https3.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/get_https4.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/get_httpx.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/get_httpx3.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/get_httpx4.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/head_http.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/head_http3.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/head_http4.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/head_https.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/head_https3.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/head_https4.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/head_httpx.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/head_httpx3.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/head_httpx4.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/http_cat.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/https_cat.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/httpx_cat.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/make_form.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/make_headers.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/new_x_ctx.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/open_proxy_tcp_connection.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/open_tcp_connection.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/post_http.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/post_http3.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/post_http4.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/post_https.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/post_https3.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/post_https4.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/post_httpx.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/post_httpx3.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/post_httpx4.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/put_http.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/put_http3.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/put_http4.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/put_https.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/put_https3.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/put_https4.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/put_httpx.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/put_httpx3.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/put_httpx4.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/randomize.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/set_cert_and_key.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/set_proxy.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/set_server_cert_and_key.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/ssl_read_all.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/ssl_read_CRLF.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/ssl_read_until.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/ssl_write_all.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/ssl_write_CRLF.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/sslcat.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/tcp_read_all.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/tcp_read_CRLF.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/tcp_read_until.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/tcp_write_all.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/tcp_write_CRLF.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/tcpcat.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/tcpxcat.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/want_nothing.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/want_read.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/want_write.al Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/want_X509_lookup.al
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/SSLeay.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/SSLeay/Handle.pm
Installing /usr/local/man/man3/Net::SSLeay.3pm
Installing /usr/local/man/man3/Net::SSLeay::Handle.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SSLeay/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  FLORA/Net-SSLeay-1.35.tar.gz
  /usr/bin/make install  -- OK
Running make for S/SU/SULLR/IO-Socket-SSL-1.23.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /Users/chief/.cpan/build/IO-Socket-SSL-1.23-SsL01j Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build S/SU/SULLR/IO-Socket-SSL-1.23.tar.gz

cp SSL.pm blib/lib/IO/Socket/SSL.pm
Manifying blib/man3/IO::Socket::SSL.3pm
  SULLR/IO-Socket-SSL-1.23.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01loadmodule.t .......... ok
t/02settings.t ............ ok
t/acceptSSL-timeout.t ..... ok
t/auto_verify_hostname.t .. ok
t/cert_no_file.t .......... ok
t/compatibility.t ......... ok
t/connectSSL-timeout.t .... ok
t/core.t .................. ok
t/dhe.t ................... ok
t/inet6.t ................. ok
t/nonblock.t .............. ok
t/readline.t .............. ok
t/sessions.t .............. ok
t/start-stopssl.t ......... ok
t/startssl.t .............. ok
t/sysread_write.t ......... ok
t/verify_hostname.t ....... ok
All tests successful.
Files=17, Tests=291, 43 wallclock secs ( 1.59 usr 0.19 sys + 4.88 cusr 1.73 csys = 8.39 CPU)
Result: PASS
  SULLR/IO-Socket-SSL-1.23.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/IO-Socket-SSL-1.23-SsL01j/blib/arch /Users/chief/.cpan/build/IO-Socket-SSL-1.23-SsL01j/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/IO/Socket/SSL.pm
Installing /usr/local/man/man3/IO::Socket::SSL.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/IO/Socket/SSL/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  SULLR/IO-Socket-SSL-1.23.tar.gz
  /usr/bin/make install  -- OK


cpan> install LWP::Simple
Running install for module 'LWP::Simple'
Running make for G/GA/GAAS/libwww-perl-5.825.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/G/GA/GAAS/libwww-perl-5.825.tar.gz
Checksum for /Users/chief/.cpan/sources/authors/id/G/GA/GAAS/libwww-perl-5.825.tar.gz ok
libwww-perl-5.825/
libwww-perl-5.825/AUTHORS
libwww-perl-5.825/bin/
libwww-perl-5.825/bin/lwp-download
libwww-perl-5.825/bin/lwp-mirror
libwww-perl-5.825/bin/lwp-request
libwww-perl-5.825/bin/lwp-rget
libwww-perl-5.825/Changes
libwww-perl-5.825/lib/
libwww-perl-5.825/lib/Bundle/
libwww-perl-5.825/lib/Bundle/LWP.pm
libwww-perl-5.825/lib/File/
libwww-perl-5.825/lib/File/Listing.pm
libwww-perl-5.825/lib/HTML/
libwww-perl-5.825/lib/HTML/Form.pm
libwww-perl-5.825/lib/HTTP/
libwww-perl-5.825/lib/HTTP/Config.pm
libwww-perl-5.825/lib/HTTP/Cookies/
libwww-perl-5.825/lib/HTTP/Cookies/Microsoft.pm
libwww-perl-5.825/lib/HTTP/Cookies/Netscape.pm
libwww-perl-5.825/lib/HTTP/Cookies.pm
libwww-perl-5.825/lib/HTTP/Daemon.pm
libwww-perl-5.825/lib/HTTP/Date.pm
libwww-perl-5.825/lib/HTTP/Headers/
libwww-perl-5.825/lib/HTTP/Headers/Auth.pm
libwww-perl-5.825/lib/HTTP/Headers/ETag.pm
libwww-perl-5.825/lib/HTTP/Headers/Util.pm
libwww-perl-5.825/lib/HTTP/Headers.pm
libwww-perl-5.825/lib/HTTP/Message.pm
libwww-perl-5.825/lib/HTTP/Negotiate.pm
libwww-perl-5.825/lib/HTTP/Request/
libwww-perl-5.825/lib/HTTP/Request/Common.pm
libwww-perl-5.825/lib/HTTP/Request.pm
libwww-perl-5.825/lib/HTTP/Response.pm
libwww-perl-5.825/lib/HTTP/Status.pm
libwww-perl-5.825/lib/LWP/
libwww-perl-5.825/lib/LWP/Authen/
libwww-perl-5.825/lib/LWP/Authen/Basic.pm
libwww-perl-5.825/lib/LWP/Authen/Digest.pm
libwww-perl-5.825/lib/LWP/Authen/Ntlm.pm
libwww-perl-5.825/lib/LWP/ConnCache.pm
libwww-perl-5.825/lib/LWP/Debug.pm
libwww-perl-5.825/lib/LWP/DebugFile.pm
libwww-perl-5.825/lib/LWP/media.types
libwww-perl-5.825/lib/LWP/MediaTypes.pm
libwww-perl-5.825/lib/LWP/MemberMixin.pm
libwww-perl-5.825/lib/LWP/Protocol/
libwww-perl-5.825/lib/LWP/Protocol/cpan.pm
libwww-perl-5.825/lib/LWP/Protocol/data.pm
libwww-perl-5.825/lib/LWP/Protocol/file.pm
libwww-perl-5.825/lib/LWP/Protocol/ftp.pm
libwww-perl-5.825/lib/LWP/Protocol/GHTTP.pm
libwww-perl-5.825/lib/LWP/Protocol/gopher.pm
libwww-perl-5.825/lib/LWP/Protocol/http.pm
libwww-perl-5.825/lib/LWP/Protocol/http10.pm
libwww-perl-5.825/lib/LWP/Protocol/https.pm
libwww-perl-5.825/lib/LWP/Protocol/https10.pm
libwww-perl-5.825/lib/LWP/Protocol/loopback.pm
libwww-perl-5.825/lib/LWP/Protocol/mailto.pm
libwww-perl-5.825/lib/LWP/Protocol/nntp.pm
libwww-perl-5.825/lib/LWP/Protocol/nogo.pm
libwww-perl-5.825/lib/LWP/Protocol.pm
libwww-perl-5.825/lib/LWP/RobotUA.pm
libwww-perl-5.825/lib/LWP/Simple.pm
libwww-perl-5.825/lib/LWP/UserAgent.pm
libwww-perl-5.825/lib/LWP.pm
libwww-perl-5.825/lib/Net/
libwww-perl-5.825/lib/Net/HTTP/
libwww-perl-5.825/lib/Net/HTTP/Methods.pm
libwww-perl-5.825/lib/Net/HTTP/NB.pm
libwww-perl-5.825/lib/Net/HTTP.pm
libwww-perl-5.825/lib/Net/HTTPS.pm
libwww-perl-5.825/lib/WWW/
libwww-perl-5.825/lib/WWW/RobotRules/
libwww-perl-5.825/lib/WWW/RobotRules/AnyDBM_File.pm
libwww-perl-5.825/lib/WWW/RobotRules.pm
libwww-perl-5.825/lwpcook.pod
libwww-perl-5.825/lwptut.pod
libwww-perl-5.825/Makefile.PL
libwww-perl-5.825/MANIFEST
libwww-perl-5.825/META.yml
libwww-perl-5.825/README
libwww-perl-5.825/README.SSL
libwww-perl-5.825/t/
libwww-perl-5.825/t/base/
libwww-perl-5.825/t/base/common-req.t
libwww-perl-5.825/t/base/cookies.t
libwww-perl-5.825/t/base/date.t
libwww-perl-5.825/t/base/headers-auth.t
libwww-perl-5.825/t/base/headers-etag.t
libwww-perl-5.825/t/base/headers-util.t
libwww-perl-5.825/t/base/headers.t
libwww-perl-5.825/t/base/http-config.t
libwww-perl-5.825/t/base/http.t
libwww-perl-5.825/t/base/listing.t
libwww-perl-5.825/t/base/mediatypes.t
libwww-perl-5.825/t/base/message-old.t
libwww-perl-5.825/t/base/message-parts.t
libwww-perl-5.825/t/base/message.t
libwww-perl-5.825/t/base/negotiate.t
libwww-perl-5.825/t/base/protocols.t
libwww-perl-5.825/t/base/request.t
libwww-perl-5.825/t/base/response.t
libwww-perl-5.825/t/base/status-old.t
libwww-perl-5.825/t/base/status.t
libwww-perl-5.825/t/base/ua.t
libwww-perl-5.825/t/html/
libwww-perl-5.825/t/html/form-maxlength.t
libwww-perl-5.825/t/html/form-multi-select.t
libwww-perl-5.825/t/html/form-param.t
libwww-perl-5.825/t/html/form.t
libwww-perl-5.825/t/live/
libwww-perl-5.825/t/live/apache-listing.t
libwww-perl-5.825/t/live/apache.t
libwww-perl-5.825/t/live/https.t
libwww-perl-5.825/t/live/jigsaw-auth-b.t
libwww-perl-5.825/t/live/jigsaw-auth-d.t
libwww-perl-5.825/t/live/jigsaw-chunk.t
libwww-perl-5.825/t/live/jigsaw-md5-get.t
libwww-perl-5.825/t/live/jigsaw-md5.t
libwww-perl-5.825/t/live/jigsaw-neg-get.t
libwww-perl-5.825/t/live/jigsaw-neg.t
libwww-perl-5.825/t/live/jigsaw-te.t
libwww-perl-5.825/t/local/
libwww-perl-5.825/t/local/autoload-get.t
libwww-perl-5.825/t/local/autoload.t
libwww-perl-5.825/t/local/chunked.t
libwww-perl-5.825/t/local/get.t
libwww-perl-5.825/t/local/http.t
libwww-perl-5.825/t/local/protosub.t
libwww-perl-5.825/t/net/
libwww-perl-5.825/t/net/cgi-bin/
libwww-perl-5.825/t/net/cgi-bin/moved
libwww-perl-5.825/t/net/cgi-bin/nph-slowdata
libwww-perl-5.825/t/net/cgi-bin/slowread
libwww-perl-5.825/t/net/cgi-bin/test
libwww-perl-5.825/t/net/cgi-bin/timeout
libwww-perl-5.825/t/net/config.pl.dist
libwww-perl-5.825/t/net/http-get.t
libwww-perl-5.825/t/net/http-post.t
libwww-perl-5.825/t/net/http-timeout.t
libwww-perl-5.825/t/net/mirror.t
libwww-perl-5.825/t/net/moved.t
libwww-perl-5.825/t/net/proxy.t
libwww-perl-5.825/t/README
libwww-perl-5.825/t/robot/
libwww-perl-5.825/t/robot/rules-dbm.t
libwww-perl-5.825/t/robot/rules.t
libwww-perl-5.825/t/robot/ua-get.t
libwww-perl-5.825/t/robot/ua.t
libwww-perl-5.825/t/TEST
libwww-perl-5.825/talk-to-ourself
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build G/GA/GAAS/libwww-perl-5.825.tar.gz

WARNING: LICENSE is not a known parameter.
Checking if your kit is complete...
Looks good
Warning: prerequisite HTML::Tagset 0 not found.
'LICENSE' is not a known MakeMaker parameter name.
Writing Makefile for LWP
---- Unsatisfied dependencies detected during ----
----       GAAS/libwww-perl-5.825.tar.gz      ----
    HTML::Tagset [requires]
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
  Delayed until after prerequisites
Running make install
  Delayed until after prerequisites
Running install for module 'HTML::Tagset'
Running make for P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
  LWP not available
Fetching with Net::FTP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz
Checksum for /Users/chief/.cpan/sources/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz ok
HTML-Tagset-3.20/
HTML-Tagset-3.20/Tagset.pm
HTML-Tagset-3.20/Makefile.PL
HTML-Tagset-3.20/META.yml
HTML-Tagset-3.20/MANIFEST.SKIP
HTML-Tagset-3.20/MANIFEST
HTML-Tagset-3.20/README
HTML-Tagset-3.20/t/
HTML-Tagset-3.20/t/01_old_junk.t
HTML-Tagset-3.20/t/pod.t
HTML-Tagset-3.20/t/00_about_verbose.t
HTML-Tagset-3.20/Changes
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for HTML::Tagset
cp Tagset.pm blib/lib/HTML/Tagset.pm
Manifying blib/man3/HTML::Tagset.3pm
  PETDANCE/HTML-Tagset-3.20.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_about_verbose.t .. ok
t/01_old_junk.t ....... ok
t/pod.t ............... skipped: Test::Pod 1.14 required for testing POD
All tests successful.
Files=3, Tests=3, 1 wallclock secs ( 0.10 usr 0.04 sys + 0.14 cusr 0.06 csys = 0.34 CPU)
Result: PASS
  PETDANCE/HTML-Tagset-3.20.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/HTML-Tagset-3.20-CMQLBZ/blib/arch /Users/chief/.cpan/build/HTML-Tagset-3.20-CMQLBZ/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/HTML/Tagset.pm
Installing /usr/local/man/man3/HTML::Tagset.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/HTML/Tagset/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  PETDANCE/HTML-Tagset-3.20.tar.gz
  /usr/bin/make install  -- OK
Running make for G/GA/GAAS/libwww-perl-5.825.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /Users/chief/.cpan/build/libwww-perl-5.825-UyBo9Y Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build G/GA/GAAS/libwww-perl-5.825.tar.gz

cp lib/LWP/RobotUA.pm blib/lib/LWP/RobotUA.pm
cp lib/LWP/Authen/Ntlm.pm blib/lib/LWP/Authen/Ntlm.pm
cp lib/LWP.pm blib/lib/LWP.pm
cp lib/HTTP/Headers/ETag.pm blib/lib/HTTP/Headers/ETag.pm
cp lib/LWP/Protocol.pm blib/lib/LWP/Protocol.pm
cp lwptut.pod blib/lib/lwptut.pod
cp lib/HTTP/Request/Common.pm blib/lib/HTTP/Request/Common.pm
cp lib/HTTP/Message.pm blib/lib/HTTP/Message.pm
cp lib/LWP/Protocol/ftp.pm blib/lib/LWP/Protocol/ftp.pm
cp lib/HTML/Form.pm blib/lib/HTML/Form.pm
cp lib/HTTP/Cookies/Netscape.pm blib/lib/HTTP/Cookies/Netscape.pm
cp lib/LWP/Authen/Digest.pm blib/lib/LWP/Authen/Digest.pm
cp lib/LWP/Protocol/gopher.pm blib/lib/LWP/Protocol/gopher.pm
cp lib/Net/HTTP/NB.pm blib/lib/Net/HTTP/NB.pm
cp lib/HTTP/Status.pm blib/lib/HTTP/Status.pm
cp lib/LWP/Protocol/cpan.pm blib/lib/LWP/Protocol/cpan.pm
cp lib/Net/HTTPS.pm blib/lib/Net/HTTPS.pm
cp lib/HTTP/Headers/Util.pm blib/lib/HTTP/Headers/Util.pm
cp lib/LWP/Authen/Basic.pm blib/lib/LWP/Authen/Basic.pm
cp lib/HTTP/Cookies/Microsoft.pm blib/lib/HTTP/Cookies/Microsoft.pm
cp lib/LWP/UserAgent.pm blib/lib/LWP/UserAgent.pm
cp lib/LWP/Protocol/loopback.pm blib/lib/LWP/Protocol/loopback.pm
cp lib/LWP/Protocol/nntp.pm blib/lib/LWP/Protocol/nntp.pm
cp lib/LWP/Protocol/http.pm blib/lib/LWP/Protocol/http.pm
cp lib/LWP/Protocol/https10.pm blib/lib/LWP/Protocol/https10.pm
cp lib/LWP/Protocol/mailto.pm blib/lib/LWP/Protocol/mailto.pm
cp lib/LWP/MemberMixin.pm blib/lib/LWP/MemberMixin.pm
cp lib/HTTP/Headers/Auth.pm blib/lib/HTTP/Headers/Auth.pm
cp lib/LWP/Debug.pm blib/lib/LWP/Debug.pm
cp lib/Net/HTTP.pm blib/lib/Net/HTTP.pm
cp lib/LWP/media.types blib/lib/LWP/media.types
cp lib/HTTP/Daemon.pm blib/lib/HTTP/Daemon.pm
cp lib/HTTP/Cookies.pm blib/lib/HTTP/Cookies.pm
cp lib/LWP/ConnCache.pm blib/lib/LWP/ConnCache.pm
cp lib/File/Listing.pm blib/lib/File/Listing.pm
cp lib/WWW/RobotRules/AnyDBM_File.pm blib/lib/WWW/RobotRules/AnyDBM_File.pm
cp lib/LWP/MediaTypes.pm blib/lib/LWP/MediaTypes.pm
cp lwpcook.pod blib/lib/lwpcook.pod
cp lib/HTTP/Date.pm blib/lib/HTTP/Date.pm
cp lib/LWP/Protocol/file.pm blib/lib/LWP/Protocol/file.pm
cp lib/LWP/Protocol/http10.pm blib/lib/LWP/Protocol/http10.pm
cp lib/LWP/Protocol/GHTTP.pm blib/lib/LWP/Protocol/GHTTP.pm
cp lib/LWP/DebugFile.pm blib/lib/LWP/DebugFile.pm
cp lib/HTTP/Negotiate.pm blib/lib/HTTP/Negotiate.pm
cp lib/HTTP/Request.pm blib/lib/HTTP/Request.pm
cp lib/WWW/RobotRules.pm blib/lib/WWW/RobotRules.pm
cp lib/LWP/Protocol/data.pm blib/lib/LWP/Protocol/data.pm
cp lib/HTTP/Config.pm blib/lib/HTTP/Config.pm
cp lib/LWP/Protocol/nogo.pm blib/lib/LWP/Protocol/nogo.pm
cp lib/HTTP/Response.pm blib/lib/HTTP/Response.pm
cp lib/LWP/Simple.pm blib/lib/LWP/Simple.pm
cp lib/HTTP/Headers.pm blib/lib/HTTP/Headers.pm
cp lib/LWP/Protocol/https.pm blib/lib/LWP/Protocol/https.pm
cp lib/Bundle/LWP.pm blib/lib/Bundle/LWP.pm
cp lib/Net/HTTP/Methods.pm blib/lib/Net/HTTP/Methods.pm
cp bin/lwp-mirror blib/script/lwp-mirror
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/lwp-mirror
cp bin/lwp-download blib/script/lwp-download
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/lwp-download
cp bin/lwp-rget blib/script/lwp-rget
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/lwp-rget
cp bin/lwp-request blib/script/lwp-request
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/lwp-request
Manifying blib/man1/lwp-mirror.1
Manifying blib/man1/lwp-download.1
Manifying blib/man1/lwp-rget.1
Manifying blib/man1/lwp-request.1
Manifying blib/man3/LWP::RobotUA.3pm
Manifying blib/man3/LWP::Authen::Ntlm.3pm
Manifying blib/man3/LWP.3pm
Manifying blib/man3/LWP::Protocol.3pm
Manifying blib/man3/HTTP::Request::Common.3pm
Manifying blib/man3/lwptut.3pm
Manifying blib/man3/HTTP::Message.3pm
Manifying blib/man3/HTML::Form.3pm
Manifying blib/man3/HTTP::Cookies::Netscape.3pm
Manifying blib/man3/Net::HTTP::NB.3pm
Manifying blib/man3/HTTP::Status.3pm
Manifying blib/man3/HTTP::Headers::Util.3pm
Manifying blib/man3/HTTP::Cookies::Microsoft.3pm
Manifying blib/man3/LWP::UserAgent.3pm
Manifying blib/man3/LWP::MemberMixin.3pm
Manifying blib/man3/LWP::Debug.3pm
Manifying blib/man3/Net::HTTP.3pm
Manifying blib/man3/HTTP::Daemon.3pm
Manifying blib/man3/HTTP::Cookies.3pm
Manifying blib/man3/LWP::ConnCache.3pm
Manifying blib/man3/File::Listing.3pm
Manifying blib/man3/WWW::RobotRules::AnyDBM_File.3pm
Manifying blib/man3/lwpcook.3pm
Manifying blib/man3/LWP::MediaTypes.3pm
Manifying blib/man3/HTTP::Date.3pm
Manifying blib/man3/WWW::RobotRules.3pm
Manifying blib/man3/HTTP::Request.3pm
Manifying blib/man3/HTTP::Negotiate.3pm
Manifying blib/man3/HTTP::Config.3pm
Manifying blib/man3/HTTP::Response.3pm
Manifying blib/man3/HTTP::Headers.3pm
Manifying blib/man3/LWP::Simple.3pm
Manifying blib/man3/Bundle::LWP.3pm
  GAAS/libwww-perl-5.825.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
/usr/bin/perl t/TEST 0
base/common-req.t ......... ok
base/cookies.t ............ ok
base/date.t ............... ok
base/headers-auth.t ....... ok
base/headers-etag.t ....... ok
base/headers-util.t ....... ok
base/headers.t ............ ok
base/http-config.t ........ ok
base/http.t ............... ok
base/listing.t ............ ok
base/mediatypes.t ......... ok
base/message-old.t ........ ok
base/message-parts.t ...... ok
base/message.t ............ ok
base/negotiate.t .......... ok
base/protocols.t .......... ok
base/request.t ............ ok
base/response.t ........... ok
base/status-old.t ......... ok
base/status.t ............. ok
base/ua.t ................. ok
html/form-maxlength.t ..... ok
html/form-multi-select.t .. ok
html/form-param.t ......... ok
html/form.t ............... ok
robot/rules-dbm.t ......... ok
robot/rules.t ............. ok
robot/ua-get.t ............ ok
robot/ua.t ................ ok
local/autoload-get.t ...... ok
local/autoload.t .......... ok
local/chunked.t ........... ok
local/get.t ............... ok
local/http.t .............. ok
local/protosub.t .......... ok
All tests successful.
Files=35, Tests=1080, 37 wallclock secs ( 1.02 usr 0.40 sys + 7.23 cusr 2.05 csys = 10.70 CPU)
Result: PASS
  GAAS/libwww-perl-5.825.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/libwww-perl-5.825-UyBo9Y/blib/arch /Users/chief/.cpan/build/libwww-perl-5.825-UyBo9Y/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/LWP.pm
Installing /Library/Perl/5.8.6/lwpcook.pod
Installing /Library/Perl/5.8.6/lwptut.pod
Installing /Library/Perl/5.8.6/Bundle/LWP.pm
Installing /Library/Perl/5.8.6/File/Listing.pm
Installing /Library/Perl/5.8.6/HTML/Form.pm
Installing /Library/Perl/5.8.6/HTTP/Config.pm
Installing /Library/Perl/5.8.6/HTTP/Cookies.pm
Installing /Library/Perl/5.8.6/HTTP/Daemon.pm
Installing /Library/Perl/5.8.6/HTTP/Date.pm
Installing /Library/Perl/5.8.6/HTTP/Headers.pm
Installing /Library/Perl/5.8.6/HTTP/Message.pm
Installing /Library/Perl/5.8.6/HTTP/Negotiate.pm
Installing /Library/Perl/5.8.6/HTTP/Request.pm
Installing /Library/Perl/5.8.6/HTTP/Response.pm
Installing /Library/Perl/5.8.6/HTTP/Status.pm
Installing /Library/Perl/5.8.6/HTTP/Cookies/Microsoft.pm
Installing /Library/Perl/5.8.6/HTTP/Cookies/Netscape.pm
Installing /Library/Perl/5.8.6/HTTP/Headers/Auth.pm
Installing /Library/Perl/5.8.6/HTTP/Headers/ETag.pm
Installing /Library/Perl/5.8.6/HTTP/Headers/Util.pm
Installing /Library/Perl/5.8.6/HTTP/Request/Common.pm
Installing /Library/Perl/5.8.6/LWP/ConnCache.pm
Installing /Library/Perl/5.8.6/LWP/Debug.pm
Installing /Library/Perl/5.8.6/LWP/DebugFile.pm
Installing /Library/Perl/5.8.6/LWP/media.types
Installing /Library/Perl/5.8.6/LWP/MediaTypes.pm
Installing /Library/Perl/5.8.6/LWP/MemberMixin.pm
Installing /Library/Perl/5.8.6/LWP/Protocol.pm
Installing /Library/Perl/5.8.6/LWP/RobotUA.pm
Installing /Library/Perl/5.8.6/LWP/Simple.pm
Installing /Library/Perl/5.8.6/LWP/UserAgent.pm
Installing /Library/Perl/5.8.6/LWP/Authen/Basic.pm
Installing /Library/Perl/5.8.6/LWP/Authen/Digest.pm
Installing /Library/Perl/5.8.6/LWP/Authen/Ntlm.pm
Installing /Library/Perl/5.8.6/LWP/Protocol/cpan.pm
Installing /Library/Perl/5.8.6/LWP/Protocol/data.pm
Installing /Library/Perl/5.8.6/LWP/Protocol/file.pm
Installing /Library/Perl/5.8.6/LWP/Protocol/ftp.pm
Installing /Library/Perl/5.8.6/LWP/Protocol/GHTTP.pm
Installing /Library/Perl/5.8.6/LWP/Protocol/gopher.pm
Installing /Library/Perl/5.8.6/LWP/Protocol/http.pm
Installing /Library/Perl/5.8.6/LWP/Protocol/http10.pm
Installing /Library/Perl/5.8.6/LWP/Protocol/https.pm
Installing /Library/Perl/5.8.6/LWP/Protocol/https10.pm
Installing /Library/Perl/5.8.6/LWP/Protocol/loopback.pm
Installing /Library/Perl/5.8.6/LWP/Protocol/mailto.pm
Installing /Library/Perl/5.8.6/LWP/Protocol/nntp.pm
Installing /Library/Perl/5.8.6/LWP/Protocol/nogo.pm
Installing /Library/Perl/5.8.6/Net/HTTP.pm
Installing /Library/Perl/5.8.6/Net/HTTPS.pm
Installing /Library/Perl/5.8.6/Net/HTTP/Methods.pm
Installing /Library/Perl/5.8.6/Net/HTTP/NB.pm
Installing /Library/Perl/5.8.6/WWW/RobotRules.pm
Installing /Library/Perl/5.8.6/WWW/RobotRules/AnyDBM_File.pm
Installing /usr/local/man/man1/lwp-download.1
Installing /usr/local/man/man1/lwp-mirror.1
Installing /usr/local/man/man1/lwp-request.1
Installing /usr/local/man/man1/lwp-rget.1
Installing /usr/local/man/man3/Bundle::LWP.3pm
Installing /usr/local/man/man3/File::Listing.3pm
Installing /usr/local/man/man3/HTML::Form.3pm
Installing /usr/local/man/man3/HTTP::Config.3pm
Installing /usr/local/man/man3/HTTP::Cookies.3pm
Installing /usr/local/man/man3/HTTP::Cookies::Microsoft.3pm
Installing /usr/local/man/man3/HTTP::Cookies::Netscape.3pm
Installing /usr/local/man/man3/HTTP::Daemon.3pm
Installing /usr/local/man/man3/HTTP::Date.3pm
Installing /usr/local/man/man3/HTTP::Headers.3pm
Installing /usr/local/man/man3/HTTP::Headers::Util.3pm
Installing /usr/local/man/man3/HTTP::Message.3pm
Installing /usr/local/man/man3/HTTP::Negotiate.3pm
Installing /usr/local/man/man3/HTTP::Request.3pm
Installing /usr/local/man/man3/HTTP::Request::Common.3pm
Installing /usr/local/man/man3/HTTP::Response.3pm
Installing /usr/local/man/man3/HTTP::Status.3pm
Installing /usr/local/man/man3/LWP.3pm
Installing /usr/local/man/man3/LWP::Authen::Ntlm.3pm
Installing /usr/local/man/man3/LWP::ConnCache.3pm
Installing /usr/local/man/man3/LWP::Debug.3pm
Installing /usr/local/man/man3/LWP::MediaTypes.3pm
Installing /usr/local/man/man3/LWP::MemberMixin.3pm
Installing /usr/local/man/man3/LWP::Protocol.3pm
Installing /usr/local/man/man3/LWP::RobotUA.3pm
Installing /usr/local/man/man3/LWP::Simple.3pm
Installing /usr/local/man/man3/LWP::UserAgent.3pm
Installing /usr/local/man/man3/lwpcook.3pm
Installing /usr/local/man/man3/lwptut.3pm
Installing /usr/local/man/man3/Net::HTTP.3pm
Installing /usr/local/man/man3/Net::HTTP::NB.3pm
Installing /usr/local/man/man3/WWW::RobotRules.3pm
Installing /usr/local/man/man3/WWW::RobotRules::AnyDBM_File.3pm
Installing /usr/bin/lwp-download
Installing /usr/bin/lwp-mirror
Installing /usr/bin/lwp-request
Installing /usr/bin/lwp-rget
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/LWP/.packlist
Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  GAAS/libwww-perl-5.825.tar.gz
  /usr/bin/make install  -- OK


cpan> install Mail::SPF::Query
Running install for module 'Mail::SPF::Query'
Running make for J/JM/JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
CPAN: LWP::UserAgent loaded ok (v5.824)
Fetching with LWP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/J/JM/JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
Fetching with LWP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/J/JM/JMEHNLE/mail-spf-query/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/J/JM/JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz ok
Mail-SPF-Query-1.999.1/
Mail-SPF-Query-1.999.1/debian/
Mail-SPF-Query-1.999.1/debian/copyright
Mail-SPF-Query-1.999.1/debian/rules
Mail-SPF-Query-1.999.1/debian/compat
Mail-SPF-Query-1.999.1/debian/control
Mail-SPF-Query-1.999.1/debian/changelog
Mail-SPF-Query-1.999.1/debian/watch
Mail-SPF-Query-1.999.1/examples/
Mail-SPF-Query-1.999.1/examples/sendmail-milter-INSTALL.txt
Mail-SPF-Query-1.999.1/examples/postfix-policyd-spf
Mail-SPF-Query-1.999.1/examples/exim-acl
Mail-SPF-Query-1.999.1/examples/README
Mail-SPF-Query-1.999.1/examples/sendmail-milter
Mail-SPF-Query-1.999.1/bin/
Mail-SPF-Query-1.999.1/bin/spfquery
Mail-SPF-Query-1.999.1/bin/spfd
Mail-SPF-Query-1.999.1/lib/
Mail-SPF-Query-1.999.1/lib/Mail/
Mail-SPF-Query-1.999.1/lib/Mail/SPF/
Mail-SPF-Query-1.999.1/lib/Mail/SPF/Query.pm
Mail-SPF-Query-1.999.1/MANIFEST
Mail-SPF-Query-1.999.1/t/
Mail-SPF-Query-1.999.1/t/00_all.t
Mail-SPF-Query-1.999.1/t/test.dat
Mail-SPF-Query-1.999.1/CHANGES
Mail-SPF-Query-1.999.1/META.yml
Mail-SPF-Query-1.999.1/README
Mail-SPF-Query-1.999.1/Makefile.PL
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

CPAN.pm: Going to build J/JM/JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz

Checking if your kit is complete...
Looks good
Warning: prerequisite Net::CIDR::Lite 0.15 not found.
Warning: prerequisite Net::DNS 0.46 not found.
Warning: prerequisite Sys::Hostname::Long 0 not found.
Writing Makefile for Mail::SPF::Query
----       Unsatisfied dependencies detected during       ----
---- JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz ----
    Net::CIDR::Lite [requires]
    Net::DNS [requires]
    Sys::Hostname::Long [requires]
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
  Delayed until after prerequisites
Running make install
  Delayed until after prerequisites
Running install for module 'Net::CIDR::Lite'
Running make for D/DO/DOUGW/Net-CIDR-Lite-0.20.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
Fetching with LWP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/D/DO/DOUGW/Net-CIDR-Lite-0.20.tar.gz
Fetching with LWP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/D/DO/DOUGW/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/D/DO/DOUGW/Net-CIDR-Lite-0.20.tar.gz ok
Net-CIDR-Lite-0.20/
Net-CIDR-Lite-0.20/Changes
Net-CIDR-Lite-0.20/Lite.pm
Net-CIDR-Lite-0.20/Makefile.PL
Net-CIDR-Lite-0.20/MANIFEST
Net-CIDR-Lite-0.20/META.yml
Net-CIDR-Lite-0.20/README
Net-CIDR-Lite-0.20/t/
Net-CIDR-Lite-0.20/t/base.t
Net-CIDR-Lite-0.20/t/pod.t
Net-CIDR-Lite-0.20/t/podcov.t
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build D/DO/DOUGW/Net-CIDR-Lite-0.20.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Net::CIDR::Lite
cp Lite.pm blib/lib/Net/CIDR/Lite.pm
Manifying blib/man3/Net::CIDR::Lite.3pm
  DOUGW/Net-CIDR-Lite-0.20.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/base.t .... ok
t/pod.t ..... skipped: Test::Pod 1.00 required for testing POD
t/podcov.t .. skipped: Test::Pod::Coverage required for testing pod coverage
All tests successful.
Files=3, Tests=34, 1 wallclock secs ( 0.10 usr 0.04 sys + 0.19 cusr 0.07 csys = 0.40 CPU)
Result: PASS
  DOUGW/Net-CIDR-Lite-0.20.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Net-CIDR-Lite-0.20-OQHKq9/blib/arch /Users/chief/.cpan/build/Net-CIDR-Lite-0.20-OQHKq9/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/Net/CIDR/Lite.pm
Installing /usr/local/man/man3/Net::CIDR::Lite.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/CIDR/Lite/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  DOUGW/Net-CIDR-Lite-0.20.tar.gz
  /usr/bin/make install  -- OK
Running install for module 'Net::DNS'
Running make for O/OL/OLAF/Net-DNS-0.65.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
Fetching with LWP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/O/OL/OLAF/Net-DNS-0.65.tar.gz
Fetching with LWP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/O/OL/OLAF/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/O/OL/OLAF/Net-DNS-0.65.tar.gz ok
Net-DNS-0.65/
Net-DNS-0.65/Changes
Net-DNS-0.65/contrib/
Net-DNS-0.65/contrib/check_soa
Net-DNS-0.65/contrib/check_zone
Net-DNS-0.65/contrib/dnswalk.README
Net-DNS-0.65/contrib/loc2earth.fcgi
Net-DNS-0.65/contrib/loclist.pl
Net-DNS-0.65/contrib/README
Net-DNS-0.65/demo/
Net-DNS-0.65/demo/axfr
Net-DNS-0.65/demo/check_soa
Net-DNS-0.65/demo/check_zone
Net-DNS-0.65/demo/example_recurse.pl
Net-DNS-0.65/demo/mresolv
Net-DNS-0.65/demo/mx
Net-DNS-0.65/demo/perldig
Net-DNS-0.65/demo/README
Net-DNS-0.65/demo/trace_dns.pl
Net-DNS-0.65/DNS.xs
Net-DNS-0.65/lib/
Net-DNS-0.65/lib/Net/
Net-DNS-0.65/lib/Net/DNS/
Net-DNS-0.65/lib/Net/DNS/FAQ.pod
Net-DNS-0.65/lib/Net/DNS/Header.pm
Net-DNS-0.65/lib/Net/DNS/Nameserver.pm
Net-DNS-0.65/lib/Net/DNS/Packet.pm
Net-DNS-0.65/lib/Net/DNS/Question.pm
Net-DNS-0.65/lib/Net/DNS/Resolver/
Net-DNS-0.65/lib/Net/DNS/Resolver/Base.pm
Net-DNS-0.65/lib/Net/DNS/Resolver/Cygwin.pm
Net-DNS-0.65/lib/Net/DNS/Resolver/Recurse.pm
Net-DNS-0.65/lib/Net/DNS/Resolver/UNIX.pm
Net-DNS-0.65/lib/Net/DNS/Resolver/Win32.pm
Net-DNS-0.65/lib/Net/DNS/Resolver.pm
Net-DNS-0.65/lib/Net/DNS/RR/
Net-DNS-0.65/lib/Net/DNS/RR/A.pm
Net-DNS-0.65/lib/Net/DNS/RR/AAAA.pm
Net-DNS-0.65/lib/Net/DNS/RR/AFSDB.pm
Net-DNS-0.65/lib/Net/DNS/RR/APL/
Net-DNS-0.65/lib/Net/DNS/RR/APL/ApItem.pm
Net-DNS-0.65/lib/Net/DNS/RR/APL.pm
Net-DNS-0.65/lib/Net/DNS/RR/CERT.pm
Net-DNS-0.65/lib/Net/DNS/RR/CNAME.pm
Net-DNS-0.65/lib/Net/DNS/RR/DNAME.pm
Net-DNS-0.65/lib/Net/DNS/RR/EID.pm
Net-DNS-0.65/lib/Net/DNS/RR/HINFO.pm
Net-DNS-0.65/lib/Net/DNS/RR/IPSECKEY.pm
Net-DNS-0.65/lib/Net/DNS/RR/ISDN.pm
Net-DNS-0.65/lib/Net/DNS/RR/LOC.pm
Net-DNS-0.65/lib/Net/DNS/RR/MB.pm
Net-DNS-0.65/lib/Net/DNS/RR/MG.pm
Net-DNS-0.65/lib/Net/DNS/RR/MINFO.pm
Net-DNS-0.65/lib/Net/DNS/RR/MR.pm
Net-DNS-0.65/lib/Net/DNS/RR/MX.pm
Net-DNS-0.65/lib/Net/DNS/RR/NAPTR.pm
Net-DNS-0.65/lib/Net/DNS/RR/NIMLOC.pm
Net-DNS-0.65/lib/Net/DNS/RR/NS.pm
Net-DNS-0.65/lib/Net/DNS/RR/NSAP.pm
Net-DNS-0.65/lib/Net/DNS/RR/NULL.pm
Net-DNS-0.65/lib/Net/DNS/RR/OPT.pm
Net-DNS-0.65/lib/Net/DNS/RR/PTR.pm
Net-DNS-0.65/lib/Net/DNS/RR/PX.pm
Net-DNS-0.65/lib/Net/DNS/RR/RP.pm
Net-DNS-0.65/lib/Net/DNS/RR/RT.pm
Net-DNS-0.65/lib/Net/DNS/RR/SOA.pm
Net-DNS-0.65/lib/Net/DNS/RR/SPF.pm
Net-DNS-0.65/lib/Net/DNS/RR/SRV.pm
Net-DNS-0.65/lib/Net/DNS/RR/SSHFP.pm
Net-DNS-0.65/lib/Net/DNS/RR/TKEY.pm
Net-DNS-0.65/lib/Net/DNS/RR/TSIG.pm
Net-DNS-0.65/lib/Net/DNS/RR/TXT.pm
Net-DNS-0.65/lib/Net/DNS/RR/Unknown.pm
Net-DNS-0.65/lib/Net/DNS/RR/X25.pm
Net-DNS-0.65/lib/Net/DNS/RR.pm
Net-DNS-0.65/lib/Net/DNS/Update.pm
Net-DNS-0.65/lib/Net/DNS.pm
Net-DNS-0.65/Makefile.PL
Net-DNS-0.65/MANIFEST
Net-DNS-0.65/META.yml
Net-DNS-0.65/netdns.c
Net-DNS-0.65/netdns.h
Net-DNS-0.65/README
Net-DNS-0.65/t/
Net-DNS-0.65/t/.resolv.conf
Net-DNS-0.65/t/00-load.t
Net-DNS-0.65/t/00-pod.t
Net-DNS-0.65/t/00-version.t
Net-DNS-0.65/t/001-connection-checks.t
Net-DNS-0.65/t/01-resolver-env.t
Net-DNS-0.65/t/01-resolver-file.t
Net-DNS-0.65/t/01-resolver-flags.t
Net-DNS-0.65/t/01-resolver-opt.t
Net-DNS-0.65/t/01-resolver.t
Net-DNS-0.65/t/02-header.t
Net-DNS-0.65/t/03-question.t
Net-DNS-0.65/t/04-packet-unique-push.t
Net-DNS-0.65/t/04-packet.t
Net-DNS-0.65/t/05-apl.t
Net-DNS-0.65/t/05-rr-opt.t
Net-DNS-0.65/t/05-rr-rrsort.t
Net-DNS-0.65/t/05-rr-sshfp.t
Net-DNS-0.65/t/05-rr-txt.t
Net-DNS-0.65/t/05-rr-unknown.t
Net-DNS-0.65/t/05-rr-various.t
Net-DNS-0.65/t/05-rr.t
Net-DNS-0.65/t/06-update.t
Net-DNS-0.65/t/07-misc.t
Net-DNS-0.65/t/08-online.t
Net-DNS-0.65/t/09-tkey.t
Net-DNS-0.65/t/10-recurse.t
Net-DNS-0.65/t/11-escapedchars.t
Net-DNS-0.65/t/11-inet6.t
Net-DNS-0.65/t/12-compression.t
Net-DNS-0.65/t/99-cleanup.t
Net-DNS-0.65/t/custom.txt
Net-DNS-0.65/TODO
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build O/OL/OLAF/Net-DNS-0.65.tar.gz

Testing if you have a C compiler and the needed header files....
You have a working compiler.

You appear to be directly connected to the Internet.  I have some tests
that try to query live nameservers.

Do you want to enable these tests? [y]
Would you like to enable IPv6 tests? [y]
Checking if your kit is complete...
Looks good
Warning: prerequisite Digest::HMAC_MD5 1 not found.
Warning: prerequisite Net::IP 1.2 not found.
Writing Makefile for Net::DNS
---- Unsatisfied dependencies detected during ----
----         OLAF/Net-DNS-0.65.tar.gz         ----
    Net::IP [requires]
    Digest::HMAC_MD5 [requires]
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
  Delayed until after prerequisites
Running make install
  Delayed until after prerequisites
Running install for module 'Net::IP'
Running make for M/MA/MANU/Net-IP-1.25.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
Fetching with LWP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/M/MA/MANU/Net-IP-1.25.tar.gz
Fetching with LWP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/M/MA/MANU/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/M/MA/MANU/Net-IP-1.25.tar.gz ok
Net-IP-1.25/
Net-IP-1.25/iptab
Net-IP-1.25/META.yml
Net-IP-1.25/IP.pm
Net-IP-1.25/COPYING
Net-IP-1.25/Changes
Net-IP-1.25/t/
Net-IP-1.25/t/ExtUtils/
Net-IP-1.25/t/ExtUtils/TBone.pm
Net-IP-1.25/t/ipv4.t
Net-IP-1.25/t/ipv6.t
Net-IP-1.25/ipcount
Net-IP-1.25/MANIFEST
Net-IP-1.25/Net-IP.spec.PL
Net-IP-1.25/README
Net-IP-1.25/Makefile.PL
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build M/MA/MANU/Net-IP-1.25.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Net::IP
cp IP.pm blib/lib/Net/IP.pm
cp ipcount blib/script/ipcount
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/ipcount
cp iptab blib/script/iptab
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/iptab
Manifying blib/man3/Net::IP.3pm
/usr/bin/perl "-Iblib/arch" "-Iblib/lib" Net-IP.spec.PL Net-IP.spec
  MANU/Net-IP-1.25.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/ipv4.t .. ok
t/ipv6.t .. ok
All tests successful.
Files=2, Tests=48, 1 wallclock secs ( 0.09 usr 0.03 sys + 0.59 cusr 0.10 csys = 0.81 CPU)
Result: PASS
  MANU/Net-IP-1.25.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Net-IP-1.25-StvVGE/blib/arch /Users/chief/.cpan/build/Net-IP-1.25-StvVGE/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/Net/IP.pm
Installing /usr/local/man/man3/Net::IP.3pm
Installing /usr/bin/ipcount
Installing /usr/bin/iptab
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/IP/.packlist
Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  MANU/Net-IP-1.25.tar.gz
  /usr/bin/make install  -- OK
Running install for module 'Digest::HMAC_MD5'
Running make for G/GA/GAAS/Digest-HMAC-1.01.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
Fetching with LWP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-1.01.tar.gz
Checksum for /Users/chief/.cpan/sources/authors/id/G/GA/GAAS/Digest-HMAC-1.01.tar.gz ok
Digest-HMAC-1.01/
Digest-HMAC-1.01/rfc2104.txt
Digest-HMAC-1.01/Makefile.PL
Digest-HMAC-1.01/lib/
Digest-HMAC-1.01/lib/Digest/
Digest-HMAC-1.01/lib/Digest/HMAC.pm
Digest-HMAC-1.01/lib/Digest/HMAC_SHA1.pm
Digest-HMAC-1.01/lib/Digest/HMAC_MD5.pm
Digest-HMAC-1.01/Changes
Digest-HMAC-1.01/t/
Digest-HMAC-1.01/t/rfc2202.t
Digest-HMAC-1.01/README
Digest-HMAC-1.01/MANIFEST
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build G/GA/GAAS/Digest-HMAC-1.01.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Digest::HMAC
cp lib/Digest/HMAC_MD5.pm blib/lib/Digest/HMAC_MD5.pm
cp lib/Digest/HMAC.pm blib/lib/Digest/HMAC.pm
cp lib/Digest/HMAC_SHA1.pm blib/lib/Digest/HMAC_SHA1.pm
Manifying blib/man3/Digest::HMAC_MD5.3pm
Manifying blib/man3/Digest::HMAC.3pm
Manifying blib/man3/Digest::HMAC_SHA1.3pm
  GAAS/Digest-HMAC-1.01.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/rfc2202.t .. ok
All tests successful.
Files=1, Tests=14, 0 wallclock secs ( 0.08 usr 0.02 sys + 0.06 cusr 0.03 csys = 0.19 CPU)
Result: PASS
  GAAS/Digest-HMAC-1.01.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Digest-HMAC-1.01-eETGyz/blib/arch /Users/chief/.cpan/build/Digest-HMAC-1.01-eETGyz/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/Digest/HMAC.pm
Installing /Library/Perl/5.8.6/Digest/HMAC_MD5.pm
Installing /Library/Perl/5.8.6/Digest/HMAC_SHA1.pm
Installing /usr/local/man/man3/Digest::HMAC.3pm
Installing /usr/local/man/man3/Digest::HMAC_MD5.3pm
Installing /usr/local/man/man3/Digest::HMAC_SHA1.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Digest/HMAC/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  GAAS/Digest-HMAC-1.01.tar.gz
  /usr/bin/make install  -- OK
Running make for O/OL/OLAF/Net-DNS-0.65.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /Users/chief/.cpan/build/Net-DNS-0.65-WB5neu Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build O/OL/OLAF/Net-DNS-0.65.tar.gz

cp lib/Net/DNS/RR/A.pm blib/lib/Net/DNS/RR/A.pm
cp lib/Net/DNS/Resolver/Win32.pm blib/lib/Net/DNS/Resolver/Win32.pm
cp lib/Net/DNS/RR/Unknown.pm blib/lib/Net/DNS/RR/Unknown.pm
cp lib/Net/DNS/RR/IPSECKEY.pm blib/lib/Net/DNS/RR/IPSECKEY.pm
cp lib/Net/DNS/RR/EID.pm blib/lib/Net/DNS/RR/EID.pm
cp lib/Net/DNS/RR/ISDN.pm blib/lib/Net/DNS/RR/ISDN.pm
cp lib/Net/DNS/RR/MX.pm blib/lib/Net/DNS/RR/MX.pm
cp lib/Net/DNS/Header.pm blib/lib/Net/DNS/Header.pm
cp lib/Net/DNS/RR/SOA.pm blib/lib/Net/DNS/RR/SOA.pm
cp lib/Net/DNS/RR/OPT.pm blib/lib/Net/DNS/RR/OPT.pm
cp lib/Net/DNS/RR/NIMLOC.pm blib/lib/Net/DNS/RR/NIMLOC.pm
cp lib/Net/DNS/RR/TXT.pm blib/lib/Net/DNS/RR/TXT.pm
cp lib/Net/DNS/RR/DNAME.pm blib/lib/Net/DNS/RR/DNAME.pm
cp lib/Net/DNS/RR/AAAA.pm blib/lib/Net/DNS/RR/AAAA.pm
cp lib/Net/DNS.pm blib/lib/Net/DNS.pm
cp lib/Net/DNS/RR/X25.pm blib/lib/Net/DNS/RR/X25.pm
cp lib/Net/DNS/RR/RP.pm blib/lib/Net/DNS/RR/RP.pm
cp lib/Net/DNS/Resolver/Recurse.pm blib/lib/Net/DNS/Resolver/Recurse.pm
cp lib/Net/DNS/Resolver/Cygwin.pm blib/lib/Net/DNS/Resolver/Cygwin.pm
cp lib/Net/DNS/RR/APL.pm blib/lib/Net/DNS/RR/APL.pm
cp lib/Net/DNS/RR/PTR.pm blib/lib/Net/DNS/RR/PTR.pm
cp lib/Net/DNS/RR/NS.pm blib/lib/Net/DNS/RR/NS.pm
cp lib/Net/DNS/RR/TSIG.pm blib/lib/Net/DNS/RR/TSIG.pm
cp lib/Net/DNS/Update.pm blib/lib/Net/DNS/Update.pm
cp lib/Net/DNS/Resolver.pm blib/lib/Net/DNS/Resolver.pm
cp lib/Net/DNS/RR/PX.pm blib/lib/Net/DNS/RR/PX.pm
cp lib/Net/DNS/Nameserver.pm blib/lib/Net/DNS/Nameserver.pm
cp lib/Net/DNS/RR/NULL.pm blib/lib/Net/DNS/RR/NULL.pm
cp lib/Net/DNS/RR/LOC.pm blib/lib/Net/DNS/RR/LOC.pm
cp lib/Net/DNS/RR/SRV.pm blib/lib/Net/DNS/RR/SRV.pm
cp lib/Net/DNS/RR/RT.pm blib/lib/Net/DNS/RR/RT.pm
cp lib/Net/DNS/RR/AFSDB.pm blib/lib/Net/DNS/RR/AFSDB.pm
cp lib/Net/DNS/RR/MR.pm blib/lib/Net/DNS/RR/MR.pm
cp lib/Net/DNS/RR/MINFO.pm blib/lib/Net/DNS/RR/MINFO.pm
cp lib/Net/DNS/FAQ.pod blib/lib/Net/DNS/FAQ.pod
cp lib/Net/DNS/RR/CNAME.pm blib/lib/Net/DNS/RR/CNAME.pm
cp lib/Net/DNS/Question.pm blib/lib/Net/DNS/Question.pm
cp lib/Net/DNS/RR/SSHFP.pm blib/lib/Net/DNS/RR/SSHFP.pm
cp lib/Net/DNS/RR/NAPTR.pm blib/lib/Net/DNS/RR/NAPTR.pm
cp lib/Net/DNS/RR/SPF.pm blib/lib/Net/DNS/RR/SPF.pm
cp lib/Net/DNS/Packet.pm blib/lib/Net/DNS/Packet.pm
cp lib/Net/DNS/RR.pm blib/lib/Net/DNS/RR.pm
cp lib/Net/DNS/RR/APL/ApItem.pm blib/lib/Net/DNS/RR/APL/ApItem.pm
cp lib/Net/DNS/RR/HINFO.pm blib/lib/Net/DNS/RR/HINFO.pm
cp lib/Net/DNS/RR/MG.pm blib/lib/Net/DNS/RR/MG.pm
cp lib/Net/DNS/RR/TKEY.pm blib/lib/Net/DNS/RR/TKEY.pm
cp lib/Net/DNS/RR/NSAP.pm blib/lib/Net/DNS/RR/NSAP.pm
cp lib/Net/DNS/RR/CERT.pm blib/lib/Net/DNS/RR/CERT.pm
cp lib/Net/DNS/Resolver/UNIX.pm blib/lib/Net/DNS/Resolver/UNIX.pm
cp lib/Net/DNS/RR/MB.pm blib/lib/Net/DNS/RR/MB.pm
cp lib/Net/DNS/Resolver/Base.pm blib/lib/Net/DNS/Resolver/Base.pm
cc -c -g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -Os -DVERSION=\"0.65\" -DXS_VERSION=\"0.65\" "-I/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE" netdns.c
ar cr netdns.a netdns.o
/usr/bin/perl /System/Library/Perl/5.8.6/ExtUtils/xsubpp -typemap /System/Library/Perl/5.8.6/ExtUtils/typemap DNS.xs > DNS.xsc && mv DNS.xsc DNS.c cc -c -g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -Os -DVERSION=\"0.65\" -DXS_VERSION=\"0.65\" "-I/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE" DNS.c
Running Mkbootstrap for Net::DNS ()
chmod 644 DNS.bs
rm -f blib/arch/auto/Net/DNS/DNS.bundle
LD_RUN_PATH="" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib DNS.o netdns.o -o blib/arch/auto/Net/DNS/DNS.bundle netdns.a
chmod 755 blib/arch/auto/Net/DNS/DNS.bundle
cp DNS.bs blib/arch/auto/Net/DNS/DNS.bs
chmod 644 blib/arch/auto/Net/DNS/DNS.bs
Manifying blib/man3/Net::DNS::RR::A.3pm
Manifying blib/man3/Net::DNS::RR::Unknown.3pm
Manifying blib/man3/Net::DNS::Resolver::Win32.3pm
Manifying blib/man3/Net::DNS::RR::IPSECKEY.3pm
Manifying blib/man3/Net::DNS::RR::EID.3pm
Manifying blib/man3/Net::DNS::RR::ISDN.3pm
Manifying blib/man3/Net::DNS::RR::MX.3pm
Manifying blib/man3/Net::DNS::Header.3pm
Manifying blib/man3/Net::DNS::RR::SOA.3pm
Manifying blib/man3/Net::DNS::RR::OPT.3pm
Manifying blib/man3/Net::DNS::RR::NIMLOC.3pm
Manifying blib/man3/Net::DNS::RR::TXT.3pm
Manifying blib/man3/Net::DNS::RR::DNAME.3pm
Manifying blib/man3/Net::DNS::RR::AAAA.3pm
Manifying blib/man3/Net::DNS.3pm
Manifying blib/man3/Net::DNS::RR::X25.3pm
Manifying blib/man3/Net::DNS::RR::RP.3pm
Manifying blib/man3/Net::DNS::RR::PTR.3pm
Manifying blib/man3/Net::DNS::RR::APL.3pm
Manifying blib/man3/Net::DNS::Resolver::Cygwin.3pm
Manifying blib/man3/Net::DNS::Resolver::Recurse.3pm
Manifying blib/man3/Net::DNS::RR::TSIG.3pm
Manifying blib/man3/Net::DNS::RR::NS.3pm
Manifying blib/man3/Net::DNS::Update.3pm
Manifying blib/man3/Net::DNS::Resolver.3pm
Manifying blib/man3/Net::DNS::RR::PX.3pm
Manifying blib/man3/Net::DNS::Nameserver.3pm
Manifying blib/man3/Net::DNS::RR::NULL.3pm
Manifying blib/man3/Net::DNS::RR::LOC.3pm
Manifying blib/man3/Net::DNS::RR::SRV.3pm
Manifying blib/man3/Net::DNS::RR::RT.3pm
Manifying blib/man3/Net::DNS::RR::AFSDB.3pm
Manifying blib/man3/Net::DNS::RR::MINFO.3pm
Manifying blib/man3/Net::DNS::RR::MR.3pm
Manifying blib/man3/Net::DNS::FAQ.3pm
Manifying blib/man3/Net::DNS::RR::CNAME.3pm
Manifying blib/man3/Net::DNS::Question.3pm
Manifying blib/man3/Net::DNS::RR::SSHFP.3pm
Manifying blib/man3/Net::DNS::RR::NAPTR.3pm
Manifying blib/man3/Net::DNS::RR::SPF.3pm
Manifying blib/man3/Net::DNS::RR::APL::ApItem.3pm
Manifying blib/man3/Net::DNS::RR.3pm
Manifying blib/man3/Net::DNS::Packet.3pm
Manifying blib/man3/Net::DNS::RR::HINFO.3pm
Manifying blib/man3/Net::DNS::RR::MG.3pm
Manifying blib/man3/Net::DNS::RR::TKEY.3pm
Manifying blib/man3/Net::DNS::RR::NSAP.3pm
Manifying blib/man3/Net::DNS::RR::CERT.3pm
Manifying blib/man3/Net::DNS::Resolver::UNIX.3pm
Manifying blib/man3/Net::DNS::RR::MB.3pm
Manifying blib/man3/Net::DNS::Resolver::Base.3pm
  OLAF/Net-DNS-0.65.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t ................ 1/81 #
# These tests were ran with:
# Net::DNS::VERSION:               0.65
# set environment variable NET_DNS_DEBUG to get all versions
t/00-load.t ................ ok
t/00-pod.t ................. skipped: Test::Pod v0.95 required for testing POD
t/00-version.t ............. ok
t/001-connection-checks.t .. 1/1 #
#
# Executing heuristic to see if have unlimited view of the Internet
# If the heuristic fails this could have various reasons probably having
# nothing to do with bugs in Net::DNS
#
#
#
# Will try to connect to ns1.net-dns.org (213.154.224.48 or 2001:7b8:206:1:0:1234:be21:e31e)
#
# Failed querying 2001:7b8:206:1:0:1234:be21:e31e: Send error: No route to host
#
#                It could be you do not have global IP connectivity'
#                This is not an error in Net::DNS
# You can confirm this by trying 'ping6 2001:7b8:206:1:0:1234:be21:e31e'
#
# Alternatively the Nameserver running on 2001:7b8:206:1:0:1234:be21:e31e is currently down'
#
#                IPv6 Online tests disabled.
#
#
# IPv4 appears to be available
t/001-connection-checks.t .. ok
t/01-resolver-env.t ........ ok
t/01-resolver-file.t ....... ok
t/01-resolver-flags.t ...... ok
t/01-resolver-opt.t ........ ok
t/01-resolver.t ............ ok
t/02-header.t .............. ok
t/03-question.t ............ ok
t/04-packet-unique-push.t .. ok
t/04-packet.t .............. ok
t/05-apl.t ................. ok
t/05-rr-opt.t .............. ok
t/05-rr-rrsort.t ........... ok
t/05-rr-sshfp.t ............ skipped: Digest::BubbleBabble not installed.
t/05-rr-txt.t .............. ok
t/05-rr-unknown.t .......... ok
t/05-rr-various.t .......... ok
t/05-rr.t .................. ok
t/06-update.t .............. ok
t/07-misc.t ................ ok
t/08-online.t .............. ok
t/09-tkey.t ................ ok
t/10-recurse.t ............. ok
t/11-escapedchars.t ........ # Using the  XS compiled dn_expand function
t/11-escapedchars.t ........ 1/141 #
# disabling XS based dns_expand for a moment.
#
# Continuing to use the XS based dn_expand()
t/11-escapedchars.t ........ ok
t/11-inet6.t ............... skipped: Online tests disabled.
t/12-compression.t ......... 1/5
123456789112345678921234567893123456789412345678951234567896123...
truncated to 63 octets (RFC1035 2.3.1) at t/12-compression.t line 56
t/12-compression.t ......... ok
t/99-cleanup.t ............. # Cleaning
t/99-cleanup.t ............. ok
All tests successful.
Files=30, Tests=1553, 34 wallclock secs ( 1.49 usr 0.40 sys + 9.55 cusr 1.90 csys = 13.34 CPU)
Result: PASS
  OLAF/Net-DNS-0.65.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Net-DNS-0.65-WB5neu/blib/arch /Users/chief/.cpan/build/Net-DNS-0.65-WB5neu/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/DNS/DNS.bs
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/DNS/DNS.bundle Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/FAQ.pod
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/Header.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/Nameserver.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/Packet.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/Question.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/Resolver.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/Update.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/Resolver/Base.pm Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/Resolver/Cygwin.pm Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/Resolver/Recurse.pm Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/Resolver/UNIX.pm Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/Resolver/Win32.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/A.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/AAAA.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/AFSDB.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/APL.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/CERT.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/CNAME.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/DNAME.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/EID.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/HINFO.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/IPSECKEY.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/ISDN.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/LOC.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/MB.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/MG.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/MINFO.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/MR.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/MX.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/NAPTR.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/NIMLOC.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/NS.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/NSAP.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/NULL.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/OPT.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/PTR.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/PX.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/RP.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/RT.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/SOA.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/SPF.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/SRV.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/SSHFP.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/TKEY.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/TSIG.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/TXT.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/Unknown.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/X25.pm
Installing /Library/Perl/5.8.6/darwin-thread-multi-2level/Net/DNS/RR/APL/ApItem.pm
Installing /usr/local/man/man3/Net::DNS.3pm
Installing /usr/local/man/man3/Net::DNS::FAQ.3pm
Installing /usr/local/man/man3/Net::DNS::Header.3pm
Installing /usr/local/man/man3/Net::DNS::Nameserver.3pm
Installing /usr/local/man/man3/Net::DNS::Packet.3pm
Installing /usr/local/man/man3/Net::DNS::Question.3pm
Installing /usr/local/man/man3/Net::DNS::Resolver.3pm
Installing /usr/local/man/man3/Net::DNS::Resolver::Base.3pm
Installing /usr/local/man/man3/Net::DNS::Resolver::Cygwin.3pm
Installing /usr/local/man/man3/Net::DNS::Resolver::Recurse.3pm
Installing /usr/local/man/man3/Net::DNS::Resolver::UNIX.3pm
Installing /usr/local/man/man3/Net::DNS::Resolver::Win32.3pm
Installing /usr/local/man/man3/Net::DNS::RR.3pm
Installing /usr/local/man/man3/Net::DNS::RR::A.3pm
Installing /usr/local/man/man3/Net::DNS::RR::AAAA.3pm
Installing /usr/local/man/man3/Net::DNS::RR::AFSDB.3pm
Installing /usr/local/man/man3/Net::DNS::RR::APL.3pm
Installing /usr/local/man/man3/Net::DNS::RR::APL::ApItem.3pm
Installing /usr/local/man/man3/Net::DNS::RR::CERT.3pm
Installing /usr/local/man/man3/Net::DNS::RR::CNAME.3pm
Installing /usr/local/man/man3/Net::DNS::RR::DNAME.3pm
Installing /usr/local/man/man3/Net::DNS::RR::EID.3pm
Installing /usr/local/man/man3/Net::DNS::RR::HINFO.3pm
Installing /usr/local/man/man3/Net::DNS::RR::IPSECKEY.3pm
Installing /usr/local/man/man3/Net::DNS::RR::ISDN.3pm
Installing /usr/local/man/man3/Net::DNS::RR::LOC.3pm
Installing /usr/local/man/man3/Net::DNS::RR::MB.3pm
Installing /usr/local/man/man3/Net::DNS::RR::MG.3pm
Installing /usr/local/man/man3/Net::DNS::RR::MINFO.3pm
Installing /usr/local/man/man3/Net::DNS::RR::MR.3pm
Installing /usr/local/man/man3/Net::DNS::RR::MX.3pm
Installing /usr/local/man/man3/Net::DNS::RR::NAPTR.3pm
Installing /usr/local/man/man3/Net::DNS::RR::NIMLOC.3pm
Installing /usr/local/man/man3/Net::DNS::RR::NS.3pm
Installing /usr/local/man/man3/Net::DNS::RR::NSAP.3pm
Installing /usr/local/man/man3/Net::DNS::RR::NULL.3pm
Installing /usr/local/man/man3/Net::DNS::RR::OPT.3pm
Installing /usr/local/man/man3/Net::DNS::RR::PTR.3pm
Installing /usr/local/man/man3/Net::DNS::RR::PX.3pm
Installing /usr/local/man/man3/Net::DNS::RR::RP.3pm
Installing /usr/local/man/man3/Net::DNS::RR::RT.3pm
Installing /usr/local/man/man3/Net::DNS::RR::SOA.3pm
Installing /usr/local/man/man3/Net::DNS::RR::SPF.3pm
Installing /usr/local/man/man3/Net::DNS::RR::SRV.3pm
Installing /usr/local/man/man3/Net::DNS::RR::SSHFP.3pm
Installing /usr/local/man/man3/Net::DNS::RR::TKEY.3pm
Installing /usr/local/man/man3/Net::DNS::RR::TSIG.3pm
Installing /usr/local/man/man3/Net::DNS::RR::TXT.3pm
Installing /usr/local/man/man3/Net::DNS::RR::Unknown.3pm
Installing /usr/local/man/man3/Net::DNS::RR::X25.3pm
Installing /usr/local/man/man3/Net::DNS::Update.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/DNS/.packlist
Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  OLAF/Net-DNS-0.65.tar.gz
  /usr/bin/make install  -- OK
Running install for module 'Sys::Hostname::Long'
Running make for S/SC/SCOTT/Sys-Hostname-Long-1.4.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
Fetching with LWP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/S/SC/SCOTT/Sys-Hostname-Long-1.4.tar.gz
Fetching with LWP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/S/SC/SCOTT/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/S/SC/SCOTT/Sys-Hostname-Long-1.4.tar.gz ok
Sys-Hostname-Long-1.4/
Sys-Hostname-Long-1.4/Changes
Sys-Hostname-Long-1.4/lib/
Sys-Hostname-Long-1.4/lib/Sys/
Sys-Hostname-Long-1.4/lib/Sys/Hostname/
Sys-Hostname-Long-1.4/lib/Sys/Hostname/Long.pm
Sys-Hostname-Long-1.4/Makefile.PL
Sys-Hostname-Long-1.4/MANIFEST
Sys-Hostname-Long-1.4/META.yml
Sys-Hostname-Long-1.4/README
Sys-Hostname-Long-1.4/t/
Sys-Hostname-Long-1.4/t/local.t
Sys-Hostname-Long-1.4/testall.pl
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build S/SC/SCOTT/Sys-Hostname-Long-1.4.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Sys::Hostname::Long
cp testall.pl blib/lib/Sys/Hostname/testall.pl
cp lib/Sys/Hostname/Long.pm blib/lib/Sys/Hostname/Long.pm
Manifying blib/man3/Sys::Hostname::Long.3pm
  SCOTT/Sys-Hostname-Long-1.4.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/local.t .. Sys::Hostname::Long - Last Dispatch method = uname at lib/Sys/Hostname/Long.pm line 203.
t/local.t .. ok
All tests successful.
Files=1, Tests=1, 1 wallclock secs ( 0.07 usr 0.02 sys + 0.07 cusr 0.03 csys = 0.19 CPU)
Result: PASS
  SCOTT/Sys-Hostname-Long-1.4.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Sys-Hostname-Long-1.4-dNUXL7/blib/arch /Users/chief/.cpan/build/Sys-Hostname-Long-1.4-dNUXL7/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/Sys/Hostname/Long.pm
Installing /Library/Perl/5.8.6/Sys/Hostname/testall.pl
Installing /usr/local/man/man3/Sys::Hostname::Long.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Sys/Hostname/Long/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  SCOTT/Sys-Hostname-Long-1.4.tar.gz
  /usr/bin/make install  -- OK
Running make for J/JM/JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /Users/chief/.cpan/build/Mail-SPF-Query-1.999.1-3K0cmb Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

CPAN.pm: Going to build J/JM/JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz

cp lib/Mail/SPF/Query.pm blib/lib/Mail/SPF/Query.pm
cp bin/spfd blib/script/spfd
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/spfd
cp bin/spfquery blib/script/spfquery
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/spfquery
Manifying blib/man1/spfd.1
Manifying blib/man1/spfquery.1
Manifying blib/man3/Mail::SPF::Query.3pm
  JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_all.t .. ok
All tests successful.

Test Summary Report
-------------------
t/00_all.t (Wstat: 0 Tests: 223 Failed: 0)
  TODO passed:   219
Files=1, Tests=223, 51 wallclock secs ( 0.21 usr 0.04 sys + 3.17 cusr 0.61 csys = 4.03 CPU)
Result: PASS
  JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Mail-SPF-Query-1.999.1-3K0cmb/blib/arch /Users/chief/.cpan/build/Mail-SPF-Query-1.999.1-3K0cmb/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/Mail/SPF/Query.pm
Installing /usr/local/man/man1/spfd.1
Installing /usr/local/man/man1/spfquery.1
Installing /usr/local/man/man3/Mail::SPF::Query.3pm
Installing /usr/bin/spfd
Installing /usr/bin/spfquery
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Mail/SPF/Query/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
  /usr/bin/make install  -- OK


cpan> install Mail::SRS
Running install for module 'Mail::SRS'
Running make for S/SH/SHEVEK/Mail-SRS-0.31.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
Fetching with LWP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/S/SH/SHEVEK/Mail-SRS-0.31.tar.gz
Fetching with LWP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/S/SH/SHEVEK/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/S/SH/SHEVEK/Mail-SRS-0.31.tar.gz ok
Mail-SRS-0.31/
Mail-SRS-0.31/t/
Mail-SRS-0.31/t/08_caseless.t
Mail-SRS-0.31/t/01_basic.t
Mail-SRS-0.31/t/21_daemon.t
Mail-SRS-0.31/t/05_shortcut.t
Mail-SRS-0.31/t/11_pod_coverage.t
Mail-SRS-0.31/t/06_separator.t
Mail-SRS-0.31/t/07_varysep.t
Mail-SRS-0.31/t/20_cmdline.t
Mail-SRS-0.31/t/02_guarded.t
Mail-SRS-0.31/t/03_reversible.t
Mail-SRS-0.31/t/04_dbm.t
Mail-SRS-0.31/t/10_pod.t
Mail-SRS-0.31/eg/
Mail-SRS-0.31/eg/exim/
Mail-SRS-0.31/eg/exim/srs.conf
Mail-SRS-0.31/eg/teach.pl
Mail-SRS-0.31/eg/gentoo/
Mail-SRS-0.31/eg/gentoo/srsd
Mail-SRS-0.31/eg/Limit.pm
Mail-SRS-0.31/lib/
Mail-SRS-0.31/lib/Mail/
Mail-SRS-0.31/lib/Mail/SRS/
Mail-SRS-0.31/lib/Mail/SRS/Reversable.pm
Mail-SRS-0.31/lib/Mail/SRS/DB.pm
Mail-SRS-0.31/lib/Mail/SRS/Reversible.pm
Mail-SRS-0.31/lib/Mail/SRS/Shortcut.pm
Mail-SRS-0.31/lib/Mail/SRS/Guarded.pm
Mail-SRS-0.31/lib/Mail/SRS/Daemon.pm
Mail-SRS-0.31/lib/Mail/SRS.pm
Mail-SRS-0.31/srs
Mail-SRS-0.31/TODO
Mail-SRS-0.31/srsc
Mail-SRS-0.31/srsd
Mail-SRS-0.31/README
Mail-SRS-0.31/MANIFEST.SKIP
Mail-SRS-0.31/Makefile.PL
Mail-SRS-0.31/README.pobox
Mail-SRS-0.31/OLD-DOCS
Mail-SRS-0.31/MANIFEST
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build S/SH/SHEVEK/Mail-SRS-0.31.tar.gz

Do you want to install 'srs', the SRS command line interface? [y]
Do you want to install 'srsd', the SRS address translation daemon? [y]
Do you want to install 'srsc', the SRS daemon commandline client? [y]
Checking if your kit is complete...
Looks good
Writing Makefile for Mail::SRS
cp lib/Mail/SRS/Reversable.pm blib/lib/Mail/SRS/Reversable.pm
cp lib/Mail/SRS/DB.pm blib/lib/Mail/SRS/DB.pm
cp lib/Mail/SRS/Shortcut.pm blib/lib/Mail/SRS/Shortcut.pm
cp lib/Mail/SRS.pm blib/lib/Mail/SRS.pm
cp lib/Mail/SRS/Guarded.pm blib/lib/Mail/SRS/Guarded.pm
cp lib/Mail/SRS/Reversible.pm blib/lib/Mail/SRS/Reversible.pm
cp lib/Mail/SRS/Daemon.pm blib/lib/Mail/SRS/Daemon.pm
cp srsd blib/script/srsd
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/srsd
cp srsc blib/script/srsc
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/srsc
cp srs blib/script/srs
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/srs
Manifying blib/man1/srsd.1
Manifying blib/man1/srsc.1
Manifying blib/man1/srs.1
Manifying blib/man3/Mail::SRS::Shortcut.3pm
Manifying blib/man3/Mail::SRS::DB.3pm
Manifying blib/man3/Mail::SRS.3pm
Manifying blib/man3/Mail::SRS::Reversible.3pm
Manifying blib/man3/Mail::SRS::Guarded.3pm
Manifying blib/man3/Mail::SRS::Daemon.3pm
  SHEVEK/Mail-SRS-0.31.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_basic.t ......... ok
t/02_guarded.t ....... ok
t/03_reversible.t .... ok
t/04_dbm.t ........... ok
t/05_shortcut.t ...... ok
t/06_separator.t ..... ok
t/07_varysep.t ....... ok
t/08_caseless.t ...... ok
t/10_pod.t ........... skipped: Test::Pod 1.00 required for testing POD
t/11_pod_coverage.t .. skipped: Test::Pod::Coverage 0.02 required for testing POD
t/20_cmdline.t ....... ok
t/21_daemon.t ........ ok
All tests successful.
Files=12, Tests=248, 2 wallclock secs ( 0.29 usr 0.13 sys + 1.65 cusr 0.48 csys = 2.55 CPU)
Result: PASS
  SHEVEK/Mail-SRS-0.31.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Mail-SRS-0.31-32AZIa/blib/arch /Users/chief/.cpan/build/Mail-SRS-0.31-32AZIa/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/Mail/SRS.pm
Installing /Library/Perl/5.8.6/Mail/SRS/Daemon.pm
Installing /Library/Perl/5.8.6/Mail/SRS/DB.pm
Installing /Library/Perl/5.8.6/Mail/SRS/Guarded.pm
Installing /Library/Perl/5.8.6/Mail/SRS/Reversable.pm
Installing /Library/Perl/5.8.6/Mail/SRS/Reversible.pm
Installing /Library/Perl/5.8.6/Mail/SRS/Shortcut.pm
Installing /usr/local/man/man1/srs.1
Installing /usr/local/man/man1/srsc.1
Installing /usr/local/man/man1/srsd.1
Installing /usr/local/man/man3/Mail::SRS.3pm
Installing /usr/local/man/man3/Mail::SRS::Daemon.3pm
Installing /usr/local/man/man3/Mail::SRS::DB.3pm
Installing /usr/local/man/man3/Mail::SRS::Guarded.3pm
Installing /usr/local/man/man3/Mail::SRS::Reversible.3pm
Installing /usr/local/man/man3/Mail::SRS::Shortcut.3pm
Installing /usr/bin/srs
Installing /usr/bin/srsc
Installing /usr/bin/srsd
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Mail/SRS/.packlist
Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  SHEVEK/Mail-SRS-0.31.tar.gz
  /usr/bin/make install  -- OK


cpan> install Net::CIDR::Lite
Net::CIDR::Lite is up to date (0.20).


cpan> install Net::DNS
Net::DNS is up to date (0.65).


cpan> install Net::SMTP
Net::SMTP is up to date (2.31).


cpan> install Net::IP::Match::Regexp
Running install for module 'Net::IP::Match::Regexp'
Running make for C/CD/CDOLAN/Net-IP-Match-Regexp-1.01.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
Fetching with LWP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/C/CD/CDOLAN/Net-IP-Match-Regexp-1.01.tar.gz
Fetching with LWP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/C/CD/CDOLAN/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/C/CD/CDOLAN/Net-IP-Match-Regexp-1.01.tar.gz ok
Net-IP-Match-Regexp-1.01/
Net-IP-Match-Regexp-1.01/benchmark/
Net-IP-Match-Regexp-1.01/benchmark/speedtest.pl
Net-IP-Match-Regexp-1.01/Build.PL
Net-IP-Match-Regexp-1.01/CHANGES
Net-IP-Match-Regexp-1.01/lib/
Net-IP-Match-Regexp-1.01/lib/Net/
Net-IP-Match-Regexp-1.01/lib/Net/IP/
Net-IP-Match-Regexp-1.01/lib/Net/IP/Match/
Net-IP-Match-Regexp-1.01/lib/Net/IP/Match/Regexp.pm
Net-IP-Match-Regexp-1.01/LICENSE
Net-IP-Match-Regexp-1.01/Makefile.PL
Net-IP-Match-Regexp-1.01/MANIFEST
Net-IP-Match-Regexp-1.01/META.yml
Net-IP-Match-Regexp-1.01/README
Net-IP-Match-Regexp-1.01/t/
Net-IP-Match-Regexp-1.01/t/pod-coverage.t
Net-IP-Match-Regexp-1.01/t/pod.t
Net-IP-Match-Regexp-1.01/t/regexp.t
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build C/CD/CDOLAN/Net-IP-Match-Regexp-1.01.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Net::IP::Match::Regexp
cp lib/Net/IP/Match/Regexp.pm blib/lib/Net/IP/Match/Regexp.pm
Manifying blib/man3/Net::IP::Match::Regexp.3pm
  CDOLAN/Net-IP-Match-Regexp-1.01.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/pod-coverage.t .. skipped: Author test
t/pod.t ........... skipped: Author test
t/regexp.t ........ ok
All tests successful.
Files=3, Tests=631, 2 wallclock secs ( 0.38 usr 0.07 sys + 0.69 cusr 0.10 csys = 1.24 CPU)
Result: PASS
  CDOLAN/Net-IP-Match-Regexp-1.01.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Net-IP-Match-Regexp-1.01-Kr7Crh/blib/arch /Users/chief/.cpan/build/Net-IP-Match-Regexp-1.01-Kr7Crh/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/Net/IP/Match/Regexp.pm
Installing /usr/local/man/man3/Net::IP::Match::Regexp.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/IP/Match/Regexp/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  CDOLAN/Net-IP-Match-Regexp-1.01.tar.gz
  /usr/bin/make install  -- OK


cpan> install Net::LDAP
Running install for module 'Net::LDAP'
Running make for G/GB/GBARR/perl-ldap-0.39.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
Fetching with LWP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/G/GB/GBARR/perl-ldap-0.39.tar.gz
Checksum for /Users/chief/.cpan/sources/authors/id/G/GB/GBARR/perl-ldap-0.39.tar.gz ok
perl-ldap-0.39/
perl-ldap-0.39/.gitignore
perl-ldap-0.39/CREDITS
perl-ldap-0.39/Changes
perl-ldap-0.39/INSTALL
perl-ldap-0.39/MANIFEST
perl-ldap-0.39/MANIFEST.SKIP
perl-ldap-0.39/META.yml
perl-ldap-0.39/Makefile.PL
perl-ldap-0.39/README
perl-ldap-0.39/SIGNATURE
perl-ldap-0.39/TODO
perl-ldap-0.39/bin/
perl-ldap-0.39/bin/ldapdelete
perl-ldap-0.39/bin/ldapmodrdn
perl-ldap-0.39/bin/ldapsearch
perl-ldap-0.39/contrib/
perl-ldap-0.39/contrib/README
perl-ldap-0.39/contrib/dot.tklkup
perl-ldap-0.39/contrib/isMember.pl
perl-ldap-0.39/contrib/jpegDisplay.pl
perl-ldap-0.39/contrib/jpegLoad.pl
perl-ldap-0.39/contrib/ldapmodify.pl
perl-ldap-0.39/contrib/ldifdiff.pl
perl-ldap-0.39/contrib/ldifsort.pl
perl-ldap-0.39/contrib/ldifuniq.pl
perl-ldap-0.39/contrib/printMembers.pl
perl-ldap-0.39/contrib/recursive-ldap-delete.pl
perl-ldap-0.39/contrib/simple-proxy.pl
perl-ldap-0.39/contrib/tklkup
perl-ldap-0.39/data/
perl-ldap-0.39/data/00-cmp.ldif
perl-ldap-0.39/data/00-cmp2.ldif
perl-ldap-0.39/data/00-in.ldif
perl-ldap-0.39/data/05-cmp.dsml
perl-ldap-0.39/data/50-cmp.ldif
perl-ldap-0.39/data/50-in.ldif
perl-ldap-0.39/data/51-in.ldif
perl-ldap-0.39/data/51a-cmp.ldif
perl-ldap-0.39/data/51b-cmp.ldif
perl-ldap-0.39/data/51c-cmp.ldif
perl-ldap-0.39/data/51d-cmp.ldif
perl-ldap-0.39/data/52-cmp.ldif
perl-ldap-0.39/data/52-in.ldif
perl-ldap-0.39/data/52-mod.ldif
perl-ldap-0.39/data/cert.pem
perl-ldap-0.39/data/core.schema
perl-ldap-0.39/data/cosine.schema
perl-ldap-0.39/data/inetorgperson.schema
perl-ldap-0.39/data/key.pem
perl-ldap-0.39/data/schema.in
perl-ldap-0.39/data/slapd-conf.in
perl-ldap-0.39/data/slapd.at.conf
perl-ldap-0.39/data/slapd.oc.conf
perl-ldap-0.39/data/slapd2-conf.in
perl-ldap-0.39/inc/
perl-ldap-0.39/inc/Module/
perl-ldap-0.39/inc/Module/AutoInstall.pm
perl-ldap-0.39/inc/Module/Install.pm
perl-ldap-0.39/inc/Module/Install/
perl-ldap-0.39/inc/Module/Install/AutoInstall.pm
perl-ldap-0.39/inc/Module/Install/Base.pm
perl-ldap-0.39/inc/Module/Install/Can.pm
perl-ldap-0.39/inc/Module/Install/Fetch.pm
perl-ldap-0.39/inc/Module/Install/Include.pm
perl-ldap-0.39/inc/Module/Install/Makefile.pm
perl-ldap-0.39/inc/Module/Install/Metadata.pm
perl-ldap-0.39/inc/Module/Install/Win32.pm
perl-ldap-0.39/inc/Module/Install/WriteAll.pm
perl-ldap-0.39/inc/Test/
perl-ldap-0.39/inc/Test/Builder.pm
perl-ldap-0.39/inc/Test/Builder/
perl-ldap-0.39/inc/Test/Builder/Module.pm
perl-ldap-0.39/inc/Test/More.pm
perl-ldap-0.39/inc/attributes.pm
perl-ldap-0.39/install-nomake
perl-ldap-0.39/lib/
perl-ldap-0.39/lib/Bundle/
perl-ldap-0.39/lib/Bundle/Net/
perl-ldap-0.39/lib/Bundle/Net/LDAP.pm
perl-ldap-0.39/lib/LWP/
perl-ldap-0.39/lib/LWP/Protocol/
perl-ldap-0.39/lib/LWP/Protocol/ldap.pm
perl-ldap-0.39/lib/Net/
perl-ldap-0.39/lib/Net/LDAP.pm
perl-ldap-0.39/lib/Net/LDAP.pod
perl-ldap-0.39/lib/Net/LDAP/
perl-ldap-0.39/lib/Net/LDAP/ASN.pm
perl-ldap-0.39/lib/Net/LDAP/Bind.pm
perl-ldap-0.39/lib/Net/LDAP/Constant.pm
perl-ldap-0.39/lib/Net/LDAP/Control.pm
perl-ldap-0.39/lib/Net/LDAP/Control/
perl-ldap-0.39/lib/Net/LDAP/Control/EntryChange.pm
perl-ldap-0.39/lib/Net/LDAP/Control/ManageDsaIT.pm
perl-ldap-0.39/lib/Net/LDAP/Control/Paged.pm
perl-ldap-0.39/lib/Net/LDAP/Control/PasswordPolicy.pm
perl-ldap-0.39/lib/Net/LDAP/Control/PersistentSearch.pm
perl-ldap-0.39/lib/Net/LDAP/Control/PostRead.pm
perl-ldap-0.39/lib/Net/LDAP/Control/PreRead.pm
perl-ldap-0.39/lib/Net/LDAP/Control/ProxyAuth.pm
perl-ldap-0.39/lib/Net/LDAP/Control/Sort.pm
perl-ldap-0.39/lib/Net/LDAP/Control/SortResult.pm
perl-ldap-0.39/lib/Net/LDAP/Control/SyncDone.pm
perl-ldap-0.39/lib/Net/LDAP/Control/SyncRequest.pm
perl-ldap-0.39/lib/Net/LDAP/Control/SyncState.pm
perl-ldap-0.39/lib/Net/LDAP/Control/VLV.pm
perl-ldap-0.39/lib/Net/LDAP/Control/VLVResponse.pm
perl-ldap-0.39/lib/Net/LDAP/DSML.pm
perl-ldap-0.39/lib/Net/LDAP/Entry.pm
perl-ldap-0.39/lib/Net/LDAP/Entry.pod
perl-ldap-0.39/lib/Net/LDAP/Examples.pod
perl-ldap-0.39/lib/Net/LDAP/Extension.pm
perl-ldap-0.39/lib/Net/LDAP/Extension/
perl-ldap-0.39/lib/Net/LDAP/Extension/SetPassword.pm
perl-ldap-0.39/lib/Net/LDAP/Extension/WhoAmI.pm
perl-ldap-0.39/lib/Net/LDAP/Extra.pm
perl-ldap-0.39/lib/Net/LDAP/FAQ.pod
perl-ldap-0.39/lib/Net/LDAP/Filter.pm
perl-ldap-0.39/lib/Net/LDAP/Filter.pod
perl-ldap-0.39/lib/Net/LDAP/FilterMatch.pm
perl-ldap-0.39/lib/Net/LDAP/Intermediate.pm
perl-ldap-0.39/lib/Net/LDAP/Intermediate/
perl-ldap-0.39/lib/Net/LDAP/Intermediate/SyncInfo.pm
perl-ldap-0.39/lib/Net/LDAP/LDIF.pm
perl-ldap-0.39/lib/Net/LDAP/LDIF.pod
perl-ldap-0.39/lib/Net/LDAP/Message.pm
perl-ldap-0.39/lib/Net/LDAP/Message.pod
perl-ldap-0.39/lib/Net/LDAP/RFC.pod
perl-ldap-0.39/lib/Net/LDAP/Reference.pod
perl-ldap-0.39/lib/Net/LDAP/RootDSE.pm
perl-ldap-0.39/lib/Net/LDAP/Schema.pm
perl-ldap-0.39/lib/Net/LDAP/Schema.pod
perl-ldap-0.39/lib/Net/LDAP/Search.pm
perl-ldap-0.39/lib/Net/LDAP/Search.pod
perl-ldap-0.39/lib/Net/LDAP/Security.pod
perl-ldap-0.39/lib/Net/LDAP/Util.pm
perl-ldap-0.39/lib/Net/LDAPI.pm
perl-ldap-0.39/lib/Net/LDAPS.pm
perl-ldap-0.39/t/
perl-ldap-0.39/t/00ldif-entry.t
perl-ldap-0.39/t/01canon_dn.t
perl-ldap-0.39/t/02filter.t
perl-ldap-0.39/t/03schema.t
perl-ldap-0.39/t/04refloop.t
perl-ldap-0.39/t/05dsml.t
perl-ldap-0.39/t/06constant.t
perl-ldap-0.39/t/50populate.t
perl-ldap-0.39/t/51search.t
perl-ldap-0.39/t/52modify.t
perl-ldap-0.39/t/53schema.t
perl-ldap-0.39/t/54dse.t
perl-ldap-0.39/t/55ssl.t
perl-ldap-0.39/t/56ipc.t
perl-ldap-0.39/t/57url.t
perl-ldap-0.39/t/70sortctrl.t
perl-ldap-0.39/t/common.pl
perl-ldap-0.39/test.cfg
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build G/GB/GBARR/perl-ldap-0.39.tar.gz

*** Module::AutoInstall version 1.03
*** Checking for Perl dependencies...
[Core Features]
- Convert::ASN1    ...missing. (would need 0.07)
==> Auto-install the 1 mandatory module(s) from CPAN? [y]
[SASL authentication]
- Authen::SASL     ...missing. (would need 2.00)
==> Auto-install the 1 optional module(s) from CPAN? [n]
[LDAP URLs]
- URI::ldap        ...loaded. (1.11 >= 1.1)
[LDAPS]
- IO::Socket::SSL  ...loaded. (1.23 >= 0.81)
[Read/Write DSML files]
- MIME::Base64     ...loaded. (3.05)
- XML::SAX::Writer ...missing.
==> Auto-install the 1 optional module(s) from CPAN? [n]
[Read/Write LDIF files]
- MIME::Base64     ...loaded. (3.05)

*** Since we're running under CPANPLUS, I'll just let it take care
    of the dependency's installation later.
*** Module::AutoInstall configuration finished.

*** Since we're running under CPANPLUS, I'll just let it take care
    of the dependency's installation later.
Checking if your kit is complete...
Looks good
Warning: prerequisite Convert::ASN1 0.07 not found.
Writing Makefile for Net::LDAP
---- Unsatisfied dependencies detected during ----
----        GBARR/perl-ldap-0.39.tar.gz       ----
    Convert::ASN1 [requires]
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
  Delayed until after prerequisites
Running make install
  Delayed until after prerequisites
Running install for module 'Convert::ASN1'
Running make for G/GB/GBARR/Convert-ASN1-0.22.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
Fetching with LWP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-0.22.tar.gz
Checksum for /Users/chief/.cpan/sources/authors/id/G/GB/GBARR/Convert-ASN1-0.22.tar.gz ok
Convert-ASN1-0.22/
Convert-ASN1-0.22/.gitignore
Convert-ASN1-0.22/ChangeLog
Convert-ASN1-0.22/MANIFEST
Convert-ASN1-0.22/META.yml
Convert-ASN1-0.22/Makefile.PL
Convert-ASN1-0.22/OldChanges
Convert-ASN1-0.22/README
Convert-ASN1-0.22/SIGNATURE
Convert-ASN1-0.22/examples/
Convert-ASN1-0.22/examples/ldap
Convert-ASN1-0.22/examples/ldap-search
Convert-ASN1-0.22/examples/x509decode
Convert-ASN1-0.22/inc/
Convert-ASN1-0.22/inc/Module/
Convert-ASN1-0.22/inc/Module/AutoInstall.pm
Convert-ASN1-0.22/inc/Module/Install.pm
Convert-ASN1-0.22/inc/Module/Install/
Convert-ASN1-0.22/inc/Module/Install/AutoInstall.pm
Convert-ASN1-0.22/inc/Module/Install/Base.pm
Convert-ASN1-0.22/inc/Module/Install/Can.pm
Convert-ASN1-0.22/inc/Module/Install/Fetch.pm
Convert-ASN1-0.22/inc/Module/Install/Include.pm
Convert-ASN1-0.22/inc/Module/Install/Makefile.pm
Convert-ASN1-0.22/inc/Module/Install/Metadata.pm
Convert-ASN1-0.22/inc/Module/Install/Win32.pm
Convert-ASN1-0.22/inc/Module/Install/WriteAll.pm
Convert-ASN1-0.22/inc/Test/
Convert-ASN1-0.22/inc/Test/Builder.pm
Convert-ASN1-0.22/inc/Test/Builder/
Convert-ASN1-0.22/inc/Test/Builder/Module.pm
Convert-ASN1-0.22/inc/Test/More.pm
Convert-ASN1-0.22/inc/attributes.pm
Convert-ASN1-0.22/lib/
Convert-ASN1-0.22/lib/Convert/
Convert-ASN1-0.22/lib/Convert/ASN1.pm
Convert-ASN1-0.22/lib/Convert/ASN1.pod
Convert-ASN1-0.22/lib/Convert/ASN1/
Convert-ASN1-0.22/lib/Convert/ASN1/Debug.pm
Convert-ASN1-0.22/lib/Convert/ASN1/IO.pm
Convert-ASN1-0.22/lib/Convert/ASN1/_decode.pm
Convert-ASN1-0.22/lib/Convert/ASN1/_encode.pm
Convert-ASN1-0.22/lib/Convert/ASN1/parser.pm
Convert-ASN1-0.22/mkparse
Convert-ASN1-0.22/parser.y
Convert-ASN1-0.22/t/
Convert-ASN1-0.22/t/00prim.t
Convert-ASN1-0.22/t/01tag.t
Convert-ASN1-0.22/t/02seq.t
Convert-ASN1-0.22/t/03seqof.t
Convert-ASN1-0.22/t/04opt.t
Convert-ASN1-0.22/t/05time.t
Convert-ASN1-0.22/t/06bigint.t
Convert-ASN1-0.22/t/07input.dat
Convert-ASN1-0.22/t/07io.t
Convert-ASN1-0.22/t/08set.t
Convert-ASN1-0.22/t/09contr.t
Convert-ASN1-0.22/t/10choice.t
Convert-ASN1-0.22/t/11indef.t
Convert-ASN1-0.22/t/12der.t
Convert-ASN1-0.22/t/13utf8.t
Convert-ASN1-0.22/t/14any.t
Convert-ASN1-0.22/t/funcs.pl
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build G/GB/GBARR/Convert-ASN1-0.22.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Convert::ASN1
cp lib/Convert/ASN1/parser.pm blib/lib/Convert/ASN1/parser.pm
cp lib/Convert/ASN1.pm blib/lib/Convert/ASN1.pm
cp lib/Convert/ASN1.pod blib/lib/Convert/ASN1.pod
cp lib/Convert/ASN1/_decode.pm blib/lib/Convert/ASN1/_decode.pm
cp lib/Convert/ASN1/IO.pm blib/lib/Convert/ASN1/IO.pm
cp lib/Convert/ASN1/Debug.pm blib/lib/Convert/ASN1/Debug.pm
cp lib/Convert/ASN1/_encode.pm blib/lib/Convert/ASN1/_encode.pm
Manifying blib/man3/Convert::ASN1.3pm
  GBARR/Convert-ASN1-0.22.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00prim.t t/01tag.t t/02seq.t t/03seqof.t t/04opt.t t/05time.t t/06bigint.t t/07io.t t/08set.t t/09contr.t t/10choice.t t/11indef.t t/12der.t t/13utf8.t t/14any.t
t/00prim.t .... ok
t/01tag.t ..... ok
t/02seq.t ..... ok
t/03seqof.t ... ok
t/04opt.t ..... ok
t/05time.t .... ok
t/06bigint.t .. ok
t/07io.t ...... ok
t/08set.t ..... ok
t/09contr.t ... ok
t/10choice.t .. ok
t/11indef.t ... ok
t/12der.t ..... ok
t/13utf8.t .... ok
t/14any.t ..... ok
All tests successful.
Files=15, Tests=457, 5 wallclock secs ( 0.35 usr 0.16 sys + 2.15 cusr 0.56 csys = 3.22 CPU)
Result: PASS
  GBARR/Convert-ASN1-0.22.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Convert-ASN1-0.22-NQT7F2/blib/arch /Users/chief/.cpan/build/Convert-ASN1-0.22-NQT7F2/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/Convert/ASN1.pm
Installing /Library/Perl/5.8.6/Convert/ASN1.pod
Installing /Library/Perl/5.8.6/Convert/ASN1/_decode.pm
Installing /Library/Perl/5.8.6/Convert/ASN1/_encode.pm
Installing /Library/Perl/5.8.6/Convert/ASN1/Debug.pm
Installing /Library/Perl/5.8.6/Convert/ASN1/IO.pm
Installing /Library/Perl/5.8.6/Convert/ASN1/parser.pm
Installing /usr/local/man/man3/Convert::ASN1.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Convert/ASN1/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  GBARR/Convert-ASN1-0.22.tar.gz
  /usr/bin/make install  -- OK
Running make for G/GB/GBARR/perl-ldap-0.39.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /Users/chief/.cpan/build/perl-ldap-0.39-aeJxUC Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build G/GB/GBARR/perl-ldap-0.39.tar.gz

/usr/bin/perl "-Iinc" Makefile.PL --config= --installdeps=Convert::ASN1,0.07
cp lib/Net/LDAP/Control/PostRead.pm blib/lib/Net/LDAP/Control/PostRead.pm
cp lib/Net/LDAP/Entry.pod blib/lib/Net/LDAP/Entry.pod
cp lib/Net/LDAP/FilterMatch.pm blib/lib/Net/LDAP/FilterMatch.pm
cp lib/Net/LDAP/Message.pod blib/lib/Net/LDAP/Message.pod
cp lib/Net/LDAP/Util.pm blib/lib/Net/LDAP/Util.pm
cp lib/Net/LDAP/Control/SyncDone.pm blib/lib/Net/LDAP/Control/SyncDone.pm
cp lib/Net/LDAP/Extension/WhoAmI.pm blib/lib/Net/LDAP/Extension/WhoAmI.pm
cp lib/Net/LDAP/DSML.pm blib/lib/Net/LDAP/DSML.pm
cp lib/Net/LDAP/LDIF.pm blib/lib/Net/LDAP/LDIF.pm
cp lib/Net/LDAP/LDIF.pod blib/lib/Net/LDAP/LDIF.pod
cp lib/Net/LDAP/Filter.pod blib/lib/Net/LDAP/Filter.pod
cp lib/Net/LDAP/Security.pod blib/lib/Net/LDAP/Security.pod
cp lib/Net/LDAP/Control/VLV.pm blib/lib/Net/LDAP/Control/VLV.pm
cp lib/Net/LDAP/Control/SortResult.pm blib/lib/Net/LDAP/Control/SortResult.pm
cp lib/Net/LDAP/Control/ManageDsaIT.pm blib/lib/Net/LDAP/Control/ManageDsaIT.pm
cp lib/Net/LDAP/Control/ProxyAuth.pm blib/lib/Net/LDAP/Control/ProxyAuth.pm
cp lib/Net/LDAPI.pm blib/lib/Net/LDAPI.pm
cp lib/Net/LDAPS.pm blib/lib/Net/LDAPS.pm
cp lib/Net/LDAP/Control/Sort.pm blib/lib/Net/LDAP/Control/Sort.pm
cp lib/Net/LDAP/Message.pm blib/lib/Net/LDAP/Message.pm
cp lib/Net/LDAP/Control/SyncRequest.pm blib/lib/Net/LDAP/Control/SyncRequest.pm
cp lib/Net/LDAP/FAQ.pod blib/lib/Net/LDAP/FAQ.pod
cp lib/Net/LDAP/RootDSE.pm blib/lib/Net/LDAP/RootDSE.pm
cp lib/Net/LDAP/Search.pm blib/lib/Net/LDAP/Search.pm
cp lib/Net/LDAP/ASN.pm blib/lib/Net/LDAP/ASN.pm
cp lib/Bundle/Net/LDAP.pm blib/lib/Bundle/Net/LDAP.pm
cp lib/LWP/Protocol/ldap.pm blib/lib/LWP/Protocol/ldap.pm
cp lib/Net/LDAP/Control.pm blib/lib/Net/LDAP/Control.pm
cp lib/Net/LDAP/Entry.pm blib/lib/Net/LDAP/Entry.pm
cp lib/Net/LDAP/Extra.pm blib/lib/Net/LDAP/Extra.pm
cp lib/Net/LDAP/Control/VLVResponse.pm blib/lib/Net/LDAP/Control/VLVResponse.pm
cp lib/Net/LDAP/Control/PersistentSearch.pm blib/lib/Net/LDAP/Control/PersistentSearch.pm
cp lib/Net/LDAP/Schema.pm blib/lib/Net/LDAP/Schema.pm
cp lib/Net/LDAP/Bind.pm blib/lib/Net/LDAP/Bind.pm
cp lib/Net/LDAP/Filter.pm blib/lib/Net/LDAP/Filter.pm
cp lib/Net/LDAP/Control/Paged.pm blib/lib/Net/LDAP/Control/Paged.pm
cp lib/Net/LDAP/Control/PreRead.pm blib/lib/Net/LDAP/Control/PreRead.pm
cp lib/Net/LDAP/Control/EntryChange.pm blib/lib/Net/LDAP/Control/EntryChange.pm
cp lib/Net/LDAP/Control/PasswordPolicy.pm blib/lib/Net/LDAP/Control/PasswordPolicy.pm
cp lib/Net/LDAP/Intermediate.pm blib/lib/Net/LDAP/Intermediate.pm
cp lib/Net/LDAP/Schema.pod blib/lib/Net/LDAP/Schema.pod
cp lib/Net/LDAP/Examples.pod blib/lib/Net/LDAP/Examples.pod
cp lib/Net/LDAP/RFC.pod blib/lib/Net/LDAP/RFC.pod
cp lib/Net/LDAP/Extension/SetPassword.pm blib/lib/Net/LDAP/Extension/SetPassword.pm
cp lib/Net/LDAP.pm blib/lib/Net/LDAP.pm
cp lib/Net/LDAP/Intermediate/SyncInfo.pm blib/lib/Net/LDAP/Intermediate/SyncInfo.pm
cp lib/Net/LDAP/Extension.pm blib/lib/Net/LDAP/Extension.pm
cp lib/Net/LDAP/Control/SyncState.pm blib/lib/Net/LDAP/Control/SyncState.pm
cp lib/Net/LDAP/Reference.pod blib/lib/Net/LDAP/Reference.pod
cp lib/Net/LDAP.pod blib/lib/Net/LDAP.pod
cp lib/Net/LDAP/Constant.pm blib/lib/Net/LDAP/Constant.pm
cp lib/Net/LDAP/Search.pod blib/lib/Net/LDAP/Search.pod
Manifying blib/man3/Net::LDAP::Control::PostRead.3pm
Manifying blib/man3/Net::LDAP::FilterMatch.3pm
Manifying blib/man3/Net::LDAP::Entry.3pm
Manifying blib/man3/Net::LDAP::Control::SyncDone.3pm
Manifying blib/man3/Net::LDAP::Util.3pm
Manifying blib/man3/Net::LDAP::Message.3pm
Manifying blib/man3/Net::LDAP::Extension::WhoAmI.3pm
Manifying blib/man3/Net::LDAP::DSML.3pm
Manifying blib/man3/Net::LDAP::LDIF.3pm
Manifying blib/man3/Net::LDAP::Security.3pm
Manifying blib/man3/Net::LDAP::Filter.3pm
Manifying blib/man3/Net::LDAP::Control::VLV.3pm
Manifying blib/man3/Net::LDAP::Control::SortResult.3pm
Manifying blib/man3/Net::LDAP::Control::ManageDsaIT.3pm
Manifying blib/man3/Net::LDAP::Control::ProxyAuth.3pm
Manifying blib/man3/Net::LDAPI.3pm
Manifying blib/man3/Net::LDAP::Control::Sort.3pm
Manifying blib/man3/Net::LDAPS.3pm
Manifying blib/man3/Net::LDAP::Control::SyncRequest.3pm
Manifying blib/man3/Net::LDAP::FAQ.3pm
Manifying blib/man3/Net::LDAP::RootDSE.3pm
Manifying blib/man3/Bundle::Net::LDAP.3pm
Manifying blib/man3/Net::LDAP::Control.3pm
Manifying blib/man3/Net::LDAP::Extra.3pm
Manifying blib/man3/Net::LDAP::Control::VLVResponse.3pm
Manifying blib/man3/Net::LDAP::Control::PersistentSearch.3pm
Manifying blib/man3/Net::LDAP::Control::PreRead.3pm
Manifying blib/man3/Net::LDAP::Control::Paged.3pm
Manifying blib/man3/Net::LDAP::Control::PasswordPolicy.3pm
Manifying blib/man3/Net::LDAP::Control::EntryChange.3pm
Manifying blib/man3/Net::LDAP::Intermediate.3pm
Manifying blib/man3/Net::LDAP::Examples.3pm
Manifying blib/man3/Net::LDAP::Schema.3pm
Manifying blib/man3/Net::LDAP::RFC.3pm
Manifying blib/man3/Net::LDAP::Extension::SetPassword.3pm
Manifying blib/man3/Net::LDAP::Intermediate::SyncInfo.3pm
Manifying blib/man3/Net::LDAP::Control::SyncState.3pm
Manifying blib/man3/Net::LDAP::Reference.3pm
Manifying blib/man3/Net::LDAP.3pm
Manifying blib/man3/Net::LDAP::Constant.3pm
Manifying blib/man3/Net::LDAP::Search.3pm
  GBARR/perl-ldap-0.39.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
/usr/bin/perl "-Iinc" Makefile.PL --config= --installdeps=Convert::ASN1,0.07
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00ldif-entry.t t/01canon_dn.t t/02filter.t t/03schema.t t/04refloop.t t/05dsml.t t/06constant.t t/50populate.t t/51search.t t/52modify.t t/53schema.t t/54dse.t t/55ssl.t t/56ipc.t t/57url.t t/70sortctrl.t
t/00ldif-entry.t .. ok
t/01canon_dn.t .... ok
t/02filter.t ...... ok
t/03schema.t ...... ok
t/04refloop.t ..... ok
t/05dsml.t ........ skipped: (no reason given)
t/06constant.t .... ok
t/50populate.t .... skipped: No server
t/51search.t ...... skipped: No server
t/52modify.t ...... skipped: No server
t/53schema.t ...... skipped: No server
t/54dse.t ......... skipped: No server
t/55ssl.t ......... skipped: No server
t/56ipc.t ......... skipped: No server
t/57url.t ......... skipped: No server
t/70sortctrl.t .... skipped: External tests disabled
All tests successful.
Files=16, Tests=521, 13 wallclock secs ( 0.65 usr 0.17 sys + 4.60 cusr 0.83 csys = 6.25 CPU)
Result: PASS
  GBARR/perl-ldap-0.39.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/perl-ldap-0.39-aeJxUC/blib/arch /Users/chief/.cpan/build/perl-ldap-0.39-aeJxUC/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
/usr/bin/perl "-Iinc" Makefile.PL --config= --installdeps=Convert::ASN1,0.07
Installing /Library/Perl/5.8.6/Bundle/Net/LDAP.pm
Installing /Library/Perl/5.8.6/LWP/Protocol/ldap.pm
Installing /Library/Perl/5.8.6/Net/LDAP.pm
Installing /Library/Perl/5.8.6/Net/LDAP.pod
Installing /Library/Perl/5.8.6/Net/LDAPI.pm
Installing /Library/Perl/5.8.6/Net/LDAPS.pm
Installing /Library/Perl/5.8.6/Net/LDAP/ASN.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Bind.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Constant.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Control.pm
Installing /Library/Perl/5.8.6/Net/LDAP/DSML.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Entry.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Entry.pod
Installing /Library/Perl/5.8.6/Net/LDAP/Examples.pod
Installing /Library/Perl/5.8.6/Net/LDAP/Extension.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Extra.pm
Installing /Library/Perl/5.8.6/Net/LDAP/FAQ.pod
Installing /Library/Perl/5.8.6/Net/LDAP/Filter.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Filter.pod
Installing /Library/Perl/5.8.6/Net/LDAP/FilterMatch.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Intermediate.pm
Installing /Library/Perl/5.8.6/Net/LDAP/LDIF.pm
Installing /Library/Perl/5.8.6/Net/LDAP/LDIF.pod
Installing /Library/Perl/5.8.6/Net/LDAP/Message.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Message.pod
Installing /Library/Perl/5.8.6/Net/LDAP/Reference.pod
Installing /Library/Perl/5.8.6/Net/LDAP/RFC.pod
Installing /Library/Perl/5.8.6/Net/LDAP/RootDSE.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Schema.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Schema.pod
Installing /Library/Perl/5.8.6/Net/LDAP/Search.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Search.pod
Installing /Library/Perl/5.8.6/Net/LDAP/Security.pod
Installing /Library/Perl/5.8.6/Net/LDAP/Util.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Control/EntryChange.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Control/ManageDsaIT.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Control/Paged.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Control/PasswordPolicy.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Control/PersistentSearch.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Control/PostRead.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Control/PreRead.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Control/ProxyAuth.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Control/Sort.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Control/SortResult.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Control/SyncDone.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Control/SyncRequest.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Control/SyncState.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Control/VLV.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Control/VLVResponse.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Extension/SetPassword.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Extension/WhoAmI.pm
Installing /Library/Perl/5.8.6/Net/LDAP/Intermediate/SyncInfo.pm
Installing /usr/local/man/man3/Bundle::Net::LDAP.3pm
Installing /usr/local/man/man3/Net::LDAP.3pm
Installing /usr/local/man/man3/Net::LDAP::Constant.3pm
Installing /usr/local/man/man3/Net::LDAP::Control.3pm
Installing /usr/local/man/man3/Net::LDAP::Control::EntryChange.3pm
Installing /usr/local/man/man3/Net::LDAP::Control::ManageDsaIT.3pm
Installing /usr/local/man/man3/Net::LDAP::Control::Paged.3pm
Installing /usr/local/man/man3/Net::LDAP::Control::PasswordPolicy.3pm
Installing /usr/local/man/man3/Net::LDAP::Control::PersistentSearch.3pm
Installing /usr/local/man/man3/Net::LDAP::Control::PostRead.3pm
Installing /usr/local/man/man3/Net::LDAP::Control::PreRead.3pm
Installing /usr/local/man/man3/Net::LDAP::Control::ProxyAuth.3pm
Installing /usr/local/man/man3/Net::LDAP::Control::Sort.3pm
Installing /usr/local/man/man3/Net::LDAP::Control::SortResult.3pm
Installing /usr/local/man/man3/Net::LDAP::Control::SyncDone.3pm
Installing /usr/local/man/man3/Net::LDAP::Control::SyncRequest.3pm
Installing /usr/local/man/man3/Net::LDAP::Control::SyncState.3pm
Installing /usr/local/man/man3/Net::LDAP::Control::VLV.3pm
Installing /usr/local/man/man3/Net::LDAP::Control::VLVResponse.3pm
Installing /usr/local/man/man3/Net::LDAP::DSML.3pm
Installing /usr/local/man/man3/Net::LDAP::Entry.3pm
Installing /usr/local/man/man3/Net::LDAP::Examples.3pm
Installing /usr/local/man/man3/Net::LDAP::Extension::SetPassword.3pm
Installing /usr/local/man/man3/Net::LDAP::Extension::WhoAmI.3pm
Installing /usr/local/man/man3/Net::LDAP::Extra.3pm
Installing /usr/local/man/man3/Net::LDAP::FAQ.3pm
Installing /usr/local/man/man3/Net::LDAP::Filter.3pm
Installing /usr/local/man/man3/Net::LDAP::FilterMatch.3pm
Installing /usr/local/man/man3/Net::LDAP::Intermediate.3pm
Installing /usr/local/man/man3/Net::LDAP::Intermediate::SyncInfo.3pm
Installing /usr/local/man/man3/Net::LDAP::LDIF.3pm
Installing /usr/local/man/man3/Net::LDAP::Message.3pm
Installing /usr/local/man/man3/Net::LDAP::Reference.3pm
Installing /usr/local/man/man3/Net::LDAP::RFC.3pm
Installing /usr/local/man/man3/Net::LDAP::RootDSE.3pm
Installing /usr/local/man/man3/Net::LDAP::Schema.3pm
Installing /usr/local/man/man3/Net::LDAP::Search.3pm
Installing /usr/local/man/man3/Net::LDAP::Security.3pm
Installing /usr/local/man/man3/Net::LDAP::Util.3pm
Installing /usr/local/man/man3/Net::LDAPI.3pm
Installing /usr/local/man/man3/Net::LDAPS.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/LDAP/.packlist
Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  GBARR/perl-ldap-0.39.tar.gz
  /usr/bin/make install  -- OK


cpan> install Net::SenderBase
Running install for module 'Net::SenderBase'
Running make for M/MS/MSERGEANT/Net-SenderBase-1.01.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
Fetching with LWP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/M/MS/MSERGEANT/Net-SenderBase-1.01.tar.gz
Fetching with LWP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/M/MS/MSERGEANT/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/M/MS/MSERGEANT/Net-SenderBase-1.01.tar.gz ok
Net-SenderBase-1.01/
Net-SenderBase-1.01/t/
Net-SenderBase-1.01/t/http01.t
Net-SenderBase-1.01/t/dns01.t
Net-SenderBase-1.01/t/01basic.t
Net-SenderBase-1.01/t/00basic.t
Net-SenderBase-1.01/README
Net-SenderBase-1.01/MANIFEST
Net-SenderBase-1.01/lib/
Net-SenderBase-1.01/lib/Net/
Net-SenderBase-1.01/lib/Net/SenderBase/
Net-SenderBase-1.01/lib/Net/SenderBase/Query/
Net-SenderBase-1.01/lib/Net/SenderBase/Query/HTTP.pm
Net-SenderBase-1.01/lib/Net/SenderBase/Query/DNS.pm
Net-SenderBase-1.01/lib/Net/SenderBase/Query.pm
Net-SenderBase-1.01/lib/Net/SenderBase/Results.pm
Net-SenderBase-1.01/lib/Net/SenderBase.pm
Net-SenderBase-1.01/MANIFEST.SKIP
Net-SenderBase-1.01/Changes
Net-SenderBase-1.01/Makefile.PL
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build M/MS/MSERGEANT/Net-SenderBase-1.01.tar.gz

Some of the tests do network checks. Would you like to run these? [N]
Checking if your kit is complete...
Looks good
Writing Makefile for Net::SenderBase
cp lib/Net/SenderBase.pm blib/lib/Net/SenderBase.pm
cp lib/Net/SenderBase/Query/DNS.pm blib/lib/Net/SenderBase/Query/DNS.pm
cp lib/Net/SenderBase/Query/HTTP.pm blib/lib/Net/SenderBase/Query/HTTP.pm
cp lib/Net/SenderBase/Query.pm blib/lib/Net/SenderBase/Query.pm
cp lib/Net/SenderBase/Results.pm blib/lib/Net/SenderBase/Results.pm
Manifying blib/man3/Net::SenderBase.3pm
Manifying blib/man3/Net::SenderBase::Results.3pm
Manifying blib/man3/Net::SenderBase::Query.3pm
  MSERGEANT/Net-SenderBase-1.01.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00basic.t .. ok
t/01basic.t .. ok
t/dns01.t .... ok
t/http01.t ... ok
All tests successful.
Files=4, Tests=14, 2 wallclock secs ( 0.11 usr 0.06 sys + 0.48 cusr 0.15 csys = 0.80 CPU)
Result: PASS
  MSERGEANT/Net-SenderBase-1.01.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Net-SenderBase-1.01-wS7uyx/blib/arch /Users/chief/.cpan/build/Net-SenderBase-1.01-wS7uyx/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/Net/SenderBase.pm
Installing /Library/Perl/5.8.6/Net/SenderBase/Query.pm
Installing /Library/Perl/5.8.6/Net/SenderBase/Results.pm
Installing /Library/Perl/5.8.6/Net/SenderBase/Query/DNS.pm
Installing /Library/Perl/5.8.6/Net/SenderBase/Query/HTTP.pm
Installing /usr/local/man/man3/Net::SenderBase.3pm
Installing /usr/local/man/man3/Net::SenderBase::Query.3pm
Installing /usr/local/man/man3/Net::SenderBase::Results.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Net/SenderBase/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  MSERGEANT/Net-SenderBase-1.01.tar.gz
  /usr/bin/make install  -- OK


cpan> install Sys::Syslog
Running install for module 'Sys::Syslog'
Running make for S/SA/SAPER/Sys-Syslog-0.27.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
Fetching with LWP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/S/SA/SAPER/Sys-Syslog-0.27.tar.gz
Fetching with LWP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/S/SA/SAPER/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/S/SA/SAPER/Sys-Syslog-0.27.tar.gz ok
Sys-Syslog-0.27/
Sys-Syslog-0.27/Changes
Sys-Syslog-0.27/eg/
Sys-Syslog-0.27/eg/syslog.pl
Sys-Syslog-0.27/fallback/
Sys-Syslog-0.27/fallback/const-c.inc
Sys-Syslog-0.27/fallback/const-xs.inc
Sys-Syslog-0.27/fallback/syslog.h
Sys-Syslog-0.27/Makefile.PL
Sys-Syslog-0.27/MANIFEST
Sys-Syslog-0.27/META.yml
Sys-Syslog-0.27/ppport.h
Sys-Syslog-0.27/README
Sys-Syslog-0.27/README.win32
Sys-Syslog-0.27/Syslog.pm
Sys-Syslog-0.27/Syslog.xs
Sys-Syslog-0.27/t/
Sys-Syslog-0.27/t/00-load.t
Sys-Syslog-0.27/t/constants.t
Sys-Syslog-0.27/t/data-validation.t
Sys-Syslog-0.27/t/distchk.t
Sys-Syslog-0.27/t/pod.t
Sys-Syslog-0.27/t/podcover.t
Sys-Syslog-0.27/t/podspell.t
Sys-Syslog-0.27/t/portfs.t
Sys-Syslog-0.27/t/syslog.t
Sys-Syslog-0.27/win32/
Sys-Syslog-0.27/win32/compile.pl
Sys-Syslog-0.27/win32/PerlLog.mc
Sys-Syslog-0.27/win32/PerlLog.RES
Sys-Syslog-0.27/win32/PerlLog_dll.uu
Sys-Syslog-0.27/win32/PerlLog_RES.uu
Sys-Syslog-0.27/win32/Win32.pm
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build S/SA/SAPER/Sys-Syslog-0.27.tar.gz

WARNING: LICENSE is not a known parameter.
Checking if your kit is complete...
Looks good
'LICENSE' is not a known MakeMaker parameter name.
Writing Makefile for Sys::Syslog
cp Syslog.pm blib/lib/Sys/Syslog.pm
/usr/bin/perl /System/Library/Perl/5.8.6/ExtUtils/xsubpp -noprototypes -typemap /System/Library/Perl/5.8.6/ExtUtils/typemap Syslog.xs > Syslog.xsc && mv Syslog.xsc Syslog.c cc -c -g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -Os -DVERSION=\"0.27\" -DXS_VERSION=\"0.27\" "-I/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE" -DUSE_PPPORT_H Syslog.c
Running Mkbootstrap for Sys::Syslog ()
chmod 644 Syslog.bs
rm -f blib/arch/auto/Sys/Syslog/Syslog.bundle
LD_RUN_PATH="" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib Syslog.o -o blib/arch/auto/Sys/Syslog/Syslog.bundle
chmod 755 blib/arch/auto/Sys/Syslog/Syslog.bundle
cp Syslog.bs blib/arch/auto/Sys/Syslog/Syslog.bs
chmod 644 blib/arch/auto/Sys/Syslog/Syslog.bs
Manifying blib/man3/Sys::Syslog.3pm
  SAPER/Sys-Syslog-0.27.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t .......... 1/1 # Testing Sys::Syslog 0.27, Perl 5.008006, /usr/bin/perl
t/00-load.t .......... ok
t/constants.t ........ ok
t/data-validation.t .. skipped: POE is not available
t/distchk.t .......... skipped: Test::Distribution required for checking distribution
t/pod.t .............. skipped: Test::Pod v1.14 required for testing POD
t/podcover.t ......... skipped: Test::Pod::Coverage 1.06 required for testing POD coverage
t/podspell.t ......... skipped: Pod spelling: for maintainer only
t/portfs.t ........... skipped: Test::Portability::Files required for testing filenames portability
t/syslog.t ........... ok
All tests successful.
Files=9, Tests=306, 4 wallclock secs ( 0.28 usr 0.10 sys + 1.07 cusr 0.29 csys = 1.74 CPU)
Result: PASS
  SAPER/Sys-Syslog-0.27.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Sys-Syslog-0.27-bZYK9_/blib/arch /Users/chief/.cpan/build/Sys-Syslog-0.27-bZYK9_/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install' Installing /System/Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Sys/Syslog/Syslog.bundle Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /System/Library/Perl/5.8.6/darwin-thread-multi-2level/Sys/Syslog.pm
Installing /usr/share/man/man3/Sys::Syslog.3pm
Writing //System/Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Sys/Syslog/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  SAPER/Sys-Syslog-0.27.tar.gz
  /usr/bin/make install  -- OK


cpan> install Tie::DBI
Running install for module 'Tie::DBI'
Running make for L/LD/LDS/Tie-DBI-1.02.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
Fetching with LWP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/L/LD/LDS/Tie-DBI-1.02.tar.gz
Fetching with LWP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/L/LD/LDS/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/L/LD/LDS/Tie-DBI-1.02.tar.gz ok
Tie-DBI-1.02/
Tie-DBI-1.02/t/
Tie-DBI-1.02/t/DBI.t
Tie-DBI-1.02/t/RDBM.t
Tie-DBI-1.02/lib/
Tie-DBI-1.02/lib/Tie/
Tie-DBI-1.02/lib/Tie/RDBM.pm
Tie-DBI-1.02/lib/Tie/DBI.pm
Tie-DBI-1.02/README
Tie-DBI-1.02/Changes
Tie-DBI-1.02/MANIFEST.SKIP
Tie-DBI-1.02/Makefile.PL
Tie-DBI-1.02/META.yml
Tie-DBI-1.02/MANIFEST
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build L/LD/LDS/Tie-DBI-1.02.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Tie::DBI
cp lib/Tie/DBI.pm blib/lib/Tie/DBI.pm
cp lib/Tie/RDBM.pm blib/lib/Tie/RDBM.pm
Manifying blib/man3/Tie::DBI.3pm
Manifying blib/man3/Tie::RDBM.3pm
  LDS/Tie-DBI-1.02.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/DBI.t ... 1/32 Can't locate DBI.pm in @INC (@INC contains: ./lib ../lib /Users/chief/.cpan/build/Tie-DBI-1.02-i1QEdE/blib/lib /Users/chief/.cpan/build/Tie-DBI-1.02-i1QEdE/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 .) at t/DBI.t line 19.
BEGIN failed--compilation aborted at t/DBI.t line 19.
t/DBI.t ... Dubious, test returned 2 (wstat 512, 0x200)
Failed 32/32 subtests
t/RDBM.t .. 1/20 Can't locate DBI.pm in @INC (@INC contains: ./lib ../lib /Users/chief/.cpan/build/Tie-DBI-1.02-i1QEdE/blib/lib /Users/chief/.cpan/build/Tie-DBI-1.02-i1QEdE/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 .) at t/RDBM.t line 19.
BEGIN failed--compilation aborted at t/RDBM.t line 19.
t/RDBM.t .. Dubious, test returned 2 (wstat 512, 0x200)
Failed 20/20 subtests

Test Summary Report
-------------------
t/DBI.t (Wstat: 512 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 32 tests but ran 1.
t/RDBM.t (Wstat: 512 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 20 tests but ran 1.
Files=2, Tests=2, 0 wallclock secs ( 0.07 usr 0.03 sys + 0.07 cusr 0.04 csys = 0.21 CPU)
Result: FAIL
Failed 2/2 test programs. 2/2 subtests failed.
make: *** [test_dynamic] Error 2
  LDS/Tie-DBI-1.02.tar.gz
  /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports LDS/Tie-DBI-1.02.tar.gz
Running make install
  make test had returned bad status, won't install without force


cpan> force install Tie::DBI
Running install for module 'Tie::DBI'
Running make for L/LD/LDS/Tie-DBI-1.02.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /Users/chief/.cpan/build/Tie-DBI-1.02-i1QEdE Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'
  Has already been made
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
  Has already been tested within this command
Running make install
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/Tie/DBI.pm
Installing /Library/Perl/5.8.6/Tie/RDBM.pm
Installing /usr/local/man/man3/Tie::DBI.3pm
Installing /usr/local/man/man3/Tie::RDBM.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Tie/DBI/.packlist
Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  LDS/Tie-DBI-1.02.tar.gz
  /usr/bin/make install  -- OK


cpan> install Time::HiRes
Running install for module 'Time::HiRes'
Running make for J/JH/JHI/Time-HiRes-1.9719.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
Fetching with LWP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/J/JH/JHI/Time-HiRes-1.9719.tar.gz
Fetching with LWP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/J/JH/JHI/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/J/JH/JHI/Time-HiRes-1.9719.tar.gz ok
Time-HiRes-1.9719/
Time-HiRes-1.9719/Changes
Time-HiRes-1.9719/fallback/
Time-HiRes-1.9719/fallback/const-c.inc
Time-HiRes-1.9719/fallback/const-xs.inc
Time-HiRes-1.9719/hints/
Time-HiRes-1.9719/hints/aix.pl
Time-HiRes-1.9719/hints/dec_osf.pl
Time-HiRes-1.9719/hints/dynixptx.pl
Time-HiRes-1.9719/hints/irix.pl
Time-HiRes-1.9719/hints/linux.pl
Time-HiRes-1.9719/hints/sco.pl
Time-HiRes-1.9719/hints/solaris.pl
Time-HiRes-1.9719/hints/svr4.pl
Time-HiRes-1.9719/HiRes.pm
Time-HiRes-1.9719/HiRes.xs
Time-HiRes-1.9719/Makefile.PL
Time-HiRes-1.9719/MANIFEST
Time-HiRes-1.9719/META.yml
Time-HiRes-1.9719/ppport.h
Time-HiRes-1.9719/README
Time-HiRes-1.9719/t/
Time-HiRes-1.9719/t/HiRes.t
Time-HiRes-1.9719/TODO
Time-HiRes-1.9719/typemap
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build J/JH/JHI/Time-HiRes-1.9719.tar.gz

Configuring Time::HiRes...
Have syscall()... looking for syscall.h... found <sys/syscall.h>.
Looking for gettimeofday()... found.
Looking for setitimer()... found.
Looking for getitimer()... found.
You have interval timers (both setitimer and getitimer).
Looking for ualarm()... found.
Looking for usleep()... found.
Looking for nanosleep()... testing... found.
You can mix subsecond sleeps with signals, if you want to.
(It's still not portable, though.)
Looking for clock_gettime()... NOT found.
Looking for clock_getres()... NOT found.
Looking for clock_nanosleep()... NOT found.
Looking for clock()... found.
Looking for stat() subsecond timestamps...
Trying struct stat st_atimespec.tv_nsec...found.
Trying struct stat st_atimensec...NOT found.
Trying struct stat st_atime_n...NOT found.
Trying struct stat st_atim.tv_nsec...NOT found.
Trying struct stat st_uatime...NOT found.
You seem to have stat() subsecond timestamps.
(Your struct stat has them, but the filesystems must help.)
Checking if your kit is complete...
Looks good
Writing Makefile for Time::HiRes
Now you may issue 'make'.  Do not forget also 'make test'.
cp HiRes.pm blib/lib/Time/HiRes.pm
/usr/bin/perl /System/Library/Perl/5.8.6/ExtUtils/xsubpp -typemap /System/Library/Perl/5.8.6/ExtUtils/typemap -typemap typemap HiRes.xs > HiRes.xsc && mv HiRes.xsc HiRes.c cc -c -g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -Os -DVERSION=\"1.9719\" -DXS_VERSION=\"1.9719\" "-I/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE" -DTIME_HIRES_NANOSLEEP -DTIME_HIRES_CLOCK -DTIME_HIRES_STAT=1 -DATLEASTFIVEOHOHFIVE HiRes.c
Running Mkbootstrap for Time::HiRes ()
chmod 644 HiRes.bs
rm -f blib/arch/auto/Time/HiRes/HiRes.bundle
LD_RUN_PATH="" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib HiRes.o -o blib/arch/auto/Time/HiRes/HiRes.bundle
chmod 755 blib/arch/auto/Time/HiRes/HiRes.bundle
cp HiRes.bs blib/arch/auto/Time/HiRes/HiRes.bs
chmod 644 blib/arch/auto/Time/HiRes/HiRes.bs
Manifying blib/man3/Time::HiRes.3pm
  JHI/Time-HiRes-1.9719.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/HiRes.t .. ok
All tests successful.
Files=1, Tests=40, 30 wallclock secs ( 0.13 usr 0.04 sys + 10.59 cusr 0.11 csys = 10.87 CPU)
Result: PASS
  JHI/Time-HiRes-1.9719.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/Time-HiRes-1.9719-xRS5tP/blib/arch /Users/chief/.cpan/build/Time-HiRes-1.9719-xRS5tP/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install' Installing /System/Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Time/HiRes/HiRes.bundle Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /System/Library/Perl/5.8.6/darwin-thread-multi-2level/Time/HiRes.pm
Installing /usr/share/man/man3/Time::HiRes.3pm
Writing //System/Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Time/HiRes/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  JHI/Time-HiRes-1.9719.tar.gz
  /usr/bin/make install  -- OK


cpan> install File::ReadBackwards
Running install for module 'File::ReadBackwards'
Running make for U/UR/URI/File-ReadBackwards-1.04.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
Fetching with LWP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/U/UR/URI/File-ReadBackwards-1.04.tar.gz
Fetching with LWP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/U/UR/URI/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/U/UR/URI/File-ReadBackwards-1.04.tar.gz ok
File-ReadBackwards-1.04/
File-ReadBackwards-1.04/t/
File-ReadBackwards-1.04/t/bw.t
File-ReadBackwards-1.04/t/large_file.t
File-ReadBackwards-1.04/MANIFEST
File-ReadBackwards-1.04/ReadBackwards.pm
File-ReadBackwards-1.04/META.yml
File-ReadBackwards-1.04/Changes
File-ReadBackwards-1.04/README
File-ReadBackwards-1.04/Makefile.PL
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build U/UR/URI/File-ReadBackwards-1.04.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for File::ReadBackwards
cp ReadBackwards.pm blib/lib/File/ReadBackwards.pm
Manifying blib/man3/File::ReadBackwards.3pm
  URI/File-ReadBackwards-1.04.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/bw.t .......... ok
t/large_file.t .. ok
All tests successful.
Files=2, Tests=173, 260 wallclock secs ( 0.17 usr 0.05 sys + 7.63 cusr 27.42 csys = 35.27 CPU)
Result: PASS
  URI/File-ReadBackwards-1.04.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /Users/chief/.cpan/build/File-ReadBackwards-1.04-yW_bg1/blib/arch /Users/chief/.cpan/build/File-ReadBackwards-1.04-yW_bg1/blib/lib /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/File/ReadBackwards.pm
Installing /usr/local/man/man3/File::ReadBackwards.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/File/ReadBackwards/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  URI/File-ReadBackwards-1.04.tar.gz
  /usr/bin/make install  -- OK


cpan> install File::Scan::ClamAV
Running install for module 'File::Scan::ClamAV'
Running make for J/JA/JAMTUR/File-Scan-ClamAV-1.91.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get'
Fetching with LWP:

ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/J/JA/JAMTUR/File-Scan-ClamAV-1.91.tar.gz
Fetching with LWP:
  ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/authors/id/J/JA/JAMTUR/CHECKSUMS
Checksum for /Users/chief/.cpan/sources/authors/id/J/JA/JAMTUR/File-Scan-ClamAV-1.91.tar.gz ok
File-Scan-ClamAV-1.91/
File-Scan-ClamAV-1.91/META.yml
File-Scan-ClamAV-1.91/README
File-Scan-ClamAV-1.91/testfiles/
File-Scan-ClamAV-1.91/testfiles/innocent
File-Scan-ClamAV-1.91/testfiles/clamavtest.gz
File-Scan-ClamAV-1.91/testfiles/clamavtest
File-Scan-ClamAV-1.91/testfiles/clamavtest.zip
File-Scan-ClamAV-1.91/t/
File-Scan-ClamAV-1.91/t/pod.t
File-Scan-ClamAV-1.91/t/01ping.t
File-Scan-ClamAV-1.91/t/04scan.t
File-Scan-ClamAV-1.91/t/05streamscan.t
File-Scan-ClamAV-1.91/t/02reload.t
File-Scan-ClamAV-1.91/t/03quit.t
File-Scan-ClamAV-1.91/t/00basic.t
File-Scan-ClamAV-1.91/t/pod-coverage.t
File-Scan-ClamAV-1.91/t/mkconf.pl
File-Scan-ClamAV-1.91/Makefile.PL
File-Scan-ClamAV-1.91/Changes
File-Scan-ClamAV-1.91/lib/
File-Scan-ClamAV-1.91/lib/File/
File-Scan-ClamAV-1.91/lib/File/Scan/
File-Scan-ClamAV-1.91/lib/File/Scan/ClamAV.pm
File-Scan-ClamAV-1.91/MANIFEST.SKIP
File-Scan-ClamAV-1.91/MANIFEST
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'

  CPAN.pm: Going to build J/JA/JAMTUR/File-Scan-ClamAV-1.91.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for File::Scan::ClamAV
cp lib/File/Scan/ClamAV.pm blib/lib/File/Scan/ClamAV.pm
Manifying blib/man3/File::Scan::ClamAV.3pm
  JAMTUR/File-Scan-ClamAV-1.91.tar.gz
  /usr/bin/make -- OK
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 CLAMD_PATH=/usr/sbin /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00basic.t ....... ok
t/01ping.t ........ 1/3 # Failed test 2 in t/01ping.t at line 26
#  t/01ping.t line 26 is: ok($av->ping);
t/01ping.t ........ Failed 1/3 subtests
t/02reload.t ...... 1/3 # Failed test 2 in t/02reload.t at line 25
#  t/02reload.t line 25 is: ok($av->reload);
t/02reload.t ...... Failed 1/3 subtests
t/03quit.t ........ 1/4 # Failed test 2 in t/03quit.t at line 31
#  t/03quit.t line 31 is: ok($av->quit);
t/03quit.t ........ 3/4 # Test 3 got: "1" (t/03quit.t at line 33)
#   Expected: <UNDEF> (Ping succeeded after quit)
#  t/03quit.t line 33 is: ok($av->ping, undef, "Ping succeeded after quit");
t/03quit.t ........ Failed 2/4 subtests
t/04scan.t ........ 1/8 # Test 4 got: "" (t/04scan.t at line 36)
# Expected: "1" (Didn't detect /Users/chief/.cpan/build/File-Scan-ClamAV-1.91-yESpa0/testfiles/clamavtest) # t/04scan.t line 36 is: ok(exists($results{"$testdir/clamavtest"}), 1, "Didn't detect $testdir/clamavtest");
# Test 5 got: "" (t/04scan.t at line 37)
# Expected: "1" (Didn't detect /Users/chief/.cpan/build/File-Scan-ClamAV-1.91-yESpa0/testfiles/clamavtest.zip) # t/04scan.t line 37 is: ok(exists($results{"$testdir/clamavtest.zip"}), 1, "Didn't detect $testdir/clamavtest.zip");
# Test 6 got: "" (t/04scan.t at line 38)
# Expected: "1" (Didn't detect /Users/chief/.cpan/build/File-Scan-ClamAV-1.91-yESpa0/testfiles/clamavtest.gz) # t/04scan.t line 38 is: ok(exists($results{"$testdir/clamavtest.gz"}), 1, "Didn't detect $testdir/clamavtest.gz");
t/04scan.t ........ Failed 3/8 subtests
t/05streamscan.t .. 1/8 # Test 5 got: <UNDEF> (t/05streamscan.t at line 43)
#   Expected: "FOUND"
#  t/05streamscan.t line 43 is: ok($ans, 'FOUND');
# Test 6 got: <UNDEF> (t/05streamscan.t at line 44)
#   Expected: "ClamAV-Test-Signature"
#  t/05streamscan.t line 44 is: ok($vir, 'ClamAV-Test-Signature');
t/05streamscan.t .. Failed 2/8 subtests
t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.00 required for testing POD coverage
t/pod.t ........... skipped: Test::Pod 1.00 required for testing POD

Test Summary Report
-------------------
t/01ping.t      (Wstat: 0 Tests: 3 Failed: 1)
  Failed test:  2
t/02reload.t    (Wstat: 0 Tests: 3 Failed: 1)
  Failed test:  2
t/03quit.t      (Wstat: 0 Tests: 4 Failed: 2)
  Failed tests:  2-3
t/04scan.t      (Wstat: 0 Tests: 8 Failed: 3)
  Failed tests:  4-6
t/05streamscan.t (Wstat: 0 Tests: 8 Failed: 2)
  Failed tests:  5-6
Files=8, Tests=27, 59 wallclock secs ( 0.17 usr 0.11 sys + 25.66 cusr 4.03 csys = 29.97 CPU)
Result: FAIL
Failed 5/8 test programs. 9/27 subtests failed.
make: *** [test_dynamic] Error 255
  JAMTUR/File-Scan-ClamAV-1.91.tar.gz
  /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports JAMTUR/File-Scan-ClamAV-1.91.tar.gz
Running make install
  make test had returned bad status, won't install without force


cpan> force install File::Scan::ClamAV
Running install for module 'File::Scan::ClamAV'
Running make for J/JA/JAMTUR/File-Scan-ClamAV-1.91.tar.gz
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /Users/chief/.cpan/build/File-Scan-ClamAV-1.91-yESpa0 Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'make'
  Has already been made
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'test'
Running make test
  Has already been tested within this command
Running make install
Prepending /Users/chief/.cpan/build/File-HomeDir-0.82/blib/arch /Users/chief/.cpan/build/File-HomeDir-0.82/blib/lib to PERL5LIB for 'install'
Installing /Library/Perl/5.8.6/File/Scan/ClamAV.pm
Installing /usr/local/man/man3/File::Scan::ClamAV.3pm
Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/File/Scan/ClamAV/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thread-multi-2level/perllocal.pod
  JAMTUR/File-Scan-ClamAV-1.91.tar.gz
  /usr/bin/make install  -- OK


cpan>
--
Tom Shaw - Chief Engineer, OITC
<tshaw at oitc.com>, http://www.oitc.com/ local wx: http://www.oitc.com/weather
US Phone Numbers: 321-984-3714, 321-729-6258(fax), 321-258-2475(cell/voice mail,pager)
Text Paging: http://www.oitc.com/Pager/sendmessage.html
AIM/iChat: trshaw@xxxxxxx

Fish more and Live longer
Circle The Wagons
manage: //www.freelists.org/list/ctw post: mailto:ctw@xxxxxxxxxxxxx
unsubscribe: mailto:ctw-request@xxxxxxxxxxxxx?subject=unsubscribe
search: //www.freelists.org/archives/ctw
faq: //www.freelists.org/wiki/the_faq

Other related posts:

  • » [ctw] oq.4.x sample install - Tom Shaw