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 James E Keenan,
    
This is a computer-generated report for Perl6-Say-0.09
on perl-5.00505, created automatically by CPAN-Reporter-1.04 
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
there were some problems with your distribution.  If these results are 
not what you expect, please consult "Notes for CPAN Authors" on 
the CPAN Testers Wiki: http://cpantest.grango.org

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/01_stdout..........Use of reserved word "our" is deprecated at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 4.
Global symbol "$VERSION" requires explicit package name at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 4.

#   Failed test 'use Perl6::Say;'
#   at t/01_stdout.t line 8.
#     Tried to use 'Perl6::Say'.
#     Error:  BEGIN not safe after errors--compilation aborted at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 5.
# BEGIN failed--compilation aborted at t/01_stdout.t line 8.
Use of reserved word "our" is deprecated at t/lib/Perl6/Say/Auxiliary.pm line 6.
Array found where operator expected at t/lib/Perl6/Say/Auxiliary.pm line 6, at 
end of line
        (Do you need to predeclare our?)
Global symbol "@ISA" requires explicit package name at 
t/lib/Perl6/Say/Auxiliary.pm line 6.
Use of reserved word "our" is deprecated at t/lib/Perl6/Say/Auxiliary.pm line 7.
Array found where operator expected at t/lib/Perl6/Say/Auxiliary.pm line 7, at 
end of line
        (Do you need to predeclare our?)
Global symbol "@EXPORT_OK" requires explicit package name at 
t/lib/Perl6/Say/Auxiliary.pm line 7.

#   Failed test 'use Perl6::Say::Auxiliary;'
#   at t/01_stdout.t line 10.
#     Tried to use 'Perl6::Say::Auxiliary'.
#     Error:  syntax error at t/lib/Perl6/Say/Auxiliary.pm line 6, near "our 
@ISA       "
# BEGIN not safe after errors--compilation aborted at 
t/lib/Perl6/Say/Auxiliary.pm line 13.
# BEGIN failed--compilation aborted at t/01_stdout.t line 10.
syntax error at t/01_stdout.t line 120, near "say undef"
Bareword "say" not allowed while "strict subs" in use at t/01_stdout.t line 128.
Execution of t/01_stdout.t aborted due to compilation errors.
# Looks like you planned 16 tests but only ran 3.
# Looks like you failed 2 tests of 3 run.
# Looks like your test died just after 3.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1, 3-16
        Failed 15/16 tests, 6.25% okay
t/02_file............Use of reserved word "our" is deprecated at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 4.
Global symbol "$VERSION" requires explicit package name at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 4.

#   Failed test 'use Perl6::Say;'
#   at t/02_file.t line 8.
#     Tried to use 'Perl6::Say'.
#     Error:  BEGIN not safe after errors--compilation aborted at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 5.
# BEGIN failed--compilation aborted at t/02_file.t line 8.
Use of reserved word "our" is deprecated at t/lib/Perl6/Say/Auxiliary.pm line 6.
Array found where operator expected at t/lib/Perl6/Say/Auxiliary.pm line 6, at 
end of line
        (Do you need to predeclare our?)
Global symbol "@ISA" requires explicit package name at 
t/lib/Perl6/Say/Auxiliary.pm line 6.
Use of reserved word "our" is deprecated at t/lib/Perl6/Say/Auxiliary.pm line 7.
Array found where operator expected at t/lib/Perl6/Say/Auxiliary.pm line 7, at 
end of line
        (Do you need to predeclare our?)
Global symbol "@EXPORT_OK" requires explicit package name at 
t/lib/Perl6/Say/Auxiliary.pm line 7.

#   Failed test 'use Perl6::Say::Auxiliary;'
#   at t/02_file.t line 11.
#     Tried to use 'Perl6::Say::Auxiliary'.
#     Error:  syntax error at t/lib/Perl6/Say/Auxiliary.pm line 6, near "our 
@ISA       "
# BEGIN not safe after errors--compilation aborted at 
t/lib/Perl6/Say/Auxiliary.pm line 13.
# BEGIN failed--compilation aborted at t/02_file.t line 11.
syntax error at t/02_file.t line 141, near "$fh,"
Global symbol "$fh" requires explicit package name at t/02_file.t line 141.
Global symbol "$arg" requires explicit package name at t/02_file.t line 141.
syntax error at t/02_file.t line 143, near "}"
Execution of t/02_file.t aborted due to compilation errors.
# Looks like you planned 28 tests but only ran 4.
# Looks like you failed 2 tests of 4 run.
# Looks like your test died just after 4.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1, 4-28
        Failed 26/28 tests, 7.14% okay
t/03_list............Use of reserved word "our" is deprecated at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 4.
Global symbol "$VERSION" requires explicit package name at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 4.

#   Failed test 'use Perl6::Say;'
#   at t/03_list.t line 8.
#     Tried to use 'Perl6::Say'.
#     Error:  BEGIN not safe after errors--compilation aborted at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 5.
# BEGIN failed--compilation aborted at t/03_list.t line 8.
Use of reserved word "our" is deprecated at t/lib/Perl6/Say/Auxiliary.pm line 6.
Array found where operator expected at t/lib/Perl6/Say/Auxiliary.pm line 6, at 
end of line
        (Do you need to predeclare our?)
Global symbol "@ISA" requires explicit package name at 
t/lib/Perl6/Say/Auxiliary.pm line 6.
Use of reserved word "our" is deprecated at t/lib/Perl6/Say/Auxiliary.pm line 7.
Array found where operator expected at t/lib/Perl6/Say/Auxiliary.pm line 7, at 
end of line
        (Do you need to predeclare our?)
Global symbol "@EXPORT_OK" requires explicit package name at 
t/lib/Perl6/Say/Auxiliary.pm line 7.

#   Failed test 'use Perl6::Say::Auxiliary;'
#   at t/03_list.t line 10.
#     Tried to use 'Perl6::Say::Auxiliary'.
#     Error:  syntax error at t/lib/Perl6/Say/Auxiliary.pm line 6, near "our 
@ISA       "
# BEGIN not safe after errors--compilation aborted at 
t/lib/Perl6/Say/Auxiliary.pm line 13.
# BEGIN failed--compilation aborted at t/03_list.t line 10.
Array found where operator expected at t/03_list.t line 20, at end of line
        (Missing operator before ?)
syntax error at t/03_list.t line 20, near "say @list"
Execution of t/03_list.t aborted due to compilation errors.
# Looks like you planned 11 tests but only ran 3.
# Looks like you failed 2 tests of 3 run.
# Looks like your test died just after 3.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1, 3-11
        Failed 10/11 tests, 9.09% okay
t/04_file_list.......Use of reserved word "our" is deprecated at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 4.
Global symbol "$VERSION" requires explicit package name at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 4.

#   Failed test 'use Perl6::Say;'
#   at t/04_file_list.t line 8.
#     Tried to use 'Perl6::Say'.
#     Error:  BEGIN not safe after errors--compilation aborted at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 5.
# BEGIN failed--compilation aborted at t/04_file_list.t line 8.
Use of reserved word "our" is deprecated at t/lib/Perl6/Say/Auxiliary.pm line 6.
Array found where operator expected at t/lib/Perl6/Say/Auxiliary.pm line 6, at 
end of line
        (Do you need to predeclare our?)
Global symbol "@ISA" requires explicit package name at 
t/lib/Perl6/Say/Auxiliary.pm line 6.
Use of reserved word "our" is deprecated at t/lib/Perl6/Say/Auxiliary.pm line 7.
Array found where operator expected at t/lib/Perl6/Say/Auxiliary.pm line 7, at 
end of line
        (Do you need to predeclare our?)
Global symbol "@EXPORT_OK" requires explicit package name at 
t/lib/Perl6/Say/Auxiliary.pm line 7.

#   Failed test 'use Perl6::Say::Auxiliary;'
#   at t/04_file_list.t line 11.
#     Tried to use 'Perl6::Say::Auxiliary'.
#     Error:  syntax error at t/lib/Perl6/Say/Auxiliary.pm line 6, near "our 
@ISA       "
# BEGIN not safe after errors--compilation aborted at 
t/lib/Perl6/Say/Auxiliary.pm line 13.
# BEGIN failed--compilation aborted at t/04_file_list.t line 11.
syntax error at t/04_file_list.t line 142, near "$fh,"
Global symbol "$fh" requires explicit package name at t/04_file_list.t line 142.
Global symbol "$arg" requires explicit package name at t/04_file_list.t line 
142.
syntax error at t/04_file_list.t line 144, near "}"
Execution of t/04_file_list.t aborted due to compilation errors.
# Looks like you planned 28 tests but only ran 4.
# Looks like you failed 2 tests of 4 run.
# Looks like your test died just after 4.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1, 4-28
        Failed 26/28 tests, 7.14% okay
t/05_scalar_ref......Use of reserved word "our" is deprecated at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 4.
Global symbol "$VERSION" requires explicit package name at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 4.

#   Failed test 'use Perl6::Say;'
#   at t/05_scalar_ref.t line 8.
#     Tried to use 'Perl6::Say'.
#     Error:  BEGIN not safe after errors--compilation aborted at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 5.
# BEGIN failed--compilation aborted at t/05_scalar_ref.t line 8.
Use of reserved word "our" is deprecated at t/lib/Perl6/Say/Auxiliary.pm line 6.
Array found where operator expected at t/lib/Perl6/Say/Auxiliary.pm line 6, at 
end of line
        (Do you need to predeclare our?)
Global symbol "@ISA" requires explicit package name at 
t/lib/Perl6/Say/Auxiliary.pm line 6.
Use of reserved word "our" is deprecated at t/lib/Perl6/Say/Auxiliary.pm line 7.
Array found where operator expected at t/lib/Perl6/Say/Auxiliary.pm line 7, at 
end of line
        (Do you need to predeclare our?)
Global symbol "@EXPORT_OK" requires explicit package name at 
t/lib/Perl6/Say/Auxiliary.pm line 7.

#   Failed test 'use Perl6::Say::Auxiliary;'
#   at t/05_scalar_ref.t line 10.
#     Tried to use 'Perl6::Say::Auxiliary'.
#     Error:  syntax error at t/lib/Perl6/Say/Auxiliary.pm line 6, near "our 
@ISA       "
# BEGIN not safe after errors--compilation aborted at 
t/lib/Perl6/Say/Auxiliary.pm line 13.
# BEGIN failed--compilation aborted at t/05_scalar_ref.t line 10.
Too many arguments for open at t/05_scalar_ref.t line 35, near "$string or"
Too many arguments for open at t/05_scalar_ref.t line 67, near "$string or"
Too many arguments for open at t/05_scalar_ref.t line 99, near "$string or"
Too many arguments for open at t/05_scalar_ref.t line 131, near "$string or"
Too many arguments for open at t/05_scalar_ref.t line 164, near "$string or"
syntax error at t/05_scalar_ref.t line 165, near "$fh,"
Global symbol "$fh" requires explicit package name at t/05_scalar_ref.t line 
165.
Global symbol "$arg" requires explicit package name at t/05_scalar_ref.t line 
165.
Global symbol "$string" requires explicit package name at t/05_scalar_ref.t 
line 167.
Too many arguments for open at t/05_scalar_ref.t line 196, near "$string or"
t/05_scalar_ref.t has too many errors.
# Looks like you planned 27 tests but only ran 3.
# Looks like you failed 2 tests of 3 run.
# Looks like your test died just after 3.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1, 3-27
        Failed 26/27 tests, 3.70% okay
t/06_io..............Use of reserved word "our" is deprecated at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 4.
Global symbol "$VERSION" requires explicit package name at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 4.

#   Failed test 'use Perl6::Say;'
#   at t/06_io.t line 8.
#     Tried to use 'Perl6::Say'.
#     Error:  BEGIN not safe after errors--compilation aborted at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 5.
# BEGIN failed--compilation aborted at t/06_io.t line 8.
Use of reserved word "our" is deprecated at t/lib/Perl6/Say/Auxiliary.pm line 6.
Array found where operator expected at t/lib/Perl6/Say/Auxiliary.pm line 6, at 
end of line
        (Do you need to predeclare our?)
Global symbol "@ISA" requires explicit package name at 
t/lib/Perl6/Say/Auxiliary.pm line 6.
Use of reserved word "our" is deprecated at t/lib/Perl6/Say/Auxiliary.pm line 7.
Array found where operator expected at t/lib/Perl6/Say/Auxiliary.pm line 7, at 
end of line
        (Do you need to predeclare our?)
Global symbol "@EXPORT_OK" requires explicit package name at 
t/lib/Perl6/Say/Auxiliary.pm line 7.

#   Failed test 'use Perl6::Say::Auxiliary;'
#   at t/06_io.t line 13.
#     Tried to use 'Perl6::Say::Auxiliary'.
#     Error:  syntax error at t/lib/Perl6/Say/Auxiliary.pm line 6, near "our 
@ISA       "
# BEGIN not safe after errors--compilation aborted at 
t/lib/Perl6/Say/Auxiliary.pm line 13.
# BEGIN failed--compilation aborted at t/06_io.t line 13.
syntax error at t/06_io.t line 24, near "$fh,"
syntax error at t/06_io.t line 26, near "} else"
Execution of t/06_io.t aborted due to compilation errors.
# Looks like you planned 22 tests but only ran 6.
# Looks like you failed 2 tests of 6 run.
# Looks like your test died just after 6.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1, 6-22
        Failed 18/22 tests, 18.18% okay
t/07_select..........Use of reserved word "our" is deprecated at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 4.
Global symbol "$VERSION" requires explicit package name at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 4.

#   Failed test 'use Perl6::Say;'
#   at t/07_select.t line 8.
#     Tried to use 'Perl6::Say'.
#     Error:  BEGIN not safe after errors--compilation aborted at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 5.
# BEGIN failed--compilation aborted at t/07_select.t line 8.
Use of reserved word "our" is deprecated at t/lib/Perl6/Say/Auxiliary.pm line 6.
Array found where operator expected at t/lib/Perl6/Say/Auxiliary.pm line 6, at 
end of line
        (Do you need to predeclare our?)
Global symbol "@ISA" requires explicit package name at 
t/lib/Perl6/Say/Auxiliary.pm line 6.
Use of reserved word "our" is deprecated at t/lib/Perl6/Say/Auxiliary.pm line 7.
Array found where operator expected at t/lib/Perl6/Say/Auxiliary.pm line 7, at 
end of line
        (Do you need to predeclare our?)
Global symbol "@EXPORT_OK" requires explicit package name at 
t/lib/Perl6/Say/Auxiliary.pm line 7.

#   Failed test 'use Perl6::Say::Auxiliary;'
#   at t/07_select.t line 10.
#     Tried to use 'Perl6::Say::Auxiliary'.
#     Error:  syntax error at t/lib/Perl6/Say/Auxiliary.pm line 6, near "our 
@ISA       "
# BEGIN not safe after errors--compilation aborted at 
t/lib/Perl6/Say/Auxiliary.pm line 13.
# BEGIN failed--compilation aborted at t/07_select.t line 10.
Too many arguments for open at t/07_select.t line 34, near "$string or"
Array found where operator expected at t/07_select.t line 36, at end of line
        (Missing operator before ?)
syntax error at t/07_select.t line 36, near "say @"
Global symbol "$arg" requires explicit package name at t/07_select.t line 36.
Global symbol "$string" requires explicit package name at t/07_select.t line 38.
Too many arguments for open at t/07_select.t line 67, near "$string or"
Array found where operator expected at t/07_select.t line 69, at end of line
        (Missing operator before ?)
syntax error at t/07_select.t line 69, near "say @"
syntax error at t/07_select.t line 72, near "}"
t/07_select.t has too many errors.
# Looks like you planned 19 tests but only ran 3.
# Looks like you failed 2 tests of 3 run.
# Looks like your test died just after 3.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1, 3-19
        Failed 18/19 tests, 5.26% okay
t/08_iohandle_say....Use of reserved word "our" is deprecated at 
t/lib/Perl6/Say/Auxiliary.pm line 6.
Array found where operator expected at t/lib/Perl6/Say/Auxiliary.pm line 6, at 
end of line
        (Do you need to predeclare our?)
Global symbol "@ISA" requires explicit package name at 
t/lib/Perl6/Say/Auxiliary.pm line 6.
Use of reserved word "our" is deprecated at t/lib/Perl6/Say/Auxiliary.pm line 7.
Array found where operator expected at t/lib/Perl6/Say/Auxiliary.pm line 7, at 
end of line
        (Do you need to predeclare our?)
Global symbol "@EXPORT_OK" requires explicit package name at 
t/lib/Perl6/Say/Auxiliary.pm line 7.

#   Failed test 'use Perl6::Say::Auxiliary;'
#   at t/08_iohandle_say.t line 10.
#     Tried to use 'Perl6::Say::Auxiliary'.
#     Error:  syntax error at t/lib/Perl6/Say/Auxiliary.pm line 6, near "our 
@ISA       "
# BEGIN not safe after errors--compilation aborted at 
t/lib/Perl6/Say/Auxiliary.pm line 13.
# BEGIN failed--compilation aborted at t/08_iohandle_say.t line 10.
Execution of t/08_iohandle_say.t aborted due to compilation errors.
# Looks like you planned 14 tests but only ran 3.
# Looks like you failed 1 test of 3 run.
# Looks like your test died just after 3.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 3-14
        Failed 12/14 tests, 14.29% okay
t/09_ors.............Use of reserved word "our" is deprecated at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 4.
Global symbol "$VERSION" requires explicit package name at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 4.

#   Failed test 'use Perl6::Say;'
#   at t/09_ors.t line 8.
#     Tried to use 'Perl6::Say'.
#     Error:  BEGIN not safe after errors--compilation aborted at 
/mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo/blib/lib/Perl6/Say.pm 
line 5.
# BEGIN failed--compilation aborted at t/09_ors.t line 8.
Too many arguments for open at t/09_ors.t line 24, near "$capture or"
Bareword "say" not allowed while "strict subs" in use at t/09_ors.t line 30.
Execution of t/09_ors.t aborted due to compilation errors.
# Looks like you planned 3 tests but only ran 2.
# Looks like you failed 1 test of 2 run.
# Looks like your test died just after 2.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1, 3
        Failed 2/3 tests, 33.33% okay
Failed Test         Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/01_stdout.t        255 65280    16   28  1 3-16
t/02_file.t          255 65280    28   50  1 4-28
t/03_list.t          255 65280    11   18  1 3-11
t/04_file_list.t     255 65280    28   50  1 4-28
t/05_scalar_ref.t    255 65280    27   50  1 3-27
t/06_io.t            255 65280    22   34  1 6-22
t/07_select.t        255 65280    19   34  1 3-19
t/08_iohandle_say.t  255 65280    14   23  3-14
t/09_ors.t           255 65280     3    3  1 3
Failed 9/9 test scripts. 153/168 subtests failed.
Files=9, Tests=168,  0 wallclock secs ( 0.19 cusr +  0.10 csys =  0.29 CPU)
Failed 9/9 test programs. 153/168 subtests failed.
*** Error code 35

Stop in /mnt/i386/usr/local/src/CPAN/build/Perl6-Say-0.09-5rbCXo.

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

Prerequisite modules loaded:

requires:

    Module       Need Have  
    ------------ ---- ------
    Carp         0    0     
    IO::Handle   0    1.1505
    Scalar::Util 1.07 1.19  
    Test::More   0.44 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/Archive-Zip-1.20-MmSx0V/blib/arch:/usr/local/src/CPAN/build/Archive-Zip-1.20-MmSx0V/blib/lib:/usr/local/src/CPAN/build/Tie-File-0.96-XoHMB6/blib/arch:/usr/local/src/CPAN/build/Tie-File-0.96-XoHMB6/blib/lib:/usr/local/src/CPAN/build/File-Path-2.02-NG2B1P/blib/arch:/usr/local/src/CPAN/build/File-Path-2.02-NG2B1P/blib/lib:/usr/local/src/CPAN/build/Number-Compare-0.01-xcYpmi/blib/arch:/usr/local/src/CPAN/build/Number-Compare-0.01-xcYpmi/blib/lib
    PERL5_CPANPLUS_IS_RUNNING = 97027
    PERL5_CPAN_IS_RUNNING = 97027
    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 1024 0 1000 1000
    $EGID = 1000 1024 0 1000 1000

Perl module toolchain versions installed:

    Module              Have     
    ------------------- ---------
    CPAN                1.92_51  
    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          3.25     
    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.74     


--

Summary of my perl5 (5.0 patchlevel 5 subversion 5) configuration:
  Platform:
    osname=freebsd, osvers=6.2-release, archname=amd64-freebsd
    uname='freebsd biokovo-amd64.herceg.de 6.2-release freebsd 6.2-release #0: 
fri jan 12 08:32:24 utc 2007 [EMAIL PROTECTED]:usrobjusrsrcsysgeneric amd64 '
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef useperlio=undef d_sfio=undef
  Compiler:
    cc='ccache cc', optimize='-O2 -pipe', gccversion=3.4.6 [FreeBSD] 20060305
    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=8, ptrsize=8, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    alignbytes=8, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='ccache cc', ldflags ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lgdbm -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