Start 2010-11-25T06:09:12
ActivePerl-1003 CPAN-1.9402
Going to read '/home/cpanfly/var/cpan/Metadata'
Database was generated on Wed, 24 Nov 2010 22:31:21 GMT
Running make for R/RJ/RJBS/Log-Dispatchouli-2.000.tar.gz
Checksum for /net/nas/data/cpan/authors/id/R/RJ/RJBS/Log-Dispatchouli-2.000.tar.gz ok
Will not use Archive::Tar, need 1.00
Log-Dispatchouli-2.000
Log-Dispatchouli-2.000/README
Log-Dispatchouli-2.000/Changes
Log-Dispatchouli-2.000/LICENSE
Log-Dispatchouli-2.000/dist.ini
Log-Dispatchouli-2.000/META.yml
Log-Dispatchouli-2.000/MANIFEST
Log-Dispatchouli-2.000/t
Log-Dispatchouli-2.000/t/basic.t
Log-Dispatchouli-2.000/t/proxy.t
Log-Dispatchouli-2.000/META.json
Log-Dispatchouli-2.000/t/global.t
Log-Dispatchouli-2.000/Makefile.PL
Log-Dispatchouli-2.000/t/release-pod-syntax.t
Log-Dispatchouli-2.000/lib/Log
Log-Dispatchouli-2.000/lib/Log/Dispatchouli.pm
Log-Dispatchouli-2.000/lib/Log/Dispatchouli
Log-Dispatchouli-2.000/lib/Log/Dispatchouli/Proxy.pm
Log-Dispatchouli-2.000/lib/Log/Dispatchouli/Global.pm
CPAN.pm: Going to build R/RJ/RJBS/Log-Dispatchouli-2.000.tar.gz
>>> /home/cpanfly/ap1003/bin/perl-static Makefile.PL
Warning: prerequisite Sub::Exporter::GlobExporter 0.002 not found. We have 0.001.
Warning: prerequisite Test::Fatal 0 not found.
Checking if your kit is complete...
Looks good
Writing Makefile for Log::Dispatchouli
---- Unsatisfied dependencies detected during ----
---- RJBS/Log-Dispatchouli-2.000.tar.gz ----
Test::Fatal [build_requires]
Sub::Exporter::GlobExporter [requires]
Running make test
Delayed until after prerequisites
Running test for module 'Test::Fatal'
Running make for R/RJ/RJBS/Test-Fatal-0.003.tar.gz
Checksum for /net/nas/data/cpan/authors/id/R/RJ/RJBS/Test-Fatal-0.003.tar.gz ok
Will not use Archive::Tar, need 1.00
Test-Fatal-0.003
Test-Fatal-0.003/README
Test-Fatal-0.003/Changes
Test-Fatal-0.003/LICENSE
Test-Fatal-0.003/dist.ini
Test-Fatal-0.003/META.yml
Test-Fatal-0.003/MANIFEST
Test-Fatal-0.003/t
Test-Fatal-0.003/t/basic.t
Test-Fatal-0.003/META.json
Test-Fatal-0.003/Makefile.PL
Test-Fatal-0.003/lib/Test
Test-Fatal-0.003/lib/Test/Fatal.pm
Test-Fatal-0.003/t/release-pod-syntax.t
CPAN.pm: Going to build R/RJ/RJBS/Test-Fatal-0.003.tar.gz
>>> /home/cpanfly/ap1003/bin/perl-static Makefile.PL
Warning: prerequisite Try::Tiny 0.07 not found. We have 0.06.
Checking if your kit is complete...
Looks good
Writing Makefile for Test::Fatal
---- Unsatisfied dependencies detected during ----
---- RJBS/Test-Fatal-0.003.tar.gz ----
Try::Tiny [requires]
Running make test
Delayed until after prerequisites
Running test for module 'Try::Tiny'
Running make for R/RJ/RJBS/Try-Tiny-0.07.tar.gz
Checksum for /net/nas/data/cpan/authors/id/R/RJ/RJBS/Try-Tiny-0.07.tar.gz ok
Will not use Archive::Tar, need 1.00
Try-Tiny-0.07/
Try-Tiny-0.07/Changes
Try-Tiny-0.07/MANIFEST
Try-Tiny-0.07/MANIFEST.SKIP
Try-Tiny-0.07/META.yml
Try-Tiny-0.07/Makefile.PL
Try-Tiny-0.07/lib/
Try-Tiny-0.07/t/
Try-Tiny-0.07/t/basic.t
Try-Tiny-0.07/t/finally.t
Try-Tiny-0.07/t/given_when.t
Try-Tiny-0.07/t/when.t
Try-Tiny-0.07/lib/Try/
Try-Tiny-0.07/lib/Try/Tiny.pm
CPAN.pm: Going to build R/RJ/RJBS/Try-Tiny-0.07.tar.gz
>>> /home/cpanfly/ap1003/bin/perl-static Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Try::Tiny
>>> make
cp lib/Try/Tiny.pm blib/lib/Try/Tiny.pm
Manifying blib/man3/Try::Tiny.3
RJBS/Try-Tiny-0.07.tar.gz
make -- OK
Running make test
>>> make test TEST_VERBOSE=1
PERL_DL_NONLAZY=1 /home/cpanfly/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/basic.t .......
1..26
ok 1 - use Try::Tiny;
ok 2 - basic try
ok 3 - rethrow
ok 4 - try block evaluated
ok 5 - $@ untouched
ok 6 - try block died
ok 7 - $@ untouched
ok 8 - catch block evaluated
ok 9 - $@ untouched
ok 10 - scalar context try
ok 11 - list context try
ok 12 - scalar context catch
ok 13 - list context catch
ok 14 - Checking catch subroutine scalar reference is correctly blessed
ok 15 - Checking finally subroutine scalar reference is correctly blessed
ok 16
ok 17 - got here
ok 18 - try in try catch block
ok 19 - rethrow with try in catch block
ok 20 - catch invoked
not ok 21 # TODO i don't think we can ever make this work sanely, maybe with SIG{__DIE__}
# Failed (TODO) test at t/basic.t line 137.
# ''
# doesn't match '(?-xism:foo)'
ok 22 - $@ untouched
ok 23 - $_ untouched
ok 24 - previous value of $@
ok 25 - previous value of $@ available for capture
ok 26 - previous value of $@ also available in catch block
ok
t/finally.t .....
1..12
ok 1 - use Try::Tiny;
ok 2 - Moved into finally from try
ok 3 - Error text as expected
ok 4 - Into catch block as we died in try
ok 5 - Moved into finally from catch
ok 6 - Error text as expected
ok 7 - Moved into finally from catch
ok 8 - Moved into finally block when try throws an exception and we have no catch block
ok 9 - Second finally clause run
ok 10 - First finally clause run
ok 11 - no error reported
ok 12 - finally got passed the exception
ok
t/given_when.t ..
1..3
ok 1 - use Try::Tiny;
ok 2 - error caught
not ok 3 - error is also in $_ # TODO perhaps a workaround can be found
# Failed (TODO) test 'error is also in $_'
# at t/given_when.t line 31.
# got: 'foo'
# expected: 'blah
# '
ok
t/when.t ........
1..6
ok 1 - use Try::Tiny;
ok 2
ok 3 - $_ not clobbered
ok 4 - bar didn't match
ok 5 - foo matched
ok 6 - fallback didn't match
ok
All tests successful.
Files=4, Tests=47, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.09 cusr 0.02 csys = 0.13 CPU)
Result: PASS
RJBS/Try-Tiny-0.07.tar.gz
make test TEST_VERBOSE=1 -- OK
PPD for Try-Tiny-0.07 already made
Running make for R/RJ/RJBS/Test-Fatal-0.003.tar.gz
Prepending /home/cpanfly/var/cpan/build/Try-Tiny-0.07-MoZzqv/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-MoZzqv/blib/lib to PERL5LIB for 'get'
Has already been unwrapped into directory /home/cpanfly/var/cpan/build/Test-Fatal-0.003-etvY63
Prepending /home/cpanfly/var/cpan/build/Try-Tiny-0.07-MoZzqv/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-MoZzqv/blib/lib to PERL5LIB for 'make'
CPAN.pm: Going to build R/RJ/RJBS/Test-Fatal-0.003.tar.gz
>>> make
cp lib/Test/Fatal.pm blib/lib/Test/Fatal.pm
Manifying blib/man3/Test::Fatal.3
RJBS/Test-Fatal-0.003.tar.gz
make -- OK
Prepending /home/cpanfly/var/cpan/build/Try-Tiny-0.07-MoZzqv/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-MoZzqv/blib/lib to PERL5LIB for 'test'
Running make test
>>> make test TEST_VERBOSE=1
PERL_DL_NONLAZY=1 /home/cpanfly/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/basic.t ...............
1..6
ok 1 - foo bar is like foo bar
ok 2 - no fatality means no exception
ok 3 - we die on demand
ok 4 - a success block runs, passing
ok 5 - we throw a new exception if the exception is false
ok 6 - we throw a new exception if the exception is false
ok
t/release-pod-syntax.t .. skipped: these tests are for release candidate testing
All tests successful.
Files=2, Tests=6, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.04 cusr 0.02 csys = 0.07 CPU)
Result: PASS
RJBS/Test-Fatal-0.003.tar.gz
make test TEST_VERBOSE=1 -- OK
PPD for Test-Fatal-0.003 already made
Running test for module 'Sub::Exporter::GlobExporter'
Running make for R/RJ/RJBS/Sub-Exporter-GlobExporter-0.002.tar.gz
Prepending /home/cpanfly/var/cpan/build/Test-Fatal-0.003-etvY63/blib/arch /home/cpanfly/var/cpan/build/Test-Fatal-0.003-etvY63/blib/lib /home/cpanfly/var/cpan/build/Try-Tiny-0.07-MoZzqv/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-MoZzqv/blib/lib to PERL5LIB for 'get'
Checksum for /net/nas/data/cpan/authors/id/R/RJ/RJBS/Sub-Exporter-GlobExporter-0.002.tar.gz ok
Will not use Archive::Tar, need 1.00
Sub-Exporter-GlobExporter-0.002
Sub-Exporter-GlobExporter-0.002/README
Sub-Exporter-GlobExporter-0.002/Changes
Sub-Exporter-GlobExporter-0.002/LICENSE
Sub-Exporter-GlobExporter-0.002/dist.ini
Sub-Exporter-GlobExporter-0.002/META.yml
Sub-Exporter-GlobExporter-0.002/MANIFEST
Sub-Exporter-GlobExporter-0.002/META.json
Sub-Exporter-GlobExporter-0.002/t
Sub-Exporter-GlobExporter-0.002/t/export.t
Sub-Exporter-GlobExporter-0.002/Makefile.PL
Sub-Exporter-GlobExporter-0.002/t/lib
Sub-Exporter-GlobExporter-0.002/t/lib/TestGlob.pm
Sub-Exporter-GlobExporter-0.002/t/release-pod-syntax.t
Sub-Exporter-GlobExporter-0.002/lib/Sub/Exporter
Sub-Exporter-GlobExporter-0.002/lib/Sub/Exporter/GlobExporter.pm
Prepending /home/cpanfly/var/cpan/build/Test-Fatal-0.003-etvY63/blib/arch /home/cpanfly/var/cpan/build/Test-Fatal-0.003-etvY63/blib/lib /home/cpanfly/var/cpan/build/Try-Tiny-0.07-MoZzqv/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-MoZzqv/blib/lib to PERL5LIB for 'make'
CPAN.pm: Going to build R/RJ/RJBS/Sub-Exporter-GlobExporter-0.002.tar.gz
>>> /home/cpanfly/ap1003/bin/perl-static Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Sub::Exporter::GlobExporter
>>> make
cp lib/Sub/Exporter/GlobExporter.pm blib/lib/Sub/Exporter/GlobExporter.pm
Manifying blib/man3/Sub::Exporter::GlobExporter.3
RJBS/Sub-Exporter-GlobExporter-0.002.tar.gz
make -- OK
Prepending /home/cpanfly/var/cpan/build/Test-Fatal-0.003-etvY63/blib/arch /home/cpanfly/var/cpan/build/Test-Fatal-0.003-etvY63/blib/lib /home/cpanfly/var/cpan/build/Try-Tiny-0.07-MoZzqv/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-MoZzqv/blib/lib to PERL5LIB for 'test'
Running make test
>>> make test TEST_VERBOSE=1
PERL_DL_NONLAZY=1 /home/cpanfly/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/export.t ..............
ok 1 - $TestGlob was just assigned to
ok 2 - ...so $Alpha is set
ok 3 - we updated $Alpha so $TestGlob::A is updated
ok 4 - updated local $Alpha
ok 5 - updated local $Alpha so $TestGlob::A is updated
ok 6 - localization over ($Alpha)
ok 7 - localization over ($TestGlob::Alpha)
ok 8 - imported $Alpha as Ctx
1..8
ok
t/release-pod-syntax.t .. skipped: these tests are for release candidate testing
All tests successful.
Files=2, Tests=8, 1 wallclock secs ( 0.01 usr 0.00 sys + 0.07 cusr 0.00 csys = 0.08 CPU)
Result: PASS
RJBS/Sub-Exporter-GlobExporter-0.002.tar.gz
make test TEST_VERBOSE=1 -- OK
Ricardo SIGNES <rjbs@cpan.org>
export shared globs with Sub::Exporter collectors
>>> (cd /home/cpanfly/var/cpan/build/Sub-Exporter-GlobExporter-0.002-l6ZBh7 && tar cvf - Sub-Exporter-GlobExporter-0.002.ppd blib) | gzip -c >/home/cpanfly/var/REPO/R/RJ/RJBS/Sub-Exporter-GlobExporter-0.002.tar.gz
Sub-Exporter-GlobExporter-0.002.ppd
blib/
blib/lib/
blib/lib/Sub/
blib/lib/Sub/Exporter/
blib/lib/Sub/Exporter/GlobExporter.pm
blib/man3/
blib/man3/Sub::Exporter::GlobExporter.3
>>> mv /home/cpanfly/var/cpan/build/Sub-Exporter-GlobExporter-0.002-l6ZBh7/Sub-Exporter-GlobExporter-0.002.ppd /home/cpanfly/var/REPO/R/RJ/RJBS
Running make for R/RJ/RJBS/Log-Dispatchouli-2.000.tar.gz
Prepending /home/cpanfly/var/cpan/build/Sub-Exporter-GlobExporter-0.002-l6ZBh7/blib/arch /home/cpanfly/var/cpan/build/Sub-Exporter-GlobExporter-0.002-l6ZBh7/blib/lib /home/cpanfly/var/cpan/build/Test-Fatal-0.003-etvY63/blib/arch /home/cpanfly/var/cpan/build/Test-Fatal-0.003-etvY63/blib/lib /home/cpanfly/var/cpan/build/Try-Tiny-0.07-MoZzqv/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-MoZzqv/blib/lib to PERL5LIB for 'get'
Has already been unwrapped into directory /home/cpanfly/var/cpan/build/Log-Dispatchouli-2.000-LwmamK
Prepending /home/cpanfly/var/cpan/build/Sub-Exporter-GlobExporter-0.002-l6ZBh7/blib/arch /home/cpanfly/var/cpan/build/Sub-Exporter-GlobExporter-0.002-l6ZBh7/blib/lib /home/cpanfly/var/cpan/build/Test-Fatal-0.003-etvY63/blib/arch /home/cpanfly/var/cpan/build/Test-Fatal-0.003-etvY63/blib/lib /home/cpanfly/var/cpan/build/Try-Tiny-0.07-MoZzqv/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-MoZzqv/blib/lib to PERL5LIB for 'make'
CPAN.pm: Going to build R/RJ/RJBS/Log-Dispatchouli-2.000.tar.gz
>>> make
cp lib/Log/Dispatchouli/Proxy.pm blib/lib/Log/Dispatchouli/Proxy.pm
cp lib/Log/Dispatchouli.pm blib/lib/Log/Dispatchouli.pm
cp lib/Log/Dispatchouli/Global.pm blib/lib/Log/Dispatchouli/Global.pm
Manifying blib/man3/Log::Dispatchouli::Proxy.3
Manifying blib/man3/Log::Dispatchouli.3
Manifying blib/man3/Log::Dispatchouli::Global.3
RJBS/Log-Dispatchouli-2.000.tar.gz
make -- OK
Prepending /home/cpanfly/var/cpan/build/Sub-Exporter-GlobExporter-0.002-l6ZBh7/blib/arch /home/cpanfly/var/cpan/build/Sub-Exporter-GlobExporter-0.002-l6ZBh7/blib/lib /home/cpanfly/var/cpan/build/Test-Fatal-0.003-etvY63/blib/arch /home/cpanfly/var/cpan/build/Test-Fatal-0.003-etvY63/blib/lib /home/cpanfly/var/cpan/build/Try-Tiny-0.07-MoZzqv/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-MoZzqv/blib/lib to PERL5LIB for 'test'
Running make test
>>> make test TEST_VERBOSE=1
PERL_DL_NONLAZY=1 /home/cpanfly/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/basic.t ...............
ok 1 - The object isa Log::Dispatchouli
ok 2 - $logger->ident is available
ok 3 - events with struts logged to self
ok 4 - log_fatal is fatal
ok 5 - The object isa Log::Dispatchouli
ok 6 - events with struts logged to self (no $$)
ok 7 - log_fatal is fatal
ok 8 - log foo
ok 9 - log empty after clear
ok 10 - log bar
ok 11 - log keeps accumulating
ok 12 - multi-arg logging
ok 13 - set a prefix
ok 14 - clear prefix
ok 15 - can't make a logger without ident
ok 16 - multi-line and prefix (string)
ok 17 - multi-line and prefix (code)
ok 18 - info and debug while not muted
ok 19 - nothing logged while muted
ok 20 - log_fatal still dies while muted
ok 21 - logged a fatal even while muted
1..21
ok
t/global.t ..............
ok 1 - imported $Logger isa Log::Dispatchouli
ok 2 - 1st log
ok 3 - 2nd log
ok 4 - 3rd log
ok 5 - 4th log
1..5
ok
t/proxy.t ...............
ok 1 - $logger->ident is available
ok 2 - we can log a simple event
ok 3 - simple log with prefix
ok 4 - $proxy->ident is available
ok 5 - log with proxy with prefix
ok 6 - log with proxy with prefix
ok 7 - remove the logger's parent's prefix
ok 8 - second-order proxy, basic logging
ok 9 - no debugging on at first
ok 10 - debugging in middle tier
ok 11 - debugging in middle tier
ok 12 - only muted proxprox
ok 13 - muted proxy
ok 14 - muted proxy, unmuted proxprox
ok 15 - logger->logger == logger
ok 16 - proxy->logger == logger
ok 17 - proxprox->logger == logger
ok 18 - logger->parent == logger
ok 19 - proxy->parent == logger
ok 20 - proxprox->parent == proxy
1..20
ok
t/release-pod-syntax.t .. skipped: these tests are for release candidate testing
All tests successful.
Files=4, Tests=46, 1 wallclock secs ( 0.04 usr 0.00 sys + 0.14 cusr 0.04 csys = 0.22 CPU)
Result: PASS
RJBS/Log-Dispatchouli-2.000.tar.gz
make test TEST_VERBOSE=1 -- OK
Ricardo SIGNES <rjbs@cpan.org>
a simple wrapper around Log::Dispatch
>>> (cd /home/cpanfly/var/cpan/build/Log-Dispatchouli-2.000-LwmamK && tar cvf - Log-Dispatchouli-2.000.ppd blib) | gzip -c >/home/cpanfly/var/REPO/R/RJ/RJBS/Log-Dispatchouli-2.000.tar.gz
Log-Dispatchouli-2.000.ppd
blib/
blib/lib/
blib/lib/Log/
blib/lib/Log/Dispatchouli/
blib/lib/Log/Dispatchouli/Proxy.pm
blib/lib/Log/Dispatchouli/Global.pm
blib/lib/Log/Dispatchouli.pm
blib/man3/
blib/man3/Log::Dispatchouli::Proxy.3
blib/man3/Log::Dispatchouli.3
blib/man3/Log::Dispatchouli::Global.3
>>> mv /home/cpanfly/var/cpan/build/Log-Dispatchouli-2.000-LwmamK/Log-Dispatchouli-2.000.ppd /home/cpanfly/var/REPO/R/RJ/RJBS
Finished 2010-11-25T06:09:18