Set up gcc environment - 3.3 Checking if your kit is complete... Looks good Writing Makefile for Attribute::Context cp lib/Attribute/Context.pm blib/lib/Attribute/Context.pm Manifying blib/man3/Attribute::Context.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/10arrayref......1..8 ok 1 - use Attribute::Context; ok 2 - Calling foo in list context should return it's args ok 3 - ... and calling it in scalar context should return an arrayref ok 4 - ... and calling it in void context should not throw an exception ok 5 - Calling a NOVOID sub in void context should die ok 6 - ... but calling it in a non-void context should live ok 7 - Calling a WARNVOID sub normally will not generate a warning ok 8 - ... but it will if you call it in void context ok t/20last..........1..7 ok 1 - use Attribute::Context; ok 2 - Calling foo in list context should return it's args ok 3 - ... and calling it in scalar context should return the last element ok 4 - ... and calling it in void context should not throw an exception ok 5 - A scalar call to a Last sub which returns an empty list should return undef ok 6 - Calling a NOVOID sub in void context should die ok 7 - ... but calling it in a non-void context should live ok t/30first.........1..7 ok 1 - use Attribute::Context; ok 2 - Calling foo in list context should return it's args ok 3 - ... and calling it in scalar context should return the first element ok 4 - ... and calling it in void context should not throw an exception ok 5 - A scalar call to a First sub which returns an empty list should return undef ok 6 - Calling a NOVOID sub in void context should die ok 7 - ... but calling it in a non-void context should live ok t/40count.........1..7 ok 1 - use Attribute::Context; ok 2 - Calling foo in list context should return it's args ok 3 - ... and calling it in scalar context should return the number of elements ok 4 - ... and calling it in void context should not throw an exception ok 5 - A scalar call to a Count sub which returns an empty list should return undef ok 6 - Calling a NOVOID sub in void context should die ok 7 - ... but calling it in a non-void context should live ok t/50custom........1..14 ok 1 - use Attribute::Context; ok 2 - Custom sub attributes must have a class ok 3 - ... and the class must exist ok 4 - ... and have a "new" constructor ok 5 - Calling a Custom sub in array context should succeed ok 6 - Calling a Custom sub in scalar context should also succeed ok 7 - ... and it object it returns isa Good::Class ok 8 - ... and it should function correctly ok 9 - Calling a WARNVOID sub normally will not generate a warning ok 10 - ... and the object it returns isa Good::Class ok 11 - ... but it will if you call it in void context ok 12 - Calling a NOVOID sub normally will not be fatal ok 13 - ... and the object it returns isa Good::Class ok 14 - ... but it will be fatal if you call it in void context ok t/pod-coverage....1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.............1..1 ok 1 - blib/lib/Attribute/Context.pm ok All tests successful, 1 test skipped. Files=7, Tests=44, 2 wallclock secs ( 1.87 cusr + 0.37 csys = 2.24 CPU) Installing /export/home/cpanrun/build/5.10.0/html/site/lib/Attribute/Context.html Installing /export/home/cpanrun/build/5.10.0/site/lib/Attribute/Context.pm Installing /export/home/cpanrun/build/5.10.0/site/man/man3/Attribute::Context.3 Appending installation info to /export/home/cpanrun/build/5.10.0/lib/perllocal.pod