Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
General
GeneralPortable MacsHardwareNetworking
Applications
Mac ApplicationsEudoraFirefox / MozillaInternet ExplorerOutlook ExpressMS OfficeEntourageExcelPowerPointWordVirtual PCMedia PlayerOther MS Products
Programming
Mac ProgrammingCodeWarriorPerl
Country Specific
Australian Mac GroupUK Mac Group

Mac Forum / Programming / Perl / July 2006



Tip: Looking for answers? Try searching our database.

Several Test modules failing on MacBook

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Alex Robinson - 14 Jul 2006 14:45 GMT
The following modules installed fine on my old iBook, but on my new
intel MacBook just fail.

   Test::Pod::Coverage
   Test::LongString
   Test::Exception
   Test::Memory::Cycle

I can't find any wails of complaint so I'm guessing there's something
wrong at my end, but I just wanted to check that the above modules
can and do run on the new intel machines.
Claes Jakobsson - 14 Jul 2006 20:03 GMT
They work fine on my MacBook w/ OS X 10.4.7

versions are as follow

Test::Exception 0.21
Test::LongString 0.09
Test::Pod::Coverage 1.08
Test::Memory::Cycle 1.02

and...

orange:~ claes$ perl -V
Summary of my perl5 (revision 5 version 8 subversion 6) configuration:
  Platform:
    osname=darwin, osvers=8.0, archname=darwin-thread-multi-2level
    uname='darwin b01.apple.com 8.0 darwin kernel version 8.0.0: tue  
nov 15 13:23:51 pst 2005; root:xnu-792.99.1.obj~6release_ppc power  
macintosh powerpc '
    config_args='-ds -e -Dprefix=/usr -Dccflags=-g  -pipe  -
Dldflags=-Dman3ext=3pm -Duseithreads -Duseshrplib'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define  
usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-g -pipe -fno-common -DPERL_DARWIN -no-cpp-
precomp -fno-strict-aliasing -I/usr/local/include',
    optimize='-O3',
    cppflags='-no-cpp-precomp -g -pipe -fno-common -DPERL_DARWIN -no-
cpp-precomp -fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='4.0.1 (Apple Computer, Inc. build  
5250)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    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 /usr/lib
    libs=-ldbm -ldl -lm -lc
    perllibs=-ldl -lm -lc
    libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true,  
libperl=libperl.dylib
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.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: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES  
PERL_IMPLICIT_CONTEXT
  Locally applied patches:
        23953 - fix for File::Path::rmtree CAN-2004-0452 security issue
        33990 - fix for setuid perl security issues
  Built under darwin
  Compiled at Jan 13 2006 11:59:39
  @INC:
    /System/Library/Perl/5.8.6/darwin-thread-multi-2level
    /System/Library/Perl/5.8.6
    /Library/Perl/5.8.6/darwin-thread-multi-2level
    /Library/Perl/5.8.6
    /Library/Perl
    /Network/Library/Perl/5.8.6/darwin-thread-multi-2level
    /Network/Library/Perl/5.8.6
    /Network/Library/Perl
    /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level
    /System/Library/Perl/Extras/5.8.6
    /Library/Perl/5.8.1

> The following modules installed fine on my old iBook, but on my new  
> intel MacBook just fail.
[quoted text clipped - 7 lines]
> something wrong at my end, but I just wanted to check that the  
> above modules can and do run on the new intel machines.
Brian D Foy - 15 Jul 2006 00:35 GMT
> The following modules installed fine on my old iBook, but on my new
> intel MacBook just fail.

What are the errors? Where does the installation process break down?
Alex Robinson - 15 Jul 2006 02:42 GMT
Claes Jakobsson:
>They work fine on my MacBook w/ OS X 10.4.7
....
>  perl -V
>... perl details ...

Snap. Mine are the same according to a quick comparison in BBEdit.
The only difference between our set ups is that I'm still running
10.4.7 (but I bet you didn't just install them....)

Brian d Foy:

>What are the errors? Where does the installation process break down?

Well now I know that something is up, here goes:

Test::Pod::Coverage
===================

  CPAN.pm: Going to build P/PE/PETDANCE/Test-Pod-Coverage-1.08.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Test::Pod::Coverage
CPAN: YAML loaded ok
cp Coverage.pm blib/lib/Test/Pod/Coverage.pm
Manifying blib/man3/Test::Pod::Coverage.3pm
  /usr/bin/make  -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00.load................# Testing Test::Pod::Coverage 1.08
t/00.load................ok
t/all_modules............ok
t/all_pod_coverage_ok....ok
t/alt_class..............ok
t/nopod..................ok 1/2
#   Failed test 'Handles files with no pod at all'
#   in t/nopod.t at line 16.
# STDOUT is:
# not ok 1 - Checking Nopod
#
# not:
# not ok 1 - Checking Nopod
# not ok 2
#
# as expected
t/nopod..................FAILED test 2
        Failed 1/2 tests, 50.00% okay
t/nosymbols..............ok
t/parms..................ok
t/pod....................ok
t/privates...............
#   Failed test 'Should fail at 60%'
#   in t/privates.t at line 19.
# STDOUT is:
# not ok 1 - Privates fails
#
# not:
# not ok 1 - Privates fails
# not ok 2
#
# as expected
t/privates...............FAILED test 2
        Failed 1/4 tests, 75.00% okay
t/self...................ok
t/simple.................ok
Failed Test  Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/nopod.t                   2    1  50.00%  2
t/privates.t                4    1  25.00%  2
Failed 2/11 test scripts, 81.82% okay. 2/23 subtests failed, 91.30% okay.
make: *** [test_dynamic] Error 255
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force
Failed during this command:
  PETDANCE/Test-Pod-Coverage-1.08.tar.gz       : make_test NO

Test::LongString
=========================================
  CPAN.pm: Going to build R/RG/RGARCIA/Test-LongString-0.09.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Test::LongString
cp lib/Test/LongString.pm blib/lib/Test/LongString.pm
Manifying blib/man3/Test::LongString.3pm
  /usr/bin/make  -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01teststring....
#   Failed test 'two small strings different'
#   in t/01teststring.t at line 23.
t/01teststring....NOK 3# STDOUT is:
# not ok 1 - foo is foo
#
# not:
# not ok 1 - foo is foo
# not ok 2
#
# as expected

#   Failed test 'got undef, expected small string'
#   in t/01teststring.t at line 30.
# STDOUT is:
# not ok 1 - foo is foo
#
# not:
# not ok 1 - foo is foo
# not ok 2
#
# as expected

#   Failed test 'expected undef, got small string'
#   in t/01teststring.t at line 37.
# STDOUT is:
# not ok 1 - foo is foo
#
# not:
# not ok 1 - foo is foo
# not ok 2
#
# as expected

#   Failed test 'display of long strings and of control chars'
#   in t/01teststring.t at line 51.
# STDOUT is:
# not ok 1 - long binary strings
#
# not:
# not ok 1 - long binary strings
# not ok 2
#
# as expected

#   Failed test 'Escape high-ascii chars'
#   in t/01teststring.t at line 65.
# STDOUT is:
# not ok 1 - spelling
#
# not:
# not ok 1 - spelling
# not ok 2
#
# as expected

#   Failed test 'Count correctly prefix with multiline strings'
#   in t/01teststring.t at line 75.
# STDOUT is:
# not ok 1 - foo\nfoo is foo\nfoo
#
# not:
# not ok 1 - foo\nfoo is foo\nfoo
# not ok 2
#
# as expected
t/01teststring....NOK 9
#   Failed test 'Display offset in diagnostics'
#   in t/01teststring.t at line 101.
# STDOUT is:
# not ok 1 - this isn't Ulysses
#
# not:
# not ok 1 - this isn't Ulysses
# not ok 2
#
# as expected
t/01teststring....NOK 11
#   Failed test 'is_string_nows tests correctly'
#   in t/01teststring.t at line 124.
# STDOUT is:
# not ok 1 - non-ws differs
#
# not:
# not ok 1 - non-ws differs
# not ok 2
#
# as expected
t/01teststring....FAILED tests 3-9, 11
        Failed 8/11 tests, 27.27% okay
t/02import........NOK 1
#   Failed test '5 chars in output'
#   in t/02import.t at line 18.
# STDOUT is:
# not ok 1 - foobar is foobar
#
# not:
# not ok 1 - foobar is foobar
# not ok 2
#
# as expected
t/02import........FAILED test 1
        Failed 1/1 tests, 0.00% okay
t/03like..........
#   Failed test 'a small string doesn't match'
#   in t/03like.t at line 20.
# STDOUT is:
# not ok 1 - foo matches foo
#
# not:
# not ok 1 - foo matches foo
# not ok 2
#
# as expected

#   Failed test 'got undef'
#   in t/03like.t at line 28.
# STDOUT is:
# not ok 1 - foo matches foo
#
# not:
# not ok 1 - foo matches foo
# not ok 2
#
# as expected

t/03like..........NOK 4 string doesn't match'
#   in t/03like.t at line 36.
# STDOUT is:
# not ok 1 - long string matches a*
#
# not:
# not ok 1 - long string matches a*
# not ok 2
#
# as expected

#   Failed test 'a small string matches while it shouldn't'
#   in t/03like.t at line 44.
# STDOUT is:
# not ok 1 - foo doesn't match bar
#
# not:
# not ok 1 - foo doesn't match bar
# not ok 2
#
# as expected
t/03like..........FAILED tests 2-5
        Failed 4/5 tests, 20.00% okay
t/04contains......NOK 2
#   Failed test 'Substring doesn't match'
#   in t/04contains.t at line 21.
# STDOUT is:
# not ok 1 - Any nachos?
#
# not:
# not ok 1 - Any nachos?
# not ok 2
#
# as expected

#   Failed test 'Source string undef fails'
#   in t/04contains.t at line 28.
# STDOUT is:
# not ok 1 - Look inside undef
#
# not:
# not ok 1 - Look inside undef
# not ok 2
#
# as expected

#   Failed test 'Substring undef fails'
#   in t/04contains.t at line 35.
# STDOUT is:
# not ok 1 - Look for undef
#
# not:
# not ok 1 - Look for undef
# not ok 2
#
# as expected
t/04contains......FAILED tests 2-4
        Failed 3/4 tests, 25.00% okay
t/05lacks.........
#   Failed test 'Not lacking'
#   in t/05lacks.t at line 22.
# STDOUT is:
# not ok 1 - Any peanut butter in my chocolate?
#
# not:
# not ok 1 - Any peanut butter in my chocolate?
# not ok 2
#
# as expected

#   Failed test 'Source string undef fails'
#   in t/05lacks.t at line 29.
# STDOUT is:
# not ok 1 - Look inside undef
#
# not:
# not ok 1 - Look inside undef
# not ok 2
#
# as expected

#   Failed test 'Substring undef fails'
#   in t/05lacks.t at line 36.
# STDOUT is:
# not ok 1 - Look for undef
#
# not:
# not ok 1 - Look for undef
# not ok 2
#
# as expected
t/05lacks.........FAILED tests 2-4
        Failed 3/4 tests, 25.00% okay
t/pod-coverage....skipped
        all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t/pod.............ok
Failed Test      Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/01teststring.t               11    8  72.73%  3-9 11
t/02import.t                    1    1 100.00%  1
t/03like.t                      5    4  80.00%  2-5
t/04contains.t                  4    3  75.00%  2-4
t/05lacks.t                     4    3  75.00%  2-4
1 test skipped.
Failed 5/7 test scripts, 28.57% okay. 19/26 subtests failed, 26.92% okay.
make: *** [test_dynamic] Error 255
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force
Failed during this command:
  RGARCIA/Test-LongString-0.09.tar.gz          : make_test NO

Test::Exception
===============================================
  CPAN.pm: Going to build A/AD/ADIE/Test-Exception-0.21.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Test::Exception
cp lib/Test/Exception.pm blib/lib/Test/Exception.pm
Manifying blib/man3/Test::Exception.3pm
  /usr/bin/make  -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/caller........ok
t/documented....ok
t/Exception.....
#   Failed test 'dies_ok: normal exit detected'
#   in t/Exception.t at line 65.
# STDOUT is:
# not ok 1 - lived. oops
#
# not:
# not ok 1 - lived. oops
# not ok 2
#
# as expected

#   Failed test 'lives_ok: die detected'
#   in t/Exception.t at line 75.
# STDOUT is:
# not ok 1
#
# not:
# not ok 1
# not ok 2
#
# as expected

#   Failed test 'lives_ok: die detected'
#   in t/Exception.t at line 81.
# STDOUT is:
# not ok 1
#
# not:
# not ok 1
# not ok 2
#
# as expected

#   Failed test 'throws_ok: regex bad match detected'
#   in t/Exception.t at line 92.
# STDOUT is:
# not ok 1 - should die
#
# not:
# not ok 1 - should die
# not ok 2
#
# as expected

#   Failed test 'throws_ok: exception on normal exit'
#   in t/Exception.t at line 103.
# STDOUT is:
# not ok 1 - threw Local::Error::Simple
#
# not:
# not ok 1 - threw Local::Error::Simple
# not ok 2
#
# as expected

#   Failed test 'throws_ok: bad sub-class match detected'
#   in t/Exception.t at line 114.
# STDOUT is:
# not ok 1 - threw Local::Error::Test
#
# not:
# not ok 1 - threw Local::Error::Test
# not ok 2
#
# as expected

#   Failed test 'throws_ok: throws_ok found overloaded'
#   in t/Exception.t at line 121.
# STDOUT is:
# not ok 1 - threw Local::Error::Test
#
# not:
# not ok 1 - threw Local::Error::Test
# not ok 2
#
# as expected

#   Failed test 'throws_ok: throws_ok found overloaded'
#   in t/Exception.t at line 128.
# STDOUT is:
# not ok 1 - threw Local::Error::Overload (overloaded)
#
# not:
# not ok 1 - threw Local::Error::Overload (overloaded)
# not ok 2
#
# as expected

#   Failed test 'lives_ok: overload without fallback'
#   in t/Exception.t at line 147.
# STDOUT is:
# not ok 1
#
# not:
# not ok 1
# not ok 2
#
# as expected

#   Failed test 'throws_ok: throws_ok overload without fallback'
#   in t/Exception.t at line 154.
# STDOUT is:
# not ok 1 - threw Local::Error::Test
#
# not:
# not ok 1 - threw Local::Error::Test
# not ok 2
#
# as expected
t/Exception.....FAILED tests 3, 5-6, 8, 10, 12-14, 18-19
        Failed 10/19 tests, 47.37% okay
t/lives_and.....ok
t/pod...........ok
t/preserve......ok
t/return........ok
t/stacktrace....
#   Failed test 'regex in stacktrace ignored'
#   in t/stacktrace.t at line 16.
# STDOUT is:
# not ok 1 - threw /fribble/
#
# not:
# not ok 1 - threw /fribble/
# not ok 2
#
# as expected
t/stacktrace....FAILED test 2
        Failed 1/2 tests, 50.00% okay
Failed Test    Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/Exception.t                19   10  52.63%  3 5-6 8 10 12-14 18-19
t/stacktrace.t                2    1  50.00%  2
Failed 2/8 test scripts, 75.00% okay. 11/51 subtests failed, 78.43% okay.
make: *** [test_dynamic] Error 255
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force
Failed during this command:
  ADIE/Test-Exception-0.21.tar.gz              : make_test NO

Test::Memory::Cycle
====================================================
  CPAN.pm: Going to build P/PE/PETDANCE/Test-Memory-Cycle-1.02.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Test::Memory::Cycle
cp Cycle.pm blib/lib/Test/Memory/Cycle.pm
Manifying blib/man3/Test::Memory::Cycle.3pm
  /usr/bin/make  -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00.load..........# Testing Test::Memory::Cycle 1.02
t/00.load..........ok
t/cycle-exists.....
#   Failed test 'Testing for lack of cycles in hash reference'
#   in t/cycle-exists.t at line 17.
# STDOUT is:
# not ok 1 - A hash reference has no cycles
#
# not:
# not ok 1 - A hash reference has no cycles
# not ok 2
#
# as expected

#   Failed test 'Testing for lack of cycles in array reference'
#   in t/cycle-exists.t at line 25.
# STDOUT is:
# not ok 1 - An array reference has no cycles
#
# not:
# not ok 1 - An array reference has no cycles
# not ok 2
#
# as expected

#   Failed test 'Testing for lack of cycles in scalar reference'
#   in t/cycle-exists.t at line 34.
# STDOUT is:
# not ok 1 - A scalar reference has no cycles
#
# not:
# not ok 1 - A scalar reference has no cycles
# not ok 2
#
# as expected

#   Failed test 'Testing for lack of cycles in blessed reference'
#   in t/cycle-exists.t at line 42.
# STDOUT is:
# not ok 1 - A blessed reference has no cycles
#
# not:
# not ok 1 - A blessed reference has no cycles
# not ok 2
#
# as expected
t/cycle-exists.....FAILED tests 2-5
        Failed 4/5 tests, 20.00% okay
t/family-array.....ok 1/7
t/family-array.....NOK 2#   Failed test 'Array family testing'
#   in t/family-array.t at line 56.
# STDOUT is:
# not ok 1 - The Array Family
#
# not:
# not ok 1 - The Array Family
# not ok 2
#
# as expected
t/family-array.....ok 4/7
t/family-array.....NOK 5#   Failed test 'Array family (weakened)
testing (weakened cycles showing)'
#   in t/family-array.t at line 84.
# STDOUT is:
# not ok 1 - The Array Family (weakened)
#
# not:
# not ok 1 - The Array Family (weakened)
# not ok 2
#
# as expected

t/family-array.....NOK 6#   Failed test 'Array family (weakened)
testing for cycles (no cycles)'
#   in t/family-array.t at line 89.
# STDOUT is:
# not ok 1 - The Array Family (weakened) has Cycles
#
# not:
# not ok 1 - The Array Family (weakened) has Cycles
# not ok 2
#
# as expected
t/family-array.....FAILED tests 2, 5-6
        Failed 3/7 tests, 57.14% okay
t/family-hash......
#   Failed test 'Small family testing'
#   in t/family-hash.t at line 31.
# STDOUT is:
# not ok 1 - Small family
#
# not:
# not ok 1 - Small family
# not ok 2
#
# as expected

#   Failed test 'Small family (weakened) testing for cycles (weakened
cycles found)'
#   in t/family-hash.t at line 49.
# STDOUT is:
# not ok 1 - Small family (weakened)
#
# not:
# not ok 1 - Small family (weakened)
# not ok 2
#
# as expected

#   Failed test 'Small family (weakened) testing for cycles (no cycles)'
#   in t/family-hash.t at line 54.
# STDOUT is:
# not ok 1 - Small family (weakened) has Cycles
#
# not:
# not ok 1 - Small family (weakened) has Cycles
# not ok 2
#
# as expected
t/family-hash......FAILED tests 2, 5-6
        Failed 3/7 tests, 57.14% okay
t/family-object....ok 1/3
t/family-object....NOK 2#   Failed test 'Object family testing'
#   in t/family-object.t at line 38.
# STDOUT is:
# not ok 1 - Object family
#
# not:
# not ok 1 - Object family
# not ok 2
#
# as expected
t/family-object....FAILED test 2
        Failed 1/3 tests, 66.67% okay
t/family-scalar....
#   Failed test 'Simple loopback'
#   in t/family-scalar.t at line 23.
# STDOUT is:
# not ok 1 - Scalar Family
#
# not:
# not ok 1 - Scalar Family
# not ok 2
#
# as expected

#   Failed test 'Simple loopback to myself'
#   in t/family-scalar.t at line 38.
# STDOUT is:
# not ok 1
#
# not:
# not ok 1
# not ok 2
#
# as expected

#   Failed test 'Flip-flopped the A/B'
#   in t/family-scalar.t at line 51.
# STDOUT is:
# not ok 1
#
# not:
# not ok 1
# not ok 2
#
# as expected

#   Failed test 'Sybil and her sisters'
#   in t/family-scalar.t at line 69.
# STDOUT is:
# not ok 1
#
# not:
# not ok 1
# not ok 2
#
# as expected

#   Failed test 'Sybil and her sisters (weakened) (weakened cycles found)'
#   in t/family-scalar.t at line 96.
# STDOUT is:
# not ok 1
#
# not:
# not ok 1
# not ok 2
#
# as expected

#   Failed test 'Sybil and her sisters (weakened) have cycles (no
cycles found)'
#   in t/family-scalar.t at line 101.
# STDOUT is:
# not ok 1
#
# not:
# not ok 1
# not ok 2
#
# as expected
t/family-scalar....FAILED tests 2, 4, 6-7, 10-11
        Failed 6/12 tests, 50.00% okay
t/good.............ok
t/pod-coverage.....skipped
        all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t/pod..............ok
Failed Test       Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/cycle-exists.t                 5    4  80.00%  2-5
t/family-array.t                 7    3  42.86%  2 5-6
t/family-hash.t                  7    3  42.86%  2 5-6
t/family-object.t                3    1  33.33%  2
t/family-scalar.t               12    6  50.00%  2 4 6-7 10-11
1 test skipped.
Failed 5/9 test scripts, 44.44% okay. 17/38 subtests failed, 55.26% okay.
make: *** [test_dynamic] Error 255
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force
Failed during this command:
  PETDANCE/Test-Memory-Cycle-1.02.tar.gz       : make_test NO

...and relax
Adrian Howard - 16 Jul 2006 22:04 GMT
> Brian d Foy:
>
>> What are the errors? Where does the installation process break down?
>
> Well now I know that something is up, here goes:
[snip]

This looks like the problem with a non-backwards compatible change in  
the 0.63 Test::Builder::Tester release. The ever efficient schwern  
has already released a new 0.64 Test::Builder/More/Simple/
Builder::Tester - try that and see if your problems disappear...

Cheers,

Adrian
Alex Robinson - 16 Jul 2006 23:57 GMT
>This looks like the problem with a non-backwards compatible change
>in the 0.63 Test::Builder::Tester release. The ever efficient
>schwern has already released a new 0.64
>Test::Builder/More/Simple/Builder::Tester - try that and see if your
>problems disappear...

I tried that....

...and lo and behold my problems have disappeared.

Thanks so much for that Adrian.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.