[darwin] 536 $ perl Makefile.PL;make;make test Writing Makefile for PostingAnalyzer Manifying blib/man3/PerlJobs.3 PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_load.......................ok 10/0Byte order is not compatible at blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/_retrieve.al) line 331, at .../blib/lib/PostingAnalyzer.pm line 340 # Looks like your test died just after 12. t/01_load.......................dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/02_new........................ok 1/0Byte order is not compatible at blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/_retrieve.al) line 331, at .../blib/lib/PostingAnalyzer.pm line 340 # Looks like your test died just after 2. t/02_new........................dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/03_parse_single_posting.......ok 1/0Byte order is not compatible at blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/_retrieve.al) line 331, at .../blib/lib/PostingAnalyzer.pm line 340 # Looks like your test died just after 2. t/03_parse_single_posting.......dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/04_parse_multiple_postings....ok 1/0Byte order is not compatible at blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/_retrieve.al) line 331, at .../blib/lib/PostingAnalyzer.pm line 340 # Looks like your test died just after 2. t/04_parse_multiple_postings....dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/05_capture_major_fields.......ok 1/0Byte order is not compatible at blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/_retrieve.al) line 331, at .../blib/lib/PostingAnalyzer.pm line 340 # Looks like your test died just after 2. t/05_capture_major_fields.......dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/01_load.t 255 65280 12 0 0.00% ?? t/02_new.t 255 65280 2 0 0.00% ?? t/03_parse_single_posting.t 255 65280 2 0 0.00% ?? t/04_parse_multiple_postings.t 255 65280 2 0 0.00% ?? t/05_capture_major_fields.t 255 65280 2 0 0.00% ?? Failed 5/5 test scripts, 0.00% okay. 0/20 subtests failed, 100.00% okay. make: *** [test_dynamic] Error 255 [darwin] 537 $ perl -V Summary of my perl5 (revision 5 version 8 subversion 7) configuration: Platform: osname=darwin, osvers=7.9.0, archname=darwin-2level uname='darwin macintosh.local 7.9.0 darwin kernel version 7.9.0: wed mar 30 20:11:17 pst 2005; root:xnuxnu-517.12.7.obj~1release_ppc power macintosh powerpc ' config_args='-de' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include', optimize='-Os', cppflags='-no-cpp-precomp -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='3.3 20030304 (Apple Computer, Inc. build 1495)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-ldbm -ldl -lm -lc perllibs=-ldl -lm -lc libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: USE_LARGE_FILES Built under darwin Compiled at Oct 24 2005 21:19:21 %ENV: PERL5LIB="/usr/local/lib/perl5/site_perl" @INC: /usr/local/lib/perl5/site_perl/5.8.7/darwin-2level /usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/site_perl/5.8.4/darwin-2level /usr/local/lib/perl5/site_perl/5.8.4 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.7/darwin-2level /usr/local/lib/perl5/5.8.7 /usr/local/lib/perl5/site_perl/5.8.7/darwin-2level /usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/site_perl/5.8.4/darwin-2level /usr/local/lib/perl5/site_perl/5.8.4 /usr/local/lib/perl5/site_perl . [darwin] 538 $ perl -MStorable -e 'print "$Storable::VERSION\n";' 2.15