This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.

--
Dear chromatic,
    
This is a computer-generated report for UNIVERSAL-can-1.12
on perl-5.00505, created automatically by CPAN-Reporter-1.01 
and sent to the CPAN Testers mailing list.  

If you have received this email directly, it is because the person testing 
your distribution chose to send a copy to your CPAN email address; there 
may be a delay before the official report is received and processed 
by CPAN Testers.

Thank you for uploading your work to CPAN.  While attempting to build or test 
this distribution, the distribution signaled that support is not available 
either for this operating system or this version of Perl.  Nevertheless, any 
diagnostic output produced is provided below for reference.

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester: 

[none provided]

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 /usr/local/bin/perl5.00505 "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load........Perl 5.006 required--this is only version 5.00505, stopped at 
/usr/local/src/CPAN/build/UNIVERSAL-can-1.12-gU4crL/blib/lib/UNIVERSAL/can.pm 
line 6.
BEGIN failed--compilation aborted at 
/usr/local/src/CPAN/build/UNIVERSAL-can-1.12-gU4crL/blib/lib/UNIVERSAL/can.pm 
line 6.
BEGIN failed--compilation aborted at t/00-load.t line 11.
# Looks like your test died before it could output anything.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-3
        Failed 3/3 tests, 0.00% okay
t/always_warn....
#   Failed test 'use UNIVERSAL::can;'
#   at t/always_warn.t line 12.
#     Tried to use 'UNIVERSAL::can'.
#     Error:  Perl 5.006 required--this is only version 5.00505, stopped at 
/usr/local/src/CPAN/build/UNIVERSAL-can-1.12-gU4crL/blib/lib/UNIVERSAL/can.pm 
line 6.
# BEGIN failed--compilation aborted at t/always_warn.t line 12.
# BEGIN failed--compilation aborted at (eval 3) line 2.

#   Failed test '-always_warn flag should make module always warn'
#   at t/lib/Test/SmallWarn.pm line 25.
#                   ''
#     doesn't match '(?-xism:Called UNIVERSAL::can)'
# Looks like you failed 2 tests of 2.
dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-2
        Failed 2/2 tests, 0.00% okay
t/bad-input......
#   Failed test 'use UNIVERSAL::can;'
#   at t/bad-input.t line 24.
#     Tried to use 'UNIVERSAL::can'.
#     Error:  Perl 5.006 required--this is only version 5.00505, stopped at 
/usr/local/src/CPAN/build/UNIVERSAL-can-1.12-gU4crL/blib/lib/UNIVERSAL/can.pm 
line 6.
# BEGIN failed--compilation aborted at t/bad-input.t line 24.
# BEGIN failed--compilation aborted at (eval 3) line 2.

#   Failed test 'test received exactly one warning for bad input '(undef)''
#   at t/lib/Test/SmallWarn.pm line 25.
#                   'Use of uninitialized value at t/bad-input.t line 66.
# '
#     doesn't match '(?-xism:^Called UNIVERSAL::can\(\) as a function, not a 
method)'

#   Failed test 'test received exactly one warning for bad input '''
#   at t/lib/Test/SmallWarn.pm line 25.
#                   ''
#     doesn't match '(?-xism:^Called UNIVERSAL::can\(\) as a function, not a 
method)'

#   Failed test 'test received exactly one warning for bad input 
'SCALAR(0x80ed128)''
#   at t/lib/Test/SmallWarn.pm line 25.
#                   ''
#     doesn't match '(?-xism:^Called UNIVERSAL::can\(\) as a function, not a 
method)'

#   Failed test 'test received exactly one warning for bad input 
'HASH(0x80e488c)''
#   at t/lib/Test/SmallWarn.pm line 25.
#                   ''
#     doesn't match '(?-xism:^Called UNIVERSAL::can\(\) as a function, not a 
method)'

#   Failed test 'test received exactly one warning for bad input 
'ARRAY(0x80e48a4)''
#   at t/lib/Test/SmallWarn.pm line 25.
#                   ''
#     doesn't match '(?-xism:^Called UNIVERSAL::can\(\) as a function, not a 
method)'

#   Failed test 'test received exactly one warning for bad input '0''
#   at t/lib/Test/SmallWarn.pm line 25.
#                   ''
#     doesn't match '(?-xism:^Called UNIVERSAL::can\(\) as a function, not a 
method)'

#   Failed test 'test received exactly one warning for bad input 
'CODE(0x8119410)''
#   at t/lib/Test/SmallWarn.pm line 25.
#                   ''
#     doesn't match '(?-xism:^Called UNIVERSAL::can\(\) as a function, not a 
method)'

#   Failed test 'test received exactly one warning for bad input '*main::FH''
#   at t/lib/Test/SmallWarn.pm line 25.
#                   ''
#     doesn't match '(?-xism:^Called UNIVERSAL::can\(\) as a function, not a 
method)'

#   Failed test 'test received exactly one warning for bad input '-1''
#   at t/lib/Test/SmallWarn.pm line 25.
#                   ''
#     doesn't match '(?-xism:^Called UNIVERSAL::can\(\) as a function, not a 
method)'

#   Failed test 'test received exactly one warning for bad input '0.003''
#   at t/lib/Test/SmallWarn.pm line 25.
#                   ''
#     doesn't match '(?-xism:^Called UNIVERSAL::can\(\) as a function, not a 
method)'

#   Failed test 'test received exactly one warning for bad input '.''
#   at t/lib/Test/SmallWarn.pm line 25.
#                   ''
#     doesn't match '(?-xism:^Called UNIVERSAL::can\(\) as a function, not a 
method)'
# Looks like you failed 12 tests of 23.
dubious
        Test returned status 12 (wstat 3072, 0xc00)
DIED. FAILED tests 1-2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22
        Failed 12/23 tests, 47.83% okay
t/class..........
#   Failed test 'use UNIVERSAL::can;'
#   at t/class.t line 12.
#     Tried to use 'UNIVERSAL::can'.
#     Error:  Perl 5.006 required--this is only version 5.00505, stopped at 
/usr/local/src/CPAN/build/UNIVERSAL-can-1.12-gU4crL/blib/lib/UNIVERSAL/can.pm 
line 6.
# BEGIN failed--compilation aborted at t/class.t line 12.
# BEGIN failed--compilation aborted at (eval 3) line 2.

#   Failed test 'calling UNIVERSAL::can() as function on invocant should warn'
#   at t/lib/Test/SmallWarn.pm line 25.
#                   ''
#     doesn't match '(?-xism:Called UNIVERSAL::can\(\) as a function, not a 
method at t.class.t)'

#   Failed test 'UNIVERSAL::can() should return true then too'
#   at t/class.t line 105.

#   Failed test '... returning a code reference'
#   at t/class.t line 106.

#   Failed test '... the correct code reference'
#   at t/class.t line 107.
#          got: undef
#     expected: 'CODE(0x819929c)'

#   Failed test 'calling UNIVERSAL::can() as function on class name invocant 
should warn'
#   at t/lib/Test/SmallWarn.pm line 25.
#                   ''
#     doesn't match '(?-xism:Called UNIVERSAL::can\(\) as a function, not a 
method at t.class.t)'

#   Failed test 'can() should return true for class can() method'
#   at t/class.t line 133.

#   Failed test '... returning a code reference'
#   at t/class.t line 134.

#   Failed test '... the correct code reference'
#   at t/class.t line 135.
#          got: undef
#     expected: 'CODE(0x81ab8a4)'
# Looks like you failed 9 tests of 16.
dubious
        Test returned status 9 (wstat 2304, 0x900)
DIED. FAILED tests 1, 5-8, 11, 14-16
        Failed 9/16 tests, 43.75% okay
t/object.........
#   Failed test 'use UNIVERSAL::can;'
#   at t/object.t line 9.
#     Tried to use 'UNIVERSAL::can'.
#     Error:  Perl 5.006 required--this is only version 5.00505, stopped at 
/usr/local/src/CPAN/build/UNIVERSAL-can-1.12-gU4crL/blib/lib/UNIVERSAL/can.pm 
line 6.
# BEGIN failed--compilation aborted at t/object.t line 9.
# BEGIN failed--compilation aborted at (eval 3) line 2.

#   Failed test 'UNIVERSAL::can() should return a true value, if possible'
#   at t/object.t line 59.

#   Failed test '... a code ref, if possible'
#   at t/object.t line 61.
Can't use string ("") as a subroutine ref while "strict refs" in use at 
t/object.t line 64.
# Looks like you planned 6 tests but only ran 4.
# Looks like you failed 3 tests of 4 run.
# Looks like your test died just after 4.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-3, 5-6
        Failed 5/6 tests, 16.67% okay
Failed Test     Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/00-load.t      255 65280     3    6  1-3
t/always_warn.t    2   512     2    2  1-2
t/bad-input.t     12  3072    23   12  1-2 4 6 8 10 12 14 16 18 20 22
t/class.t          9  2304    16    9  1 5-8 11 14-16
t/object.t       255 65280     6    7  1-3 5-6
Failed 5/5 test scripts. 31/50 subtests failed.
Files=5, Tests=50,  0 wallclock secs ( 0.07 cusr +  0.05 csys =  0.12 CPU)
Failed 5/5 test programs. 31/50 subtests failed.
*** Error code 35

Stop in /usr/local/src/CPAN/build/UNIVERSAL-can-1.12-gU4crL.

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module       Need Have
    ------------ ---- ----
    Scalar::Util      1.19
    Test::Simple 0.60 0.72

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LC_ALL = de_DE.ISO8859-1
    LC_CTYPE = de_DE.ISO8859-1
    PATH = 
/usr/X11R6/bin:/usr/X11/bin:/usr/local/bin:/usr/bin:/bin:/usr/gnu/bin:/usr/TeX/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/pilot/bin:/home/e/eserte/bin/FreeBSD:/home/e/eserte/bin/sh:/home/e/eserte/bin:/usr/X386/bin:/usr/games:/home/e/eserte/devel
    PERL5LIB = 
/usr/local/src/CPAN/build/UNIVERSAL-isa-0.06-EYhavw/blib/arch:/usr/local/src/CPAN/build/UNIVERSAL-isa-0.06-EYhavw/blib/lib:/usr/local/src/CPAN/build/UNIVERSAL-require-0.11-JXfnp7/blib/arch:/usr/local/src/CPAN/build/UNIVERSAL-require-0.11-JXfnp7/blib/lib:/usr/local/src/CPAN/build/File-Slurp-9999.12-mBSQcp/blib/arch:/usr/local/src/CPAN/build/File-Slurp-9999.12-mBSQcp/blib/lib:/usr/local/src/CPAN/build/Archive-Zip-1.20-UMolri/blib/arch:/usr/local/src/CPAN/build/Archive-Zip-1.20-UMolri/blib/lib:/usr/local/src/CPAN/build/File-MMagic-1.27-6aDcMS/blib/arch:/usr/local/src/CPAN/build/File-MMagic-1.27-6aDcMS/blib/lib:/usr/local/src/CPAN/build/MIME-Types-1.21-4R3W0J/blib/arch:/usr/local/src/CPAN/build/MIME-Types-1.21-4R3W0J/blib/lib:/usr/local/src/CPAN/build/Compress-Zlib-2.007-iSN4uD/blib/arch:/usr/local/src/CPAN/build/Compress-Zlib-2.007-iSN4uD/blib/lib:/usr/local/src/CPAN/build/IO-Compress-Zlib-2.006-8KGY8g/blib/arch:/usr/local/src/CPAN/build/IO-Compress-Zlib-2.006-8KGY8g/blib/lib:/usr/local/src/CPAN/build/IO-Compress-Base-2.006-9ZX0EW/blib/arch:/usr/local/src/CPAN/build/IO-Compress-Base-2.006-9ZX0EW/blib/lib:/usr/local/src/CPAN/build/Compress-Raw-Zlib-2.006-TPWKvD/blib/arch:/usr/local/src/CPAN/build/Compress-Raw-Zlib-2.006-TPWKvD/blib/lib:/usr/local/src/CPAN/build/File-BSDGlob-0.94-lKqrzN/blib/arch:/usr/local/src/CPAN/build/File-BSDGlob-0.94-lKqrzN/blib/lib:/usr/local/src/CPAN/build/IO-String-1.08-PpU1VN/blib/arch:/usr/local/src/CPAN/build/IO-String-1.08-PpU1VN/blib/lib:/usr/local/src/CPAN/build/CPAN-DistnameInfo-0.06-dxKvW2/blib/arch:/usr/local/src/CPAN/build/CPAN-DistnameInfo-0.06-dxKvW2/blib/lib:/usr/local/src/CPAN/build/Test-NoWarnings-0.084-uk62HO/blib/arch:/usr/local/src/CPAN/build/Test-NoWarnings-0.084-uk62HO/blib/lib:/usr/local/src/CPAN/build/Test-Pod-1.26-bnsXiQ/blib/arch:/usr/local/src/CPAN/build/Test-Pod-1.26-bnsXiQ/blib/lib:/usr/local/src/CPAN/build/Devel-Symdump-2.08-dtef7Y/blib/arch:/usr/local/src/CPAN/build/Devel-Symdump-2.08-dtef7Y/blib/lib:/usr/local/src/CPAN/build/Test-Tester-0.!
 106-GI50
zX/blib/arch:/usr/local/src/CPAN/build/Test-Tester-0.106-GI50zX/blib/lib:/usr/local/src/CPAN/build/File-Path-2.02-nvch6q/blib/arch:/usr/local/src/CPAN/build/File-Path-2.02-nvch6q/blib/lib:/usr/local/src/CPAN/build/FCGI-0.67-vcio23/blib/arch:/usr/local/src/CPAN/build/FCGI-0.67-vcio23/blib/lib:/usr/local/src/CPAN/build/Text-CSV_XS-0.32-nEBz1c/blib/arch:/usr/local/src/CPAN/build/Text-CSV_XS-0.32-nEBz1c/blib/lib:/usr/local/src/CPAN/build/Image-ExifTool-7.00-2eKX8L/blib/arch:/usr/local/src/CPAN/build/Image-ExifTool-7.00-2eKX8L/blib/lib:/usr/local/src/CPAN/build/Parse-Yapp-1.05-N8h8Uc/blib/arch:/usr/local/src/CPAN/build/Parse-Yapp-1.05-N8h8Uc/blib/lib:/usr/local/src/CPAN/build/XML-Tiny-1.07-dHJpty/blib/arch:/usr/local/src/CPAN/build/XML-Tiny-1.07-dHJpty/blib/lib:/usr/local/src/CPAN/build/version-0.73-AYO1Rs/blib/arch:/usr/local/src/CPAN/build/version-0.73-AYO1Rs/blib/lib:/usr/local/src/CPAN/build/Module-Build-0.2808_01-BHpoDZ/blib/arch:/usr/local/src/CPAN/build/Module-Build-0.2808_01-BHpoDZ/blib/lib
    PERL5_CPANPLUS_IS_RUNNING = 48100
    PERL5_CPAN_IS_RUNNING = 48100
    PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla
    SHELL = /bin/tcsh
    STDPERL = perl
    TERM = xterm

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = perl5.00505
    $UID/$EUID = 1000 / 1000
    $GID = 1000 10001 10000 9999 0 1000 1000
    $EGID = 1000 10001 10000 9999 0 1000 1000

Perl module toolchain versions installed:

    Module              Have     
    ------------------- ---------
    CPAN                1.9203   
    Cwd                 2.01     
    ExtUtils::CBuilder  n/a      
    ExtUtils::Command   1.13     
    ExtUtils::Install   1.41     
    ExtUtils::MakeMaker 6.36     
    ExtUtils::Manifest  1.51     
    ExtUtils::ParseXS   n/a      
    File::Spec          0.8      
    Module::Build       0.2808_01
    Module::Signature   n/a      
    Test::Harness       2.64     
    Test::More          0.72     
    YAML                n/a      
    YAML::Syck          n/a      
    version             0.73     


--

Summary of my perl5 (5.0 patchlevel 5 subversion 5) configuration:
  Platform:
    osname=freebsd, osvers=6.1-release, archname=i386-freebsd
    uname='freebsd biokovo.herceg.de 6.1-release freebsd 6.1-release #0: sun 
may 7 04:32:43 utc 2006 [EMAIL PROTECTED]:usrobjusrsrcsysgeneric i386 '
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef useperlio=undef d_sfio=undef
  Compiler:
    cc='ccache cc', optimize='-O2 -mtune=athlon64 -pipe', gccversion=3.4.4 
[FreeBSD] 20050518
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -I/usr/local/include'
    ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -I/usr/local/include'
    stdchar='char', d_stdstdio=undef, usevfork=true
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    alignbytes=4, usemymalloc=y, prototype=define
  Linker and Libraries:
    ld='ccache cc', ldflags ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lm -lc -lcrypt
    libc=, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fpic', lddlflags='-shared  -L/usr/local/lib'

Reply via email to