Start 2010-03-05T06:00:16 ActivePerl-1003 CPAN-1.9402 Going to read '/home/cpanfly/var/cpan/Metadata' Database was generated on Fri, 05 Mar 2010 22:30:38 GMT Running make for W/WI/WINTRU/Package-Autoloader-0.06.tar.gz Checksum for /net/nas/data/cpan/authors/id/W/WI/WINTRU/Package-Autoloader-0.06.tar.gz ok Will not use Archive::Tar, need 1.00 Package-Autoloader-0.06/ Package-Autoloader-0.06/examples/ Package-Autoloader-0.06/examples/export.pl /bin/tar: Package-Autoloader-0.06/examples/export.pl: time stamp 2010-03-05 10:45:59 is 17142 s in the future Package-Autoloader-0.06/examples/synopsis.pl /bin/tar: Package-Autoloader-0.06/examples/synopsis.pl: time stamp 2010-03-05 10:48:14 is 17277 s in the future Package-Autoloader-0.06/examples/set_accessors.pl Package-Autoloader-0.06/examples/closures.pl /bin/tar: Package-Autoloader-0.06/examples/closures.pl: time stamp 2010-03-05 08:36:16 is 9359 s in the future Package-Autoloader-0.06/Changes /bin/tar: Package-Autoloader-0.06/examples: time stamp 2010-03-05 12:11:27 is 22270 s in the future Package-Autoloader-0.06/lib/ Package-Autoloader-0.06/lib/Package/ Package-Autoloader-0.06/lib/Package/Autoloader/ Package-Autoloader-0.06/lib/Package/Autoloader/Pre_Selection.pm /bin/tar: Package-Autoloader-0.06/lib/Package/Autoloader/Pre_Selection.pm: time stamp 2010-03-05 09:58:21 is 14284 s in the future Package-Autoloader-0.06/lib/Package/Autoloader/Rule.pm /bin/tar: Package-Autoloader-0.06/lib/Package/Autoloader/Rule.pm: time stamp 2010-03-05 09:24:29 is 12252 s in the future Package-Autoloader-0.06/lib/Package/Autoloader/Package.pm /bin/tar: Package-Autoloader-0.06/lib/Package/Autoloader/Package.pm: time stamp 2010-03-05 11:33:17 is 19980 s in the future Package-Autoloader-0.06/lib/Package/Autoloader.pm /bin/tar: Package-Autoloader-0.06/lib/Package/Autoloader: time stamp 2010-03-05 12:11:27 is 22270 s in the future /bin/tar: Package-Autoloader-0.06/lib/Package/Autoloader.pm: time stamp 2010-03-05 11:41:32 is 20475 s in the future Package-Autoloader-0.06/lib/Package/Autoloader.pod /bin/tar: Package-Autoloader-0.06/lib/Package/Autoloader.pod: time stamp 2010-03-05 11:51:30 is 21073 s in the future Package-Autoloader-0.06/t/ /bin/tar: Package-Autoloader-0.06/lib/Package: time stamp 2010-03-05 12:11:27 is 22270 s in the future /bin/tar: Package-Autoloader-0.06/lib: time stamp 2010-03-05 12:11:27 is 22270 s in the future Package-Autoloader-0.06/t/01_fail_intentionally.t Package-Autoloader-0.06/t/02_plausibility.t /bin/tar: Package-Autoloader-0.06/t/02_plausibility.t: time stamp 2010-03-05 11:39:10 is 20333 s in the future Package-Autoloader-0.06/t/03_basic.t /bin/tar: Package-Autoloader-0.06/t/03_basic.t: time stamp 2010-03-05 11:34:02 is 20025 s in the future Package-Autoloader-0.06/MANIFEST /bin/tar: Package-Autoloader-0.06/t: time stamp 2010-03-05 12:11:27 is 22270 s in the future /bin/tar: Package-Autoloader-0.06/MANIFEST: time stamp 2010-03-05 12:11:27 is 22270 s in the future Package-Autoloader-0.06/Todo Package-Autoloader-0.06/INSTALL Package-Autoloader-0.06/coding_style.txt Package-Autoloader-0.06/Makefile.PL Package-Autoloader-0.06/README Package-Autoloader-0.06/META.yml /bin/tar: Package-Autoloader-0.06/META.yml: time stamp 2010-03-05 12:11:27 is 22270 s in the future /bin/tar: Package-Autoloader-0.06: time stamp 2010-03-05 12:11:27 is 22270 s in the future CPAN.pm: Going to build W/WI/WINTRU/Package-Autoloader-0.06.tar.gz >>> /home/cpanfly/ap1003/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Package::Autoloader >>> make make: Warning: File `lib/Package/Autoloader.pm' has modification time 2e+04 s in the future cp lib/Package/Autoloader.pm blib/lib/Package/Autoloader.pm cp lib/Package/Autoloader.pod blib/lib/Package/Autoloader.pod cp lib/Package/Autoloader/Package.pm blib/lib/Package/Autoloader/Package.pm cp lib/Package/Autoloader/Pre_Selection.pm blib/lib/Package/Autoloader/Pre_Selection.pm cp lib/Package/Autoloader/Rule.pm blib/lib/Package/Autoloader/Rule.pm Manifying blib/man3/Package::Autoloader.3 make: warning: Clock skew detected. Your build may be incomplete. WINTRU/Package-Autoloader-0.06.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 make: Warning: File `lib/Package/Autoloader.pm' has modification time 2e+04 s in the future Skip blib/lib/Package/Autoloader.pm (unchanged) Skip blib/lib/Package/Autoloader.pod (unchanged) Skip blib/lib/Package/Autoloader/Package.pm (unchanged) Skip blib/lib/Package/Autoloader/Pre_Selection.pm (unchanged) Skip blib/lib/Package/Autoloader/Rule.pm (unchanged) PERL_DL_NONLAZY=1 /home/cpanfly/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t You are dealing with an experimental module (Package::Autoloader). at t/01_fail_intentionally.t line 6. t/01_fail_intentionally.t .. No subtests run t/02_plausibility.t ........ 1..2 ok 1 - T001: Convenience object of right type. ok 2 - T002: Package::Autoloader::Rule works. ok t/03_basic.t ............... 1..35 ok 1 - T101: Convenience object of right type. ok 2 - T102: Got AUTOLOAD. ok 3 - T103: No potentially_defined ok 4 - T104: No potentially_defined ok 5 - T105: tfrv1 exists (not yet) in defining package. ok 6 - T106: tfrv1 defined (not yet) in defining package. ok 7 - T107: tfrv1 created in defining package. ok 8 - T201: Got AUTOLOAD. ok 9 - T202: Defined potentially_defined via ->potentially_candefined. ok 10 - T203: Defined potentially_can via ->potentially_candefined. ok 11 - T204: tfrv2 exists (not yet) in descendant package. ok 12 - T205: tfrv2 defined (not yet) in descendant package. ok 13 - T206: tfrv2 potentially defined in descendant package. ok 14 - T207: tfrv1 not potentially defined in descendant package. ok 15 - T208: tfrv2 created separately in descendant package. ok 16 - T301: Got AUTOLOAD. ok 17 - T302: defined potentially_defined via package global. ok 18 - T303: defined potentially_can via package global. ok 19 - T304: tfrv2 exists not in subclass package. ok 20 - T305: tfrv2 not defined in subclass package. ok 21 - T306: tfrv2 not potentially defined in subclass package. ok 22 - T307: Can tfrv1 in subclass package (through inheritance). ok 23 - T308: potentially can tfrv1 in subclass package (through inheritance). ok 24 - T309: Can't (not yet) tfrv2 in subclass package. ok 25 - T310: potentially can't tfrv2 in subclass package. ok 26 - T311: tfrv3 exists not yet in subclass package. ok 27 - T312: tfrv3 defined not yet in subclass package. ok 28 - T313: tfrv3 not yet potentially defined in subclass package. ok 29 - T314: tfrv3 inherited in subclass package. ok 30 - T401: tfrv3 exists (not) in subclass package. ok 31 - T402: tfrv3 defined (not) in subclass package. ok 32 - T403: tfrv3 exists (not) in descendant package. ok 33 - T404: tfrv3 defined (not) in descendant package. ok 34 - T405: tfrv3 exists in defining package. ok 35 - T406: tfrv3 defined in defining package. ok Test Summary Report ------------------- t/01_fail_intentionally.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP output Files=3, Tests=37, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.04 cusr 0.02 csys = 0.07 CPU) Result: FAIL Failed 1/3 test programs. 0/37 subtests failed. make: *** [test_dynamic] Error 255 WINTRU/Package-Autoloader-0.06.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports WINTRU/Package-Autoloader-0.06.tar.gz Finished 2010-03-05T06:00:17