eisseven > tar xzf Date-Calc-6.3.tar.gz eisseven > cd Date-Calc-6.3 eisseven > perl Makefile.PL ************************************************************* ****** BEWARE: Use "make install UNINST=1" to install! ****** ************************************************************* Checking if your kit is complete... Looks good Warning: prerequisite Bit::Vector 7.1 not found. Warning: prerequisite Carp::Clan 6.04 not found. Writing Makefile for Date::Calc eisseven > tar xzf Date-Calc-6.3.tar.gz eisseven > cd Date-Calc-6.3 eisseven > perl Makefile.PL ************************************************************* ****** BEWARE: Use "make install UNINST=1" to install! ****** ************************************************************* Checking if your kit is complete... Looks good Writing Makefile for Date::Calc eisseven > make cp lib/Date/Calendar.pm blib/lib/Date/Calendar.pm cp lib/Date/Calc/Object.pod blib/lib/Date/Calc/Object.pod cp lib/Date/Calendar/Year.pm blib/lib/Date/Calendar/Year.pm cp lib/Date/Calc/PP.pod blib/lib/Date/Calc/PP.pod cp lib/Date/Calendar/Profiles.pm blib/lib/Date/Calendar/Profiles.pm cp lib/Date/Calendar.pod blib/lib/Date/Calendar.pod cp lib/Date/Calc/PP.pm blib/lib/Date/Calc/PP.pm cp lib/Date/Calc.pm blib/lib/Date/Calc.pm cp lib/Date/Calc.pod blib/lib/Date/Calc.pod cp lib/Date/Calc/Object.pm blib/lib/Date/Calc/Object.pm cp lib/Date/Calendar/Year.pod blib/lib/Date/Calendar/Year.pod cp lib/Date/Calendar/Profiles.pod blib/lib/Date/Calendar/Profiles.pod eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/f000.t .. ok t/f001.t .. ok t/f002.t .. ok t/f003.t .. ok t/f004.t .. ok t/f005.t .. ok t/f006.t .. ok t/f007.t .. ok t/f008.t .. ok t/f009.t .. ok t/f010.t .. ok t/f011.t .. ok t/f012.t .. ok t/f013.t .. ok t/f014.t .. ok t/f015.t .. ok t/f016.t .. ok t/f017.t .. ok t/f018.t .. ok t/f019.t .. ok t/f020.t .. ok t/f021.t .. ok t/f022.t .. ok t/f023.t .. ok t/f024.t .. ok t/f025.t .. ok t/f026.t .. ok t/f027.t .. ok t/f028.t .. ok t/f029.t .. ok t/f030.t .. ok t/f031.t .. ok t/f032.t .. ok t/f033.t .. ok t/f034.t .. ok t/f035.t .. ok t/f036.t .. ok t/f037.t .. ok t/m001.t .. ok t/m002.t .. ok t/m003.t .. ok t/m004.t .. ok t/m005.t .. ok t/m006.t .. ok t/m007.t .. ok t/m008.t .. ok t/m009.t .. ok t/m010.t .. ok t/m011.t .. ok t/m012.t .. ok t/m013.t .. ok All tests successful. Files=51, Tests=3381, 9 wallclock secs ( 0.75 usr 0.23 sys + 6.85 cusr 0.49 csys = 8.32 CPU) Result: PASS