Checking if your kit is complete... Looks good Writing Makefile for DateTime::LeapSecond cp lib/DateTime/LeapSecond.pm blib/lib/DateTime/LeapSecond.pm Manifying blib/man3/DateTime::LeapSecond.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01sanity....1..9 sub leap_seconds { my $val = shift; if ($val < 723727) { if ($val < 721354) { if ($val < 720259) { if ($val < 719893) { return 9; } else { if ($val < 720075) { return 10; } else { return 11; } } } else { if ($val < 720624) { return 12; } else { if ($val < 720989) { return 13; } else { return 14; } } } } else { if ($val < 722450) { if ($val < 721720) { return 15; } else { if ($val < 722085) { return 16; } else { return 17; } } } else { if ($val < 722815) { return 18; } else { if ($val < 723362) { return 19; } else { return 20; } } } } } else { if ($val < 727380) { if ($val < 725737) { if ($val < 724092) { return 21; } else { if ($val < 724823) { return 22; } else { return 23; } } } else { if ($val < 726468) { return 24; } else { if ($val < 726833) { return 25; } else { return 26; } } } } else { if ($val < 728659) { if ($val < 727745) { return 27; } else { if ($val < 728110) { return 28; } else { return 29; } } } else { if ($val < 729206) { return 30; } else { if ($val < 729755) { return 31; } else { return 32; } } } } } } ok 1 - before 1970 ok 2 - before leap-second transition ok 3 - leap day ok 4 - day after leap-second day ok 5 - not a leap day ok 6 - after leap-second day ok 7 - before leap-second day ok 8 - leap-second day ok 9 - after leap-second day ok All tests successful. Files=1, Tests=9, 0 wallclock secs ( 0.11 cusr + 0.02 csys = 0.13 CPU) Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/DateTime/LeapSecond.pm Installing /home/cpanrun/ia64/build/5.8.2/man/man3/DateTime::LeapSecond.3 Appending installation info to /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/perllocal.pod