Set up gcc environment - 3.3 Checking if your kit is complete... Looks good Writing Makefile for Date::Formatter cp lib/Date/Formatter.pm blib/lib/Date/Formatter.pm Manifying blib/man3/Date::Formatter.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/10_Date_Formatter_test..................1..27 ok 1 - use Date::Formatter; ok 2 - Date::Formatter->can('new') ok 3 - Date::Formatter->can('now') ok 4 - The object isa Date::Formatter ok 5 - The object isa Date::Formatter ok 6 - Date::Formatter->can('pack') ok 7 - ... this is how many seconds the interval is ok 8 - ... it should be p.m. ok 9 - ... its 10 minutes later ok 10 - The object isa Date::Formatter ok 11 - ... its 1 second later ok 12 - ... our 24 hour clock is good ok 13 - ... this is undefined ok 14 - ... our 12 hour clock is good ok 15 - ... the GMT hours offset ok 16 - ... the GMT minutes offset ok 17 - ... test day of year ok 18 - Date::Formatter->can('clone') ok 19 - ... these object arent the same instance ok 20 - ... this should push it to 12 ok 21 - ... this should be a.m. ok 22 - ... this should push it to 12 ok 23 - ... this should be p.m. ok 24 - ... this should push it to 11 ok 25 - ... this should be a.m. ok 26 - ... this should push it to 1 ok 27 - ... this should be p.m. ok t/20_Date_Formatter_overloads_test........1..37 ok 1 - use Date::Formatter; ok 2 - Date::Formatter->can('equal') ok 3 - Date::Formatter->can('notEqual') ok 4 - Date::Formatter->can('compare') ok 5 - ... overload == ok 6 - ... overload != ok 7 - ... overload <=> ok 8 - ... they should logically be equal then ok 9 - ... they are equal so they shouldnt show up as not equal ok 10 - ... they are equal so they should produce 1 when compared with <=> ok 11 - ... they should logically be equal then ok 12 - ... they should logically be not equal then ok 13 - ... they should logically be the same ok 14 - Date::Formatter->can('toString') ok 15 - Date::Formatter->can('stringValue') ok 16 - ... overload "" ok 17 - ... toString and "" operator should produce the same thing ok 18 - Date::Formatter->can('add') ok 19 - Date::Formatter->can('subtract') ok 20 - ... overload + ok 21 - ... overload - ok 22 - ... later date is 10 minutes later ok 23 - ... they should logically not be equal then ok 24 - ... they should logically be not equal then ok 25 - ... they should logically be the same ok 26 - ... former date is 10 minutes before ok 27 - ... they should logically be the same ok 28 - ... this should throw an exception ok 29 - ... this should throw an exception ok 30 - ... this should throw an exception ok 31 - ... this should throw an exception ok 32 - ... this should throw an exception ok 33 - ... this should throw an exception ok 34 - ... this should throw an exception ok 35 - ... this should throw an exception ok 36 - ... this should throw an exception ok 37 - ... this should throw an exception ok t/30_Date_Formatter_formatter_test........1..22 ok 1 - use Date::Formatter; ok 2 - ... formatter matches output ok 3 - ... formatter matches output ok 4 - ... formatter matches output ok 5 - ... formatter matches output ok 6 - ... formatter matches output ok 7 - ... formatter matches output ok 8 - The object isa Date::Formatter ok 9 - Date::Formatter->can('getDateFormatter') ok 10 - ... this is a code reference ok 11 - The object isa Date::Formatter ok 12 - Date::Formatter->can('setDateFormatter') ok 13 - ... formatter matches expected output ok 14 - ... formatter (from other object) matches expected output ok 15 - ... the formats match, but the dates dont ok 16 - ... formatter (with other delimiters) matches output w/ short names ok 17 - ... formatter (with other delimiters) matches output w/ short month names ok 18 - ... formatter (with other delimiters) matches output w/ short day names ok 19 - ... formatter (with other delimiters) matches output w/ long names ok 20 - ... this throws an exception ok 21 - ... this throws an exception ok 22 - ... this throws an exception ok t/40_Date_Formatter_serialization_test....1..6 ok 1 - use Date::Formatter; ok 2 - Date::Formatter->can('pack') ok 3 - Date::Formatter->can('unpack') ok 4 ok 5 - ... these should be the same type ok 6 - ... should be no loss of information ok t/50_Date_Formatter_interval_test.........1..10 ok 1 - use Date::Formatter; ok 2 - ... the correct time interval in seconds ok 3 - ... the correct time interval in seconds ok 4 - ... the correct time interval in seconds ok 5 - ... the correct time interval in seconds ok 6 - ... the correct time interval in seconds ok 7 - ... the correct time interval in seconds ok 8 - ... the correct time interval in seconds ok 9 - ... the correct time interval in seconds ok 10 - ... the correct time interval in seconds ok t/60_Date_Formatter_set_date_test.........ok 1 - use Date::Formatter; ok 2 - ... created a date successfully ok 3 - The object isa Date::Formatter ok 4 - ... got the date we expected ok 5 - ... created a date successfully ok 6 - The object isa Date::Formatter ok 7 - ... got the date we expected ok 8 - ... created a date successfully ok 9 - The object isa Date::Formatter ok 10 - ... got the date we expected ok 11 - ... got the error we expected ok 12 - ... got the error we expected ok 13 - ... got the error we expected 1..13 ok t/70_localization.........................1..2 ok 1 - use Date::Formatter; ok 2 ok t/pod.....................................1..1 ok 1 - blib/lib/Date/Formatter.pm 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 All tests successful, 1 test skipped. Files=9, Tests=118, 9 wallclock secs ( 6.48 cusr + 0.57 csys = 7.05 CPU) Installing /export/home/cpanrun/build/5.10.0/html/site/lib/Date/Formatter.html Installing /export/home/cpanrun/build/5.10.0/site/lib/Date/Formatter.pm Installing /export/home/cpanrun/build/5.10.0/site/man/man3/Date::Formatter.3 Appending installation info to /export/home/cpanrun/build/5.10.0/lib/perllocal.pod