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 Paul Marquess,
    
This is a computer-generated test report for Compress-Zlib-2.004, created
automatically by CPAN::Reporter, version 0.39, 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.  However, it appears that
your distribution tests are not fully supported on this machine, either 
due to operating system limitations or missing prerequisite modules.
If the failure is due to missing prerequisites, you may wish to 
disregard this report.

Sections of this report:

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

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

Additional comments from tester: 

[none provided]

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

Prerequisite modules loaded:

requires:

    Module                        Need  Have 
    ----------------------------- ----- -----
  ! Compress::Raw::Zlib           2.004 2.003
  ! IO::Compress::Base            2.004 2.003
  ! IO::Compress::Base::Common    2.004 2.003
  ! IO::Compress::Gzip            2.004 n/a  
  ! IO::Compress::Gzip::Constants 2.004 n/a  
  ! IO::Uncompress::Base          2.004 2.003
  ! IO::Uncompress::Gunzip        2.004 n/a  
    Scalar::Util                  0     1.13 

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

Environment variables:

    LANG = en_GB
    LANGUAGE = en_GB:en_US:en_GB:en
    PATH = 
/sbin:/bin:/usr/sbin:/usr/bin:/usr/bin/X11:/usr/local/sbin:/usr/local/bin
    PERL5LIB = 
    SHELL = /bin/bash
    TERM = vt102

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

    Perl: $^X = /usr/bin/perl
    UID:  $<  = 0
    EUID: $>  = 0
    GID:  $(  = 0 0
    EGID: $)  = 0 0

Perl module toolchain versions installed:

    Module              Have  
    ------------------- ------
    CPAN                1.90  
    Cwd                 2.17  
    ExtUtils::CBuilder  0.18  
    ExtUtils::Command   1.05  
    ExtUtils::Install   1.32  
    ExtUtils::MakeMaker 6.17  
    ExtUtils::Manifest  1.42  
    ExtUtils::ParseXS   n/a   
    File::Spec          0.87  
    Module::Build       0.2807
    Module::Signature   n/a   
    Test::Harness       2.40  
    Test::More          0.70  
    version             n/a   

------------------------------
TEST OUTPUT
------------------------------

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

PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/000prereq.....
#     Failed test (t/000prereq.t at line 46)
#     Tried to use 'Compress::Raw::Zlib'.
#     Error:  Compress::Raw::Zlib version 2.004 required--this is only version 
2.003 at (eval 3) line 2.
# BEGIN failed--compilation aborted at t/000prereq.t line 46.

#     Failed test (t/000prereq.t at line 46)
#     Tried to use 'IO::Compress::Base'.
#     Error:  IO::Compress::Base version 2.004 required--this is only version 
2.003 at (eval 5) line 2.
# BEGIN failed--compilation aborted at t/000prereq.t line 46.

#     Failed test (t/000prereq.t at line 46)
#     Tried to use 'IO::Compress::Gzip'.
#     Error:  Can't locate IO/Compress/Gzip.pm in @INC (@INC contains: t 
t/compress /root/.cpan/build/Compress-Zlib-2.004/blib/lib 
/root/.cpan/build/Compress-Zlib-2.004/blib/arch /etc/perl 
/usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
.) at (eval 17) line 2.
# BEGIN failed--compilation aborted at t/000prereq.t line 46.

#     Failed test (t/000prereq.t at line 46)
#     Tried to use 'IO::Uncompress::Gunzip'.
#     Error:  Can't locate IO/Uncompress/Gunzip.pm in @INC (@INC contains: t 
t/compress /root/.cpan/build/Compress-Zlib-2.004/blib/lib 
/root/.cpan/build/Compress-Zlib-2.004/blib/arch /etc/perl 
/usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
.) at (eval 18) line 2.
# BEGIN failed--compilation aborted at t/000prereq.t line 46.
# Looks like you failed 4 tests of 6.
dubious
        Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 1-4
        Failed 4/6 tests, 33.33% okay
t/01version.....
#     Failed test (t/01version.t at line 23)
#     Tried to use 'Compress::Zlib'.
#     Error:  IO::Compress::Base::Common version 2.004 required--this is only 
version 2.003 at 
/root/.cpan/build/Compress-Zlib-2.004/blib/lib/Compress/Zlib.pm line 11.
# BEGIN failed--compilation aborted at t/01version.t line 23.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Bareword "ZLIB_VERSION" not allowed while "strict subs" in use at t/01version.t 
line 28.
Bareword "Compress::Zlib::zlib_version" not allowed while "strict subs" in use 
at t/01version.t line 29.
Execution of t/01version.t aborted due to compilation errors.
# Looks like you planned 2 tests but only ran 1.
# Looks like your test died just after 1.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
        Failed 2/2 tests, 0.00% okay
t/03zlib-v1.....
#     Failed test (t/03zlib-v1.t at line 35)
#     Tried to use 'Compress::Zlib'.
#     Error:  IO::Compress::Base::Common version 2.004 required--this is only 
version 2.003 at 
/root/.cpan/build/Compress-Zlib-2.004/blib/lib/Compress/Zlib.pm line 11.
# BEGIN failed--compilation aborted at t/03zlib-v1.t line 35.
# Compilation failed in require at (eval 27) line 2.
# BEGIN failed--compilation aborted at (eval 27) line 2.

#     Failed test (t/03zlib-v1.t at line 36)
#     Tried to use 'IO::Compress::Gzip::Constants'.
#     Error:  Can't locate IO/Compress/Gzip/Constants.pm in @INC (@INC 
contains: t t/compress /root/.cpan/build/Compress-Zlib-2.004/blib/lib 
/root/.cpan/build/Compress-Zlib-2.004/blib/arch /etc/perl 
/usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
.) at (eval 28) line 2.
# BEGIN failed--compilation aborted at t/03zlib-v1.t line 36.

#     Failed test (t/03zlib-v1.t at line 38)
#     Tried to use 'IO::Compress::Gzip'.
#     Error:  Can't locate IO/Compress/Gzip.pm in @INC (@INC contains: t 
t/compress /root/.cpan/build/Compress-Zlib-2.004/blib/lib 
/root/.cpan/build/Compress-Zlib-2.004/blib/arch /etc/perl 
/usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
.) at (eval 29) line 2.
# BEGIN failed--compilation aborted at t/03zlib-v1.t line 38.
Global symbol "$gzerrno" requires explicit package name at t/03zlib-v1.t line 
1043.
Bareword "Compress::Zlib::zlib_version" not allowed while "strict subs" in use 
at t/03zlib-v1.t line 50.
Bareword "ZLIB_VERSION" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 50.
Bareword "Z_BEST_COMPRESSION" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 126.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
147.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
153.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
158.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
160.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
169.
Bareword "Z_STREAM_END" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 177.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
177.
Bareword "Z_STREAM_END" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 181.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
192.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
204.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
206.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
218.
Bareword "Z_STREAM_END" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 229.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
229.
Bareword "Z_STREAM_END" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 233.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
248.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
253.
Bareword "Z_STREAM_END" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 262.
Bareword "Z_BEST_COMPRESSION" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 269.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
275.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
277.
Bareword "Z_STREAM_END" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 284.
Bareword "Z_BEST_COMPRESSION" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 307.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
310.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
312.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
321.
Bareword "Z_STREAM_END" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 327.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
554.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
560.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
565.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
567.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
578.
Bareword "Z_STREAM_END" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 585.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
585.
Bareword "Z_STREAM_END" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 589.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
605.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
608.
Bareword "Z_FULL_FLUSH" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 611.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
611.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
615.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
618.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
626.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
629.
Bareword "Z_DATA_ERROR" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 636.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
640.
Bareword "Z_STREAM_END" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 650.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
650.
Bareword "Z_DATA_ERROR" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 655.
Bareword "Z_STREAM_END" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 655.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
666.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
669.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
672.
Bareword "Z_DATA_ERROR" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 676.
Bareword "Z_BEST_COMPRESSION" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 687.
Bareword "Z_DEFAULT_STRATEGY" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 687.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
690.
Bareword "Z_BEST_COMPRESSION" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 692.
Bareword "Z_DEFAULT_STRATEGY" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 693.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
696.
Bareword "Z_BEST_COMPRESSION" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 710.
Bareword "Z_DEFAULT_STRATEGY" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 711.
Bareword "Z_BEST_SPEED" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 714.
Bareword "Z_HUFFMAN_ONLY" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 714.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
715.
Bareword "Z_BEST_SPEED" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 717.
Bareword "Z_HUFFMAN_ONLY" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 718.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
721.
Bareword "Z_NO_COMPRESSION" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 726.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
727.
Bareword "Z_NO_COMPRESSION" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 729.
Bareword "Z_HUFFMAN_ONLY" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 730.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
733.
Bareword "Z_FILTERED" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 738.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
739.
Bareword "Z_NO_COMPRESSION" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 741.
Bareword "Z_FILTERED" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 742.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
745.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
749.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
757.
Bareword "Z_STREAM_END" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 761.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
817.
Bareword "Z_OK" not allowed while "strict subs" in use at t/03zlib-v1.t line 
823.
Bareword "Z_STREAM_END" not allowed while "strict subs" in use at t/03zlib-v1.t 
line 834.
Bareword "GZIP_MIN_HEADER_SIZE" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 951.
Bareword "GZIP_MIN_HEADER_SIZE" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 951.
Bareword "GZIP_FEXTRA_HEADER_SIZE" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 951.
Bareword "GZIP_MIN_HEADER_SIZE" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 972.
Bareword "GZIP_MIN_HEADER_SIZE" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 972.
Bareword "GZIP_MIN_HEADER_SIZE" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 990.
Bareword "GZIP_MIN_HEADER_SIZE" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 990.
Bareword "GZIP_MIN_HEADER_SIZE" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 1006.
Bareword "GZIP_MIN_HEADER_SIZE" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 1006.
Bareword "GZIP_FHCRC_SIZE" not allowed while "strict subs" in use at 
t/03zlib-v1.t line 1006.
Execution of t/03zlib-v1.t aborted due to compilation errors.
# Looks like you planned 394 tests but only ran 3.
# Looks like your test died just after 3.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-394
        Failed 394/394 tests, 0.00% okay
t/05examples....IO::Compress::Base::Common version 2.004 required--this is only 
version 2.003 at 
/root/.cpan/build/Compress-Zlib-2.004/blib/lib/Compress/Zlib.pm line 11.
BEGIN failed--compilation aborted at 
/root/.cpan/build/Compress-Zlib-2.004/blib/lib/Compress/Zlib.pm line 11.
Compilation failed in require at t/05examples.t line 16.
BEGIN failed--compilation aborted at t/05examples.t line 16.
# Looks like your test died before it could output anything.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
t/06gzsetp......IO::Compress::Base::Common version 2.004 required--this is only 
version 2.003 at 
/root/.cpan/build/Compress-Zlib-2.004/blib/lib/Compress/Zlib.pm line 11.
BEGIN failed--compilation aborted at 
/root/.cpan/build/Compress-Zlib-2.004/blib/lib/Compress/Zlib.pm line 11.
Compilation failed in require at t/06gzsetp.t line 16.
BEGIN failed--compilation aborted at t/06gzsetp.t line 16.
# Looks like your test died before it could output anything.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
t/08encoding....
#     Failed test (t/08encoding.t at line 33)
#     Tried to use 'Compress::Zlib'.
#     Error:  IO::Compress::Base::Common version 2.004 required--this is only 
version 2.003 at 
/root/.cpan/build/Compress-Zlib-2.004/blib/lib/Compress/Zlib.pm line 11.
# BEGIN failed--compilation aborted at t/08encoding.t line 33.
# Compilation failed in require at (eval 27) line 2.
# BEGIN failed--compilation aborted at (eval 27) line 2.
Bareword "Compress::Zlib::zlib_version" not allowed while "strict subs" in use 
at t/08encoding.t line 40.
Bareword "ZLIB_VERSION" not allowed while "strict subs" in use at 
t/08encoding.t line 40.
Execution of t/08encoding.t aborted due to compilation errors.
# Looks like you planned 16 tests but only ran 1.
# Looks like your test died just after 1.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-16
        Failed 16/16 tests, 0.00% okay
t/14gzopen......
#     Failed test (t/14gzopen.t at line 25)
#     Tried to use 'Compress::Zlib'.
#     Error:  IO::Compress::Base::Common version 2.004 required--this is only 
version 2.003 at 
/root/.cpan/build/Compress-Zlib-2.004/blib/lib/Compress/Zlib.pm line 11.
# BEGIN failed--compilation aborted at t/14gzopen.t line 25.
# Compilation failed in require at (eval 27) line 2.
# BEGIN failed--compilation aborted at (eval 27) line 2.

#     Failed test (t/14gzopen.t at line 26)
#     Tried to use 'IO::Compress::Gzip::Constants'.
#     Error:  Can't locate IO/Compress/Gzip/Constants.pm in @INC (@INC 
contains: t t/compress /root/.cpan/build/Compress-Zlib-2.004/blib/lib 
/root/.cpan/build/Compress-Zlib-2.004/blib/arch /etc/perl 
/usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
.) at (eval 28) line 2.
# BEGIN failed--compilation aborted at t/14gzopen.t line 26.
Global symbol "$gzerrno" requires explicit package name at t/14gzopen.t line 49.
Global symbol "$gzerrno" requires explicit package name at t/14gzopen.t line 53.
Global symbol "$gzerrno" requires explicit package name at t/14gzopen.t line 56.
Global symbol "$gzerrno" requires explicit package name at t/14gzopen.t line 59.
Global symbol "$gzerrno" requires explicit package name at t/14gzopen.t line 66.
Global symbol "$gzerrno" requires explicit package name at t/14gzopen.t line 94.
Global symbol "$gzerrno" requires explicit package name at t/14gzopen.t line 97.
Global symbol "$gzerrno" requires explicit package name at t/14gzopen.t line 
100.
Global symbol "$gzerrno" requires explicit package name at t/14gzopen.t line 
104.
Global symbol "$gzerrno" requires explicit package name at t/14gzopen.t line 
111.
Global symbol "$gzerrno" requires explicit package name at t/14gzopen.t line 
111.
Global symbol "$gzerrno" requires explicit package name at t/14gzopen.t line 
117.
Global symbol "$gzerrno" requires explicit package name at t/14gzopen.t line 
118.
Global symbol "$gzerrno" requires explicit package name at t/14gzopen.t line 
480.
Global symbol "$gzerrno" requires explicit package name at t/14gzopen.t line 
481.
Global symbol "$gzerrno" requires explicit package name at t/14gzopen.t line 
499.
Global symbol "$gzerrno" requires explicit package name at t/14gzopen.t line 
502.
Bareword "Compress::Zlib::zlib_version" not allowed while "strict subs" in use 
at t/14gzopen.t line 38.
Bareword "ZLIB_VERSION" not allowed while "strict subs" in use at t/14gzopen.t 
line 38.
Bareword "Z_FINISH" not allowed while "strict subs" in use at t/14gzopen.t line 
98.
Bareword "Z_STREAM_END" not allowed while "strict subs" in use at t/14gzopen.t 
line 110.
Bareword "Z_STREAM_END" not allowed while "strict subs" in use at t/14gzopen.t 
line 111.
Bareword "Z_STREAM_ERROR" not allowed while "strict subs" in use at 
t/14gzopen.t line 446.
Bareword "Z_STREAM_ERROR" not allowed while "strict subs" in use at 
t/14gzopen.t line 461.
Execution of t/14gzopen.t aborted due to compilation errors.
# Looks like you planned 217 tests but only ran 2.
# Looks like your test died just after 2.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-217
        Failed 217/217 tests, 0.00% okay
t/99pod.........skipped
        all skipped: Test::Pod 1.00 required for testing POD
Failed Test    Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/000prereq.t     4  1024     6    4  1-4
t/01version.t   255 65280     2    3  1-2
t/03zlib-v1.t   255 65280   394  785  1-394
t/05examples.t  255 65280    ??   ??  ??
t/06gzsetp.t    255 65280    ??   ??  ??
t/08encoding.t  255 65280    16   31  1-16
t/14gzopen.t    255 65280   217  432  1-217
1 test skipped.
Failed 7/8 test scripts. 633/635 subtests failed.
Files=8, Tests=635, 99 wallclock secs (90.26 cusr +  4.49 csys = 94.75 CPU)
Failed 7/8 test programs. 633/635 subtests failed.
make: *** [test_dynamic] Error 255


--

Summary of my perl5 (revision 5 version 8 subversion 4) configuration:
  Platform:
    osname=linux, osvers=2.6.17-rc1, archname=sparc-linux-thread-multi
    uname='linux spontini 2.6.17-rc1 #1 smp wed apr 12 21:45:35 edt 2006 sparc 
gnulinux '
    config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN 
-Dcccdlflags=-fPIC -Darchname=sparc-linux -Dprefix=/usr 
-Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8 -Dvendorprefix=/usr 
-Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 
-Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.8.4 
-Dsitearch=/usr/local/lib/perl/5.8.4 -Dman1dir=/usr/share/man/man1 
-Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 
-Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl 
-Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Uusenm -Duseshrplib 
-Dlibperl=libperl.so.5.8.4 -Dd_dosuid -des'
    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 ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN 
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN 
-fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='3.3.5 (Debian 1:3.3.5-13)', 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='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt
    perllibs=-ldl -lm -lpthread -lc -lcrypt
    libc=/lib/libc-2.3.2.so, so=so, useshrplib=true, libperl=libperl.so.5.8.4
    gnulibc_version='2.3.2'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC -fPIC', lddlflags='-shared -L/usr/local/lib'

Reply via email to