------------------------------------------------------------------- Thanks for your interest in Net::ICal. You should know that this is an ALPHA RELEASE. That means that tests *will fail*. We know this, and in some cases the failing tests are intentional. If you want to help us out, please make the tests pass, or write tests for existing code, and send the patches to our developers' mailing list. See the README for more information. - The Reefknot team (http://reefknot.sf.net) ------------------------------------------------------------------- Checking if your kit is complete... Warning: the following files are missing in your kit: t/.cvsignore Please inform the author. Writing Makefile for Net::ICal cp lib/Net/ICal/Time.pm blib/lib/Net/ICal/Time.pm cp lib/Net/ICal/Recurrence.pm blib/lib/Net/ICal/Recurrence.pm cp lib/Net/ICal/Standard.pm blib/lib/Net/ICal/Standard.pm cp lib/Net/ICal/Component.pm blib/lib/Net/ICal/Component.pm cp lib/Net/ICal/FreebusyItem.pm blib/lib/Net/ICal/FreebusyItem.pm cp lib/Net/ICal/Trigger.pm blib/lib/Net/ICal/Trigger.pm cp lib/Net/ICal/Timezone.pm blib/lib/Net/ICal/Timezone.pm cp lib/Net/ICal/Journal.pm blib/lib/Net/ICal/Journal.pm cp lib/Net/ICal/Attendee.pm blib/lib/Net/ICal/Attendee.pm cp lib/Net/ICal/Duration.pm blib/lib/Net/ICal/Duration.pm cp lib/Net/ICal/Util.pm blib/lib/Net/ICal/Util.pm cp lib/Net/ICal/Event.pm blib/lib/Net/ICal/Event.pm cp lib/Net/ICal/Period.pm blib/lib/Net/ICal/Period.pm cp lib/Net/ICal/Daylight.pm blib/lib/Net/ICal/Daylight.pm cp lib/Net/ICal.pm blib/lib/Net/ICal.pm cp lib/Net/ICal/Freebusy.pm blib/lib/Net/ICal/Freebusy.pm cp lib/Net/ICal/Alarm.pm blib/lib/Net/ICal/Alarm.pm cp lib/Net/ICal/Todo.pm blib/lib/Net/ICal/Todo.pm cp lib/Net/ICal/Property.pm blib/lib/Net/ICal/Property.pm cp lib/Net/ICal/Calendar.pm blib/lib/Net/ICal/Calendar.pm cp lib/Net/ICal/ETJ.pm blib/lib/Net/ICal/ETJ.pm Manifying blib/man3/Net::ICal::Time.3 Manifying blib/man3/Net::ICal::Standard.3 Manifying blib/man3/Net::ICal::Recurrence.3 Manifying blib/man3/Net::ICal::Component.3 Manifying blib/man3/Net::ICal::FreebusyItem.3 Manifying blib/man3/Net::ICal::Trigger.3 Manifying blib/man3/Net::ICal::Timezone.3 Manifying blib/man3/Net::ICal::Journal.3 Manifying blib/man3/Net::ICal::Attendee.3 Manifying blib/man3/Net::ICal::Duration.3 Manifying blib/man3/Net::ICal::Util.3 Manifying blib/man3/Net::ICal::Event.3 Manifying blib/man3/Net::ICal::Period.3 Manifying blib/man3/Net::ICal::Daylight.3 Manifying blib/man3/Net::ICal.3 Manifying blib/man3/Net::ICal::Freebusy.3 Manifying blib/man3/Net::ICal::Alarm.3 Manifying blib/man3/Net::ICal::Todo.3 Manifying blib/man3/Net::ICal::Property.3 Manifying blib/man3/Net::ICal::Calendar.3 Manifying blib/man3/Net::ICal::ETJ.3 PERL_DL_NONLAZY=1 /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/duration....1..23 # Running under perl version 5.008002 for hpux # Current time local: Wed Aug 8 12:05:31 2007 # Current time GMT: Wed Aug 8 19:05:31 2007 # Using Test.pm version 1.24 ok 1 1, 15, 18020 ok 2 returning undef ok 3 1, 15, 0 # Test 18 got: 'P2W1DT5H20S' (t/duration.t at line 81) ok 4 # Expected: 'P1W6DT1H56M15S' returning undef # t/duration.t line 81 is: ok($d1->subtract($d7)->as_ical_value, 'P1W6DT1H56M15S'); ok 5 1, 49, 0 ok 6 ok 7 1, 10, 1805 ok 8 ok 9 1, 0, 190 ok 10 ok 11 1, 2, 11045 ok 12 ok 13 -1, 0, 600 ok 14 ok 15 ok 16 ok 17 not ok 18 ok 19 ok 20 ok 21 returning undef ok 22 returning undef ok 23 FAILED test 18 Failed 1/23 tests, 95.65% okay t/rfc2445.....1..17 # Running under perl version 5.008002 for hpux # Current time local: Wed Aug 8 12:05:31 2007 # Current time GMT: Wed Aug 8 19:05:31 2007 # Using Test.pm version 1.24 ---- rfc 2445, section 4.1, test #1(fail) lines-longer-than-75-octets.ics # Failed test 1 in t/rfc2445.t at line 85 not ok 1 # t/rfc2445.t line 85 is: ok(0); # otherwise we succeeded, so the test failed ---- rfc 2445, section 4.1, test #2(pass) lines-exactly-75-octets.ics ok 2 ---- rfc 2445, section 4.3, test #1(fail) invalid-time.ics # Failed test 3 in t/rfc2445.t at line 85 fail #2 not ok 3 ---- rfc 2445, section 4.3, test #2(pass) invalid-time.ics ok 4 ---- rfc 2445, section 4.8.1.1, test #1(pass) correct.ics [Net::ICal] VEVENT: You must have a dtstart in an Event # Failed test 5 in t/rfc2445.t at line 92 # t/rfc2445.t line 92 is: return ok(0); # failure not ok 5 ---- rfc 2445, section 4.8.2.1, test #1(pass) correct.ics [Net::ICal] VTODO: The completed date/time MUST be a UTC value # Failed test 6 in t/rfc2445.t at line 92 fail #2 not ok 6 ---- rfc 2445, section 4.8.2.1, test #2(fail) utc.ics Invalid duration: seconds at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-ICal/blib/lib/Net/ICal/Component.pm line 689 [Net::ICal] VTODO: The completed date/time MUST be a UTC value ok 7 ---- rfc 2445, section 4.8.2.3, test #1(pass) due-datetime.ics ok 8 ---- rfc 2445, section 4.8.2.3, test #2(pass) due-date.ics Invalid duration: seconds at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-ICal/blib/lib/Net/ICal/Component.pm line 689 ok 9 ---- rfc 2445, section 4.8.2.3, test #3(fail) due-date.ics Invalid duration: seconds at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-ICal/blib/lib/Net/ICal/Component.pm line 689 # Failed test 10 in t/rfc2445.t at line 85 fail #3 not ok 10 ---- rfc 2445, section 4.8.2.3, test #4(fail) invalid-due-time.ics [Net::ICal] VTODO: the due time must not be earlier than the dtstart time ok 11 ---- rfc 2445, section 4.8.7.1, test #1(pass) correct.ics [Net::ICal] VEVENT: You must have a dtstart in an Event # Failed test 12 in t/rfc2445.t at line 92 fail #3 not ok 12 ---- rfc 2445, section 4.8.7.1, test #2(fail) utc.ics Invalid duration: seconds at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-ICal/blib/lib/Net/ICal/Component.pm line 689 # Failed test 13 in t/rfc2445.t at line 85 fail #4 not ok 13 ---- rfc 2445, section 4.8.7.2, test #1(pass) correct.ics [Net::ICal] VEVENT: You must have a dtstart in an Event # Failed test 14 in t/rfc2445.t at line 92 fail #4 not ok 14 ---- rfc 2445, section 4.8.7.2, test #2(fail) utc.ics Invalid duration: seconds at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-ICal/blib/lib/Net/ICal/Component.pm line 689 # Failed test 15 in t/rfc2445.t at line 85 fail #5 not ok 15 ---- rfc 2445, section 4.8.7.3, test #1(pass) correct.ics [Net::ICal] VEVENT: You must have a dtstart in an Event [Net::ICal] VTIMEZONE: There is no uid method [Net::ICal] VTIMEZONE: There is no last_modified method # Failed test 16 in t/rfc2445.t at line 92 fail #5 not ok 16 ---- rfc 2445, section 4.8.7.3, test #2(fail) utc.ics Invalid duration: seconds at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-ICal/blib/lib/Net/ICal/Component.pm line 689 # Failed test 17 in t/rfc2445.t at line 85 fail #6 not ok 17 FAILED tests 1, 3, 5-6, 10, 12-17 Failed 11/17 tests, 35.29% okay t/time........1..25 # Running under perl version 5.008002 for hpux # Current time local: Wed Aug 8 12:05:32 2007 # Current time GMT: Wed Aug 8 19:05:32 2007 # Using Test.pm version 1.24 Invalid duration: seconds at t/time.t line 31 # Test 1 got: ':19970205Z' (t/time.t at line 34) # Expected: '19970205' not ok 1 # t/time.t line 34 is: ok($t1->as_ical, '19970205'); # Test 3 got: '2' (t/time.t at line 39) ok 2 # Expected: '02' # t/time.t line 39 is: ok($t1->month, '02'); # Test 4 got: '5' (t/time.t at line 40) # Expected: '05' not ok 3 # t/time.t line 40 is: ok($t1->day, '05'); not ok 4 ok 5 ok 6 ok 7 Invalid duration: seconds at t/time.t line 49 # Test 8 got: '1' (t/time.t at line 50) # Expected: '3' # t/time.t line 50 is: ok($t1->month(15), '3'); not ok 8 # Test 9 got: ':20010101Z' (t/time.t at line 55) # Expected: ':20020301' # t/time.t line 55 is: ok($t1->as_ical, ':20020301'); not ok 9 Invalid duration: seconds at t/time.t line 57 # Test 10 got: '1' (t/time.t at line 58) # Expected: '14' # t/time.t line 58 is: ok($t1->day(45), '14'); not ok 10 # Test 11 got: ':20010101Z' (t/time.t at line 62) # Expected: ':20010214' # t/time.t line 62 is: ok($t1->as_ical, ':20010214'); not ok 11 Invalid duration: seconds at t/time.t line 68 # Test 12 got: ':19970101T123545Z' (t/time.t at line 71) # Expected: ':19970101T123545' # t/time.t line 71 is: ok($t2->as_ical, ':19970101T123545'); not ok 12 # Test 13 got: '35' (t/time.t at line 77) # Expected: '7' # t/time.t line 77 is: ok($t2->minute(67), '7'); not ok 13 # Test 14 got: '35' (t/time.t at line 81) # Expected: '7' # t/time.t line 81 is: ok($t2->minute, 7); not ok 14 # Test 15 got: '12' (t/time.t at line 82) # Expected: '13' # t/time.t line 82 is: ok($t2->hour, 13); not ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 # Test 22 got: '0' (t/time.t at line 137) # Expected: '-1' # t/time.t line 137 is: ok($t5->compare($t6), -1); not ok 22 ok 23 # Test 25 got: '0' (t/time.t at line 146) # Expected: '1' # t/time.t line 146 is: ok($t6->compare($t5), 1); ok 24 not ok 25 FAILED tests 1, 3-4, 8-15, 22, 25 Failed 13/25 tests, 48.00% okay Failed 3/3 test scripts, 0.00% okay. 25/65 subtests failed, 61.54% okay. Failed Test Stat Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------------------------------------------------------------------------------- t/duration.t 23 1 4.35% 18 t/rfc2445.t 17 11 64.71% 1 3 5-6 10 12-17 t/time.t 25 13 52.00% 1 3-4 8-15 22 25 make: *** [test_dynamic] Error 25