Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: PASS CGI-Session-4.43 v5.14.1 FreeBSD
Date: 2012-08-15T16:26:28Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear MARKSTOS,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.9130. Testers personal comments may appear
at the end of this report.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
TEST RESULTS:
Below is the error stack from stage 'make test':
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/api3_db_file.t ................ ok
t/api3_db_file_freezethaw.t ..... skipped: FreezeThaw not available
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/api3_db_file_storable.t ....... ok
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/api3_db_file_storable_incr.t .. ok
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/api3_file.t ................... ok
t/api3_file_freezethaw.t ........ skipped: FreezeThaw not available
t/api3_file_freezethaw_incr.t ... skipped: FreezeThaw not available
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/api3_file_storable.t .......... ok
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/api3_file_storable_incr.t ..... ok
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/api3_incr.t ................... ok
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
#Using Storable as object serializer
t/api3_obj_store.t .............. ok
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/api3_obj_store_db_file.t ...... ok
Use of qw(...) as parentheses is deprecated at /usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804.
t/bug21952.t .................... ok
Use of qw(...) as parentheses is deprecated at /usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804.
t/bug24285.t .................... ok
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/cgi_simple.t .................. skipped: CGI::Simple not installed, so skipping related tests.
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/complex_ds.t .................. ok
t/driver_dbi.t .................. skipped: DBI module not found
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/expire.t ...................... ok
Use of qw(...) as parentheses is deprecated at /usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804.
# The found session has been deleted and flushed
t/find.t ........................ ok
Use of qw(...) as parentheses is deprecated at /usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804.
t/flush.t ....................... ok
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/g4.t .......................... ok
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/g4_dbfile.t ................... ok
t/g4_dbfile_freezethaw.t ........ skipped: FreezeThaw is NOT available
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/g4_dbfile_storable.t .......... ok
t/g4_freezethaw.t ............... skipped: FreezeThaw is NOT available
t/g4_mysql.t .................... skipped: DBI is NOT available
t/g4_mysql_freezethaw.t ......... skipped: DBI is NOT available
t/g4_mysql_storable.t ........... skipped: DBI is NOT available
t/g4_postgresql.t ............... skipped: DataSource is not known
t/g4_postgresql_freezethaw.t .... skipped: DataSource is not known
t/g4_postgresql_storable.t ...... skipped: DataSource is not known
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/g4_sqlite.t ................... skipped: DBI is NOT available
t/g4_sqlite_freezethaw.t ........ skipped: DBI is NOT available
t/g4_sqlite_storable.t .......... skipped: DBI is NOT available
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/g4_storable.t ................. ok
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/header.t ...................... ok
Use of qw(...) as parentheses is deprecated at t/ip_matches.t line 39 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
t/ip_matches.t .................. ok
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/is_new.t ...................... ok
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
Argument "wrong" isn't numeric in numeric ne (!=) at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 684 (#2)
(W numeric) The indicated string was fed as an argument to an operator
that expected a numeric value instead. If you're fortunate the message
will identify which operator was so unfortunate.
t/load.t ........................ ok
Use of qw(...) as parentheses is deprecated at /usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804.
t/load_with_undef.t ............. ok
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/name.t ........................ ok
Use of qw(...) as parentheses is deprecated at /usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804.
t/new_with_undef.t .............. ok
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/parse_dsn.t ................... ok
Use of qw(...) as parentheses is deprecated at /usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804.
t/remote_addr.t ................. ok
Use of qw(...) as parentheses is deprecated at /usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804.
# Check in STORE of original item
# Check in STORE of stored/retrieved item
# Check in LOAD after loading from session
t/session_param_undef.t ......... ok
Use of qw(...) as parentheses is deprecated at
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804 (#1)
(D deprecated) You have something like foreach $x qw(a b c) {...},
using a qw(...) list literal where a parenthesised expression is
expected. Historically the parser fooled itself into thinking that
qw(...) literals were always enclosed in parentheses, and as a result
you could sometimes omit parentheses around them. (You could never do
the foreach qw(a b c) {...} that you might have expected, though.)
The parser no longer lies to itself in this way. Wrap the list literal
in parentheses, like foreach $x (qw(a b c)) {...}.
t/str2seconds.t ................. ok
Use of qw(...) as parentheses is deprecated at /usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804.
t/symlink_db_file.t ............. ok
Use of qw(...) as parentheses is deprecated at /usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib/CGI/Session.pm line 804.
t/symlink_file.t ................ ok
All tests successful.
Files=48, Tests=674, 19 wallclock secs ( 0.16 usr 0.07 sys + 5.79 cusr 0.45 csys = 6.47 CPU)
Result: PASS
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Module Name Have Want
CGI 3.52 3.26
Data::Dumper 2.130_02 0
Digest::MD5 2.51 0
Scalar::Util 1.23 0
Test::More 0.98 0
Perl module toolchain versions installed:
Module Name Have
CPANPLUS 0.9130
CPANPLUS::Dist::Build 0.62
Cwd 3.36
ExtUtils::CBuilder 0.280205
ExtUtils::Command 1.17
ExtUtils::Install 1.56
ExtUtils::MakeMaker 6.62
ExtUtils::Manifest 1.60
ExtUtils::ParseXS 3.15
File::Spec 3.33
Module::Build 0.4002
Test::Harness 3.25
Test::More 0.98
version 0.99
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.
If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
Additional comments:
This report was machine-generated by CPANPLUS::Dist::YACSmoke 0.84.
Powered by minismokebox version 0.54
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
PERL5LIB = :/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/arch
PERL5_CPANPLUS_IS_RUNNING = 96101
PERL5_CPANPLUS_IS_VERSION = 0.9130
PERL5_MINISMOKEBOX = 0.54
PERL5_YACSMOKE_BASE = /usr/home/cpan/pit/bare/conf/perl-5.14.1
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/local/bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /usr/home/cpan/pit/bare/perl-5.14.1/bin/perl
UID: $< = 1002
EUID: $> = 1002
GID: $( = 1002 1002
EGID: $) = 1002 1002
-------------------------------
--
Summary of my perl5 (revision 5 version 14 subversion 1) configuration:
Platform:
osname=freebsd, osvers=9.0-release, archname=amd64-freebsd
uname='freebsd fremen 9.0-release freebsd 9.0-release #0: tue jan 3 07:46:30 utc 2012 root@farrell.cse.buffalo.edu:usrobjusrsrcsysgeneric amd64 '
config_args='-des -Dprefix=/usr/home/cpan/pit/bare/perl-5.14.1'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
optimize='-O',
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.2.1 20070831 patched [FreeBSD]', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags ='-Wl,-E -fstack-protector -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib
libs=-lgdbm -lm -lcrypt -lutil -lc
perllibs=-lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT
USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
Built under freebsd
Compiled at Jan 11 2012 23:02:46
%ENV:
PERL5LIB=":/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/arch"
PERL5_CPANPLUS_IS_RUNNING="96101"
PERL5_CPANPLUS_IS_VERSION="0.9130"
PERL5_MINISMOKEBOX="0.54"
PERL5_YACSMOKE_BASE="/usr/home/cpan/pit/bare/conf/perl-5.14.1"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/lib
/usr/home/cpan/pit/bare/conf/perl-5.14.1/.cpanplus/5.14.1/build/CGI-Session-4.43/blib/arch
/usr/home/cpan/pit/bare/perl-5.14.1/lib/site_perl/5.14.1/amd64-freebsd
/usr/home/cpan/pit/bare/perl-5.14.1/lib/site_perl/5.14.1
/usr/home/cpan/pit/bare/perl-5.14.1/lib/5.14.1/amd64-freebsd
/usr/home/cpan/pit/bare/perl-5.14.1/lib/5.14.1
.