Report for Catalyst-Controller-RequestToken-0.07

Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: FAIL Catalyst-Controller-RequestToken-0.07 v5.10.1 FreeBSD
Date: 2012-08-09T16:28:21Z

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 Hideo Kimura,

This is a computer-generated report for Catalyst-Controller-RequestToken-0.07
on perl 5.10.1, created by CPAN-Reporter-1.2006.

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

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/perl5.10.1/bin/perl5.10.1 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t ....... ok
t/00_compile.t .... ok
[debug] Debug messages enabled
[debug] Statistics enabled
[debug] Loaded plugins:
.-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
| Catalyst::Plugin::Session  0.31                                                                                                                                                                                                                                       |
| Catalyst::Plugin::Session::State::Cookie  0.17                                                                                                                                                                                                                        |
| Catalyst::Plugin::Session::Store::Dummy                                                                                                                                                                                                                               |
'-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------'

[debug] Loaded dispatcher "Catalyst::Dispatcher"
[debug] Loaded engine "Catalyst::Engine"
[debug] Found home "/var/tmp/CPAN-build/Catalyst-Controller-RequestToken-0.07-2Vzw0I/t/lib/TestApp"
[debug] Loaded components:
.------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------.
| Class                                                                                                                                                                                                                                                      | Type     |
+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+
| TestApp::Controller::Root                                                                                                                                                                                                                                  | instance |
| TestApp::Controller::Simple                                                                                                                                                                                                                                | instance |
'------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------'

[debug] Loaded Private actions:
.-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------.
| Private                                                         | Class                                                                                                                           | Method                                                            |
+-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+
| /end                                                            | TestApp::Controller::Root                                                                                                       | end                                                               |
| /main                                                           | TestApp::Controller::Root                                                                                                       | main                                                              |
| /simple/form                                                    | TestApp::Controller::Simple                                                                                                     | form                                                              |
| /simple/confirm                                                 | TestApp::Controller::Simple                                                                                                     | confirm                                                           |
| /simple/error                                                   | TestApp::Controller::Simple                                                                                                     | error                                                             |
| /simple/complete                                                | TestApp::Controller::Simple                                                                                                     | complete                                                          |
'-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------'

[debug] Loaded Path actions:
.-----------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------.
| Path                                                                                                                              | Private                                                                                                                           |
+-----------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| /...                                                                                                                              | /main                                                                                                                             |
| /simple/complete/...                                                                                                              | /simple/complete                                                                                                                  |
| /simple/confirm/...                                                                                                               | /simple/confirm                                                                                                                   |
| /simple/error/...                                                                                                                 | /simple/error                                                                                                                     |
| /simple/form/...                                                                                                                  | /simple/form                                                                                                                      |
'-----------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------'

[info] Application powered by Catalyst 5.90015
[info] *** Request 1 (1.000/s) [87113] [Thu Aug  9 12:15:06 2012] ***
[debug] Path is "/"
[debug] "GET" request for "/" from "127.0.0.1"
[debug] Response Code: 200; Content-Type: text/html; charset=UTF-8; Content-Length: 17
[info] Request took 0.004090s (244.499/s)
.-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                                                                                                                                | Time      |
+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /main                                                                                                                                                                                                                                                 | 0.000163s |
| /end                                                                                                                                                                                                                                                  | 0.000113s |
'-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 2 (2.000/s) [87113] [Thu Aug  9 12:15:06 2012] ***
[debug] Path is "simple/form"
[debug] "GET" request for "simple/form" from "127.0.0.1"
[debug] create token
[debug] token is created: 3fca4839354579ef734bf4d60f1be0b099ba602c854f28af8f9c9daafe847008
[debug] Created session "ba6aebeadbfb0872e693542997cfc45e38da8e4c"
[debug] Response Code: 200; Content-Type: text/html; charset=UTF-8; Content-Length: 258
[info] Request took 0.019854s (50.368/s)
.-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                                                                                                                                | Time      |
+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /simple/form                                                                                                                                                                                                                                          | 0.003651s |
| /end                                                                                                                                                                                                                                                  | 0.000147s |
'-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 3 (3.000/s) [87113] [Thu Aug  9 12:15:06 2012] ***
[debug] Path is "simple/confirm"
[debug] "POST" request for "simple/confirm" from "127.0.0.1"
[debug] Body Parameters are:
.-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
| Parameter                           | Value                                                                                                                                                                                                                           |
+-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| __token                             | 3fca4839354579ef734bf4d60f1be0b099ba602c854f28af8f9c9daafe847008                                                                                                                                                                |
'-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------'
[debug] Response Code: 200; Content-Type: text/html; charset=UTF-8; Content-Length: 248
[info] Request took 0.004090s (244.499/s)
.-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                                                                                                                                | Time      |
+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /simple/confirm                                                                                                                                                                                                                                       | 0.000180s |
| /end                                                                                                                                                                                                                                                  | 0.000114s |
'-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 4 (4.000/s) [87113] [Thu Aug  9 12:15:06 2012] ***
[debug] Path is "simple/complete"
[debug] "POST" request for "simple/complete" from "127.0.0.1"
[debug] Body Parameters are:
.-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
| Parameter                           | Value                                                                                                                                                                                                                           |
+-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| __token                             | 3fca4839354579ef734bf4d60f1be0b099ba602c854f28af8f9c9daafe847008                                                                                                                                                                |
'-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------'
[debug] validate token
[debug] Found sessionid "ba6aebeadbfb0872e693542997cfc45e38da8e4c" in cookie
[debug] Restored session "ba6aebeadbfb0872e693542997cfc45e38da8e4c"
[debug] session:3fca4839354579ef734bf4d60f1be0b099ba602c854f28af8f9c9daafe847008
[debug] request:3fca4839354579ef734bf4d60f1be0b099ba602c854f28af8f9c9daafe847008
[debug] token is valid
[debug] remove token
[debug] Response Code: 200; Content-Type: text/html; charset=UTF-8; Content-Length: 34
[info] Request took 0.005699s (175.469/s)
.-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                                                                                                                                | Time      |
+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /simple/complete                                                                                                                                                                                                                                      | 0.001100s |
| /end                                                                                                                                                                                                                                                  | 0.000139s |
'-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 5 (5.000/s) [87113] [Thu Aug  9 12:15:06 2012] ***
[debug] Path is "simple/complete"
[debug] "POST" request for "simple/complete" from "127.0.0.1"
[debug] Body Parameters are:
.-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
| Parameter                           | Value                                                                                                                                                                                                                           |
+-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| __token                             | 3fca4839354579ef734bf4d60f1be0b099ba602c854f28af8f9c9daafe847008                                                                                                                                                                |
'-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------'
[debug] validate token
[debug] Found sessionid "ba6aebeadbfb0872e693542997cfc45e38da8e4c" in cookie
[debug] Restored session "ba6aebeadbfb0872e693542997cfc45e38da8e4c"
[debug] session:
[debug] request:3fca4839354579ef734bf4d60f1be0b099ba602c854f28af8f9c9daafe847008
[debug] token is invalid
[debug] remove token
[debug] Response Code: 200; Content-Type: text/html; charset=UTF-8; Content-Length: 41
[info] Request took 0.006249s (160.026/s)
.-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                                                                                                                                | Time      |
+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /simple/complete                                                                                                                                                                                                                                      | 0.001638s |
|  -> /simple/error                                                                                                                                                                                                                                     | 0.000267s |
| /end                                                                                                                                                                                                                                                  | 0.000125s |
'-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 6 (6.000/s) [87113] [Thu Aug  9 12:15:07 2012] ***
[debug] Path is "simple/complete"
[debug] "POST" request for "simple/complete" from "127.0.0.1"
[debug] Body Parameters are:
.-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
| Parameter                           | Value                                                                                                                                                                                                                           |
+-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| __token                             | 3fca4839354579ef734bf4d60f1be0b099ba602c854f28af8f9c9daafe847008                                                                                                                                                                |
'-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------'
[debug] validate token
[debug] Found sessionid "ba6aebeadbfb0872e693542997cfc45e38da8e4c" in cookie
[debug] Restored session "ba6aebeadbfb0872e693542997cfc45e38da8e4c"
[debug] session:
[debug] request:3fca4839354579ef734bf4d60f1be0b099ba602c854f28af8f9c9daafe847008
[debug] token is invalid
[debug] remove token
[debug] Response Code: 200; Content-Type: text/html; charset=UTF-8; Content-Length: 41
[info] Request took 0.006021s (166.085/s)
.-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                                                                                                                                | Time      |
+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /simple/complete                                                                                                                                                                                                                                      | 0.001484s |
|  -> /simple/error                                                                                                                                                                                                                                     | 0.000225s |
| /end                                                                                                                                                                                                                                                  | 0.000122s |
'-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 7 (7.000/s) [87113] [Thu Aug  9 12:15:07 2012] ***
[debug] Path is "simple/form"
[debug] "GET" request for "simple/form" from "127.0.0.1"
[debug] create token
[debug] token is created: 104452d0234621590de138b5525b3ffbb7f559c28f3acb1d9271ba3b2c0dd11a
[debug] Found sessionid "ba6aebeadbfb0872e693542997cfc45e38da8e4c" in cookie
[debug] Restored session "ba6aebeadbfb0872e693542997cfc45e38da8e4c"
[debug] Response Code: 200; Content-Type: text/html; charset=UTF-8; Content-Length: 258
[info] Request took 0.005252s (190.404/s)
.-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                                                                                                                                | Time      |
+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /simple/form                                                                                                                                                                                                                                          | 0.001024s |
| /end                                                                                                                                                                                                                                                  | 0.000146s |
'-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 8 (8.000/s) [87113] [Thu Aug  9 12:15:07 2012] ***
[debug] Path is "simple/confirm"
[debug] "POST" request for "simple/confirm" from "127.0.0.1"
[debug] Body Parameters are:
.-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
| Parameter                           | Value                                                                                                                                                                                                                           |
+-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| __token                             | 104452d0234621590de138b5525b3ffbb7f559c28f3acb1d9271ba3b2c0dd11a                                                                                                                                                                |
'-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------'
[debug] Response Code: 200; Content-Type: text/html; charset=UTF-8; Content-Length: 248
[info] Request took 0.003955s (252.845/s)
.-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                                                                                                                                | Time      |
+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /simple/confirm                                                                                                                                                                                                                                       | 0.000184s |
| /end                                                                                                                                                                                                                                                  | 0.000116s |
'-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 9 (9.000/s) [87113] [Thu Aug  9 12:15:07 2012] ***
[debug] Path is "simple/complete"
[debug] "POST" request for "simple/complete" from "127.0.0.1"
[debug] Body Parameters are:
.-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
| Parameter                           | Value                                                                                                                                                                                                                           |
+-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| __token                             | 104452d0234621590de138b5525b3ffbb7f559c28f3acb1d9271ba3b2c0dd11a                                                                                                                                                                |
'-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------'
[debug] validate token
[debug] Found sessionid "ba6aebeadbfb0872e693542997cfc45e38da8e4c" in cookie
[debug] Restored session "ba6aebeadbfb0872e693542997cfc45e38da8e4c"
[debug] session:104452d0234621590de138b5525b3ffbb7f559c28f3acb1d9271ba3b2c0dd11a
[debug] request:104452d0234621590de138b5525b3ffbb7f559c28f3acb1d9271ba3b2c0dd11a
[debug] token is valid
[debug] remove token
[debug] Response Code: 200; Content-Type: text/html; charset=UTF-8; Content-Length: 34
[info] Request took 0.005584s (179.083/s)
.-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                                                                                                                                | Time      |
+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /simple/complete                                                                                                                                                                                                                                      | 0.001050s |
| /end                                                                                                                                                                                                                                                  | 0.000140s |
'-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

t/live-test.t ..... ok
t/pod.t ........... ok

#   Failed test 'Pod coverage on Catalyst::Controller::RequestToken'
#   at /usr/perl5.10.1/lib/site_perl/5.10.1/Test/Pod/Coverage.pm line 126.
# Coverage for Catalyst::Controller::RequestToken is 83.3%, with 1 naked subroutine:
# 	BUILD
# Looks like you failed 1 test of 4.
t/pod_coverage.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests 

Test Summary Report
-------------------
t/pod_coverage.t (Wstat: 256 Tests: 4 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=5, Tests=25,  5 wallclock secs ( 0.02 usr  0.04 sys +  3.18 cusr  0.31 csys =  3.55 CPU)
Result: FAIL
Failed 1/5 test programs. 1/25 subtests failed.
*** Error code 1

Stop in /var/tmp/CPAN-build/Catalyst-Controller-RequestToken-0.07-2Vzw0I.

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

Prerequisite modules loaded:

requires:

    Module                                   Need Have   
    ---------------------------------------- ---- -------
    Digest                                   0    1.17   
    Scalar::Util                             0    1.25   

build_requires:

    Module                                   Need Have   
    ---------------------------------------- ---- -------
    Catalyst::Action::RenderView             0    0.16   
    Catalyst::Plugin::Session                0    0.31   
    Catalyst::Plugin::Session::State::Cookie 0    0.17   
    Catalyst::Runtime                        5.8  5.90015
    ExtUtils::MakeMaker                      6.36 6.62   
    ok                                       0    0.02   
    Test::More                               0    0.98   

configure_requires:

    Module                                   Need Have   
    ---------------------------------------- ---- -------
    ExtUtils::MakeMaker                      6.36 6.62   


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

Environment variables:

    DBIC_NO_WARN_BAD_PERL = 1
    PATH = /usr/local/bin:/usr/X11R6/bin:/usr/X11/bin:/usr/perl5.8.0/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/pilot/bin:/home/cpansand/bin/freebsd8.0:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/X386/bin:/usr/games:/home/cpansand/devel:/usr/home/e/eserte/work/srezic-misc/scripts
    PERL5LIB = /usr/local/src/CPAN/build/ATIFK-HyfZpR/blib/arch:/usr/local/src/CPAN/build/ATIFK-HyfZpR/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 86921
    PERL5_CPAN_IS_RUNNING = 86921
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 86900,86921
    PERL_BATCH = yes
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/v63RC8NvTi_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla
    SHELL = /usr/local/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023

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

    $^X = /usr/perl5.10.1/bin/perl5.10.1
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                1.9800  
    CPAN::Meta          2.112150
    Cwd                 3.33    
    ExtUtils::CBuilder  0.280205
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.54    
    ExtUtils::MakeMaker 6.62    
    ExtUtils::Manifest  1.60    
    ExtUtils::ParseXS   3.15    
    File::Spec          3.33    
    JSON                2.53    
    JSON::PP            2.27200 
    Module::Build       0.4002  
    Module::Signature   0.68    
    Parse::CPAN::Meta   1.4403  
    Test::Harness       3.23    
    Test::More          0.98    
    YAML                0.81    
    YAML::Syck          1.20    
    version             0.96    


--

Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
   
  Platform:
    osname=freebsd, osvers=8.0-release, archname=i386-freebsd
    uname='freebsd biokovo.herceg.de 8.0-release freebsd 8.0-release #0: sat nov 21 15:48:17 utc 2009 root@almeida.cse.buffalo.edu:usrobjusrsrcsysgeneric i386 '
    config_args='-Dprefix=/usr/perl5.10.1 -Dusemymalloc=n -D cc=ccache cc -Dgccansipedantic -Duse64bit -de -D hintfile=myfreebsd'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='ccache cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O2 -mtune=athlon64 -pipe',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 20070719  [FreeBSD]', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='ccache 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_USE_DEVEL
                        USE_LARGE_FILES USE_PERLIO
  Built under freebsd
  Compiled at Feb  6 2010 13:47:51
  %ENV:
    PERL5LIB="/usr/local/src/CPAN/build/ATIFK-HyfZpR/blib/arch:/usr/local/src/CPAN/build/ATIFK-HyfZpR/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="86921"
    PERL5_CPAN_IS_RUNNING="86921"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="86900,86921"
    PERL_BATCH="yes"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/v63RC8NvTi_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_HTML_DISPLAY_CLASS="HTML::Display::Mozilla"
  @INC:
    /usr/local/src/CPAN/build/ATIFK-HyfZpR/blib/arch
    /usr/local/src/CPAN/build/ATIFK-HyfZpR/blib/lib
    /usr/perl5.10.1/lib/5.10.1/i386-freebsd
    /usr/perl5.10.1/lib/5.10.1
    /usr/perl5.10.1/lib/site_perl/5.10.1/i386-freebsd
    /usr/perl5.10.1/lib/site_perl/5.10.1
    .