Catalyst-Controller-Resources v0.08 Perl 5 v5.12.1 OpenBSD.i386-openbsd-thread-multi
- Status
- Fail
- From
- Jeff Lavallee (JLAVALLEE)
- Dist
-
Catalyst-Controller-Resources v0.08
- Platform
- Perl 5 v5.12.1 OpenBSD.i386-openbsd-thread-multi
- Date
- 2010-08-11 09:24:48
- ID
- 4972f8cc-a52a-11df-a644-32cc95cb063e
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 NAKAGAWA Masaki,
This is a computer-generated report for Catalyst-Controller-Resources-0.08
on perl 5.12.1, created by CPAN-Reporter-1.1711.
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:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 /usr/local/perl-5.12.1-threads/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/00_compile.t ..................... ok
# Failed test 'request success: list'
# at t/10_resources.t line 13.
# Failed test 'valid contents: list'
# at t/10_resources.t line 14.
# got: '404 Not Found'
# expected: 'users/list'
# Failed test 'request success: create'
# at t/10_resources.t line 13.
# Failed test 'valid contents: create'
# at t/10_resources.t line 14.
# got: '404 Not Found'
# expected: 'users/create'
# Failed test 'request success: post'
# at t/10_resources.t line 13.
# Failed test 'valid contents: post'
# at t/10_resources.t line 14.
# got: '404 Not Found'
# expected: 'users/post'
# Failed test 'request success: show'
# at t/10_resources.t line 13.
# Failed test 'valid contents: show'
# at t/10_resources.t line 14.
# got: '404 Not Found'
# expected: 'users/show'
# Failed test 'request success: update'
# at t/10_resources.t line 13.
# Failed test 'valid contents: update'
# at t/10_resources.t line 14.
# got: '404 Not Found'
# expected: 'users/update'
# Failed test 'request success: destroy'
# at t/10_resources.t line 13.
# Failed test 'valid contents: destroy'
# at t/10_resources.t line 14.
# got: '404 Not Found'
# expected: 'users/destroy'
# Failed test 'request success: edit'
# at t/10_resources.t line 13.
# Failed test 'valid contents: edit'
# at t/10_resources.t line 14.
# got: '404 Not Found'
# expected: 'users/edit'
# Failed test 'request success: delete'
# at t/10_resources.t line 13.
# Failed test 'valid contents: delete'
# at t/10_resources.t line 14.
# got: '404 Not Found'
# expected: 'users/delete'
# Failed test 'request success: extra collection'
# at t/10_resources.t line 13.
# Failed test 'valid contents: extra collection'
# at t/10_resources.t line 14.
# got: '404 Not Found'
# expected: 'users/login'
# Failed test 'request success: extra member'
# at t/10_resources.t line 13.
# Failed test 'valid contents: extra member'
# at t/10_resources.t line 14.
# got: '404 Not Found'
# expected: 'users/feed'
# Looks like you failed 20 tests of 20.
t/10_resources.t ...................
Dubious, test returned 20 (wstat 5120, 0x1400)
Failed 20/20 subtests
# Failed test 'request success: list'
# at t/11_nested_resources.t line 13.
# Failed test 'valid contents: list'
# at t/11_nested_resources.t line 14.
# got: '404 Not Found'
# expected: 'pages/list'
# Failed test 'request success: create'
# at t/11_nested_resources.t line 13.
# Failed test 'valid contents: create'
# at t/11_nested_resources.t line 14.
# got: '404 Not Found'
# expected: 'pages/create'
# Failed test 'request success: post'
# at t/11_nested_resources.t line 13.
# Failed test 'valid contents: post'
# at t/11_nested_resources.t line 14.
# got: '404 Not Found'
# expected: 'pages/post'
# Failed test 'request success: show'
# at t/11_nested_resources.t line 13.
# Failed test 'valid contents: show'
# at t/11_nested_resources.t line 14.
# got: '404 Not Found'
# expected: 'pages/show'
# Failed test 'request success: update'
# at t/11_nested_resources.t line 13.
# Failed test 'valid contents: update'
# at t/11_nested_resources.t line 14.
# got: '404 Not Found'
# expected: 'pages/update'
# Failed test 'request success: destroy'
# at t/11_nested_resources.t line 13.
# Failed test 'valid contents: destroy'
# at t/11_nested_resources.t line 14.
# got: '404 Not Found'
# expected: 'pages/destroy'
# Failed test 'request success: edit'
# at t/11_nested_resources.t line 13.
# Failed test 'valid contents: edit'
# at t/11_nested_resources.t line 14.
# got: '404 Not Found'
# expected: 'pages/edit'
# Failed test 'request success: delete'
# at t/11_nested_resources.t line 13.
# Failed test 'valid contents: delete'
# at t/11_nested_resources.t line 14.
# got: '404 Not Found'
# expected: 'pages/delete'
# Looks like you failed 16 tests of 16.
t/11_nested_resources.t ............
Dubious, test returned 16 (wstat 4096, 0x1000)
Failed 16/16 subtests
# Failed test 'request success: nested list'
# at t/12_namespace_nested_resources.t line 13.
# Failed test 'valid contents: nested list'
# at t/12_namespace_nested_resources.t line 14.
# got: '404 Not Found'
# expected: 'users/articles/list'
# Failed test 'request success: nested create'
# at t/12_namespace_nested_resources.t line 13.
# Failed test 'valid contents: nested create'
# at t/12_namespace_nested_resources.t line 14.
# got: '404 Not Found'
# expected: 'users/articles/create'
# Failed test 'request success: nested show'
# at t/12_namespace_nested_resources.t line 13.
# Failed test 'valid contents: nested show'
# at t/12_namespace_nested_resources.t line 14.
# got: '404 Not Found'
# expected: 'users/articles/show'
# Failed test 'request success: nested update'
# at t/12_namespace_nested_resources.t line 13.
# Failed test 'valid contents: nested update'
# at t/12_namespace_nested_resources.t line 14.
# got: '404 Not Found'
# expected: 'users/articles/update'
# Failed test 'request success: nested destroy'
# at t/12_namespace_nested_resources.t line 13.
# Failed test 'valid contents: nested destroy'
# at t/12_namespace_nested_resources.t line 14.
# got: '404 Not Found'
# expected: 'users/articles/destroy'
# Failed test 'request success: complex nested list'
# at t/12_namespace_nested_resources.t line 13.
# Failed test 'valid contents: complex nested list'
# at t/12_namespace_nested_resources.t line 14.
# got: '404 Not Found'
# expected: 'users/articles/comments/list'
# Failed test 'request success: complex nested create'
# at t/12_namespace_nested_resources.t line 13.
# Failed test 'valid contents: complex nested create'
# at t/12_namespace_nested_resources.t line 14.
# got: '404 Not Found'
# expected: 'users/articles/comments/create'
# Failed test 'request success: complex nested show'
# at t/12_namespace_nested_resources.t line 13.
# Failed test 'valid contents: complex nested show'
# at t/12_namespace_nested_resources.t line 14.
# got: '404 Not Found'
# expected: 'users/articles/comments/show'
# Failed test 'request success: complex nested update'
# at t/12_namespace_nested_resources.t line 13.
# Failed test 'valid contents: complex nested update'
# at t/12_namespace_nested_resources.t line 14.
# got: '404 Not Found'
# expected: 'users/articles/comments/update'
# Failed test 'request success: complex nested destroy'
# at t/12_namespace_nested_resources.t line 13.
# Failed test 'valid contents: complex nested destroy'
# at t/12_namespace_nested_resources.t line 14.
# got: '404 Not Found'
# expected: 'users/articles/comments/destroy'
# Looks like you failed 20 tests of 20.
t/12_namespace_nested_resources.t ..
Dubious, test returned 20 (wstat 5120, 0x1400)
Failed 20/20 subtests
# Failed test 'request success: create'
# at t/20_singleton_resource.t line 13.
# Failed test 'valid contents: create'
# at t/20_singleton_resource.t line 14.
# got: '404 Not Found'
# expected: 'account/create'
# Failed test 'request success: post'
# at t/20_singleton_resource.t line 13.
# Failed test 'valid contents: post'
# at t/20_singleton_resource.t line 14.
# got: '404 Not Found'
# expected: 'account/post'
# Failed test 'request success: show'
# at t/20_singleton_resource.t line 13.
# Failed test 'valid contents: show'
# at t/20_singleton_resource.t line 14.
# got: '404 Not Found'
# expected: 'account/show'
# Failed test 'request success: update'
# at t/20_singleton_resource.t line 13.
# Failed test 'valid contents: update'
# at t/20_singleton_resource.t line 14.
# got: '404 Not Found'
# expected: 'account/update'
# Failed test 'request success: destroy'
# at t/20_singleton_resource.t line 13.
# Failed test 'valid contents: destroy'
# at t/20_singleton_resource.t line 14.
# got: '404 Not Found'
# expected: 'account/destroy'
# Failed test 'request success: edit'
# at t/20_singleton_resource.t line 13.
# Failed test 'valid contents: edit'
# at t/20_singleton_resource.t line 14.
# got: '404 Not Found'
# expected: 'account/edit'
# Failed test 'request success: delete'
# at t/20_singleton_resource.t line 13.
# Failed test 'valid contents: delete'
# at t/20_singleton_resource.t line 14.
# got: '404 Not Found'
# expected: 'account/delete'
# Looks like you failed 14 tests of 14.
t/20_singleton_resource.t ..........
Dubious, test returned 14 (wstat 3584, 0xe00)
Failed 14/14 subtests
# Failed test 'request success: index'
# at t/21_nested_singleton_resource.t line 13.
# Failed test 'valid contents: index'
# at t/21_nested_singleton_resource.t line 14.
# got: '404 Not Found'
# expected: 'messages/list'
# Failed test 'request success: create'
# at t/21_nested_singleton_resource.t line 13.
# Failed test 'valid contents: create'
# at t/21_nested_singleton_resource.t line 14.
# got: '404 Not Found'
# expected: 'messages/create'
# Failed test 'request success: post'
# at t/21_nested_singleton_resource.t line 13.
# Failed test 'valid contents: post'
# at t/21_nested_singleton_resource.t line 14.
# got: '404 Not Found'
# expected: 'messages/post'
# Failed test 'request success: show'
# at t/21_nested_singleton_resource.t line 13.
# Failed test 'valid contents: show'
# at t/21_nested_singleton_resource.t line 14.
# got: '404 Not Found'
# expected: 'messages/show'
# Failed test 'request success: update'
# at t/21_nested_singleton_resource.t line 13.
# Failed test 'valid contents: update'
# at t/21_nested_singleton_resource.t line 14.
# got: '404 Not Found'
# expected: 'messages/update'
# Failed test 'request success: destroy'
# at t/21_nested_singleton_resource.t line 13.
# Failed test 'valid contents: destroy'
# at t/21_nested_singleton_resource.t line 14.
# got: '404 Not Found'
# expected: 'messages/destroy'
# Failed test 'request success: edit'
# at t/21_nested_singleton_resource.t line 13.
# Failed test 'valid contents: edit'
# at t/21_nested_singleton_resource.t line 14.
# got: '404 Not Found'
# expected: 'messages/edit'
# Failed test 'request success: delete'
# at t/21_nested_singleton_resource.t line 13.
# Failed test 'valid contents: delete'
# at t/21_nested_singleton_resource.t line 14.
# got: '404 Not Found'
# expected: 'messages/delete'
# Looks like you failed 16 tests of 16.
t/21_nested_singleton_resource.t ...
Dubious, test returned 16 (wstat 4096, 0x1000)
Failed 16/16 subtests
# Failed test 'request success: index'
# at t/30_deep_endpoint.t line 13.
# Failed test 'valid contents: index'
# at t/30_deep_endpoint.t line 14.
# got: '404 Not Found'
# expected: 'foo/bar/list'
# Failed test 'request success: create'
# at t/30_deep_endpoint.t line 13.
# Failed test 'valid contents: create'
# at t/30_deep_endpoint.t line 14.
# got: '404 Not Found'
# expected: 'foo/bar/create'
# Failed test 'request success: post'
# at t/30_deep_endpoint.t line 13.
# Failed test 'valid contents: post'
# at t/30_deep_endpoint.t line 14.
# got: '404 Not Found'
# expected: 'foo/bar/post'
# Failed test 'request success: show'
# at t/30_deep_endpoint.t line 13.
# Failed test 'valid contents: show'
# at t/30_deep_endpoint.t line 14.
# got: '404 Not Found'
# expected: 'foo/bar/show'
# Failed test 'request success: update'
# at t/30_deep_endpoint.t line 13.
# Failed test 'valid contents: update'
# at t/30_deep_endpoint.t line 14.
# got: '404 Not Found'
# expected: 'foo/bar/update'
# Failed test 'request success: destroy'
# at t/30_deep_endpoint.t line 13.
# Failed test 'valid contents: destroy'
# at t/30_deep_endpoint.t line 14.
# got: '404 Not Found'
# expected: 'foo/bar/destroy'
# Failed test 'request success: edit'
# at t/30_deep_endpoint.t line 13.
# Failed test 'valid contents: edit'
# at t/30_deep_endpoint.t line 14.
# got: '404 Not Found'
# expected: 'foo/bar/edit'
# Failed test 'request success: delete'
# at t/30_deep_endpoint.t line 13.
# Failed test 'valid contents: delete'
# at t/30_deep_endpoint.t line 14.
# got: '404 Not Found'
# expected: 'foo/bar/delete'
# Failed test 'request success: more deep index'
# at t/30_deep_endpoint.t line 13.
# Failed test 'valid contents: more deep index'
# at t/30_deep_endpoint.t line 14.
# got: '404 Not Found'
# expected: 'foo/bar/buz/list'
# Failed test 'request success: more deep create'
# at t/30_deep_endpoint.t line 13.
# Failed test 'valid contents: more deep create'
# at t/30_deep_endpoint.t line 14.
# got: '404 Not Found'
# expected: 'foo/bar/buz/create'
# Failed test 'request success: more deep post'
# at t/30_deep_endpoint.t line 13.
# Failed test 'valid contents: more deep post'
# at t/30_deep_endpoint.t line 14.
# got: '404 Not Found'
# expected: 'foo/bar/buz/post'
# Failed test 'request success: more deep show'
# at t/30_deep_endpoint.t line 13.
# Failed test 'valid contents: more deep show'
# at t/30_deep_endpoint.t line 14.
# got: '404 Not Found'
# expected: 'foo/bar/buz/show'
# Failed test 'request success: more deep update'
# at t/30_deep_endpoint.t line 13.
# Failed test 'valid contents: more deep update'
# at t/30_deep_endpoint.t line 14.
# got: '404 Not Found'
# expected: 'foo/bar/buz/update'
# Failed test 'request success: more deep destroy'
# at t/30_deep_endpoint.t line 13.
# Failed test 'valid contents: more deep destroy'
# at t/30_deep_endpoint.t line 14.
# got: '404 Not Found'
# expected: 'foo/bar/buz/destroy'
# Failed test 'request success: more deep edit'
# at t/30_deep_endpoint.t line 13.
# Failed test 'valid contents: more deep edit'
# at t/30_deep_endpoint.t line 14.
# got: '404 Not Found'
# expected: 'foo/bar/buz/edit'
# Failed test 'request success: more deep delete'
# at t/30_deep_endpoint.t line 13.
# Failed test 'valid contents: more deep delete'
# at t/30_deep_endpoint.t line 14.
# got: '404 Not Found'
# expected: 'foo/bar/buz/delete'
# Looks like you failed 32 tests of 32.
t/30_deep_endpoint.t ...............
Dubious, test returned 32 (wstat 8192, 0x2000)
Failed 32/32 subtests
# Failed test at t/31_path_prefix.t line 7.
# Failed test at t/31_path_prefix.t line 8.
# '404 Not Found'
# doesn't match '(?-xism:users/show)'
# Failed test at t/31_path_prefix.t line 10.
# Failed test at t/31_path_prefix.t line 11.
# got: '404 Not Found'
# expected: '(user, date) = (masaki, 20080401)'
# Looks like you failed 4 tests of 4.
t/31_path_prefix.t .................
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/4 subtests
t/32_action_class.t ................ ok
Test Summary Report
-------------------
t/10_resources.t (Wstat: 5120 Tests: 20 Failed: 20)
Failed tests: 1-20
Non-zero exit status: 20
t/11_nested_resources.t (Wstat: 4096 Tests: 16 Failed: 16)
Failed tests: 1-16
Non-zero exit status: 16
t/12_namespace_nested_resources.t (Wstat: 5120 Tests: 20 Failed: 20)
Failed tests: 1-20
Non-zero exit status: 20
t/20_singleton_resource.t (Wstat: 3584 Tests: 14 Failed: 14)
Failed tests: 1-14
Non-zero exit status: 14
t/21_nested_singleton_resource.t (Wstat: 4096 Tests: 16 Failed: 16)
Failed tests: 1-16
Non-zero exit status: 16
t/30_deep_endpoint.t (Wstat: 8192 Tests: 32 Failed: 32)
Failed tests: 1-32
Non-zero exit status: 32
t/31_path_prefix.t (Wstat: 1024 Tests: 4 Failed: 4)
Failed tests: 1-4
Non-zero exit status: 4
Files=9, Tests=134, 53 wallclock secs ( 0.32 usr 0.11 sys + 45.32 cusr 6.45 csys = 52.20 CPU)
Result: FAIL
Failed 7/9 test programs. 122/134 subtests failed.
*** Error code 255
Stop in /home/smoke/.cpan/build/Catalyst-Controller-Resources-0.08-SFJwEA (line 784 of Makefile).
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
-------------------------------- ------- -------
Catalyst::Controller::ActionRole 0.12 0.14
Catalyst::Runtime 5.80011 5.80025
Class::MOP 0.84 1.04
ExtUtils::MakeMaker 6.42 6.56
Filter::Util::Call 0 1.08
HTTP::Request 0 5.827
Moose 0.79 1.09
MRO::Compat 0 0.11
namespace::clean 0 0.18
Test::More 0 0.94
Test::UseAllModules 0 0.12
configure_requires:
Module Need Have
-------------------------------- ------- -------
ExtUtils::MakeMaker 6.42 6.56
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
PATH = /usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin
PERL5LIB = /home/smoke/.cpan/build/Catalyst-Controller-ActionRole-0.14-yBrTtq/blib/arch:/home/smoke/.cpan/build/Catalyst-Controller-ActionRole-0.14-yBrTtq/blib/lib:/home/smoke/.cpan/build/Catalyst-Runtime-5.80025-iwbkxB/blib/arch:/home/smoke/.cpan/build/Catalyst-Runtime-5.80025-iwbkxB/blib/lib:/home/smoke/.cpan/build/Text-SimpleTable-2.03-SDl17t/blib/arch:/home/smoke/.cpan/build/Text-SimpleTable-2.03-SDl17t/blib/lib:/home/smoke/.cpan/build/Class-C3-Adopt-NEXT-0.13-sApr8T/blib/arch:/home/smoke/.cpan/build/Class-C3-Adopt-NEXT-0.13-sApr8T/blib/lib:/home/smoke/.cpan/build/MooseX-Types-Common-0.001002-pMtQj_/blib/arch:/home/smoke/.cpan/build/MooseX-Types-Common-0.001002-pMtQj_/blib/lib:/home/smoke/.cpan/build/MooseX-MethodAttributes-0.24-0Hys2u/blib/arch:/home/smoke/.cpan/build/MooseX-MethodAttributes-0.24-0Hys2u/blib/lib:/home/smoke/.cpan/build/HTTP-Request-AsCGI-1.2-rn_pev/blib/arch:/home/smoke/.cpan/build/HTTP-Request-AsCGI-1.2-rn_pev/blib/lib:/home/smoke/.cpan/build/Class-Accessor-0.34-YkI3by/blib/arch:/home/smoke/.cpan/build/Class-Accessor-0.34-YkI3by/blib/lib:/home/smoke/.cpan/build/Class-Data-Inheritable-0.08-uNgRpl/blib/arch:/home/smoke/.cpan/build/Class-Data-Inheritable-0.08-uNgRpl/blib/lib:/home/smoke/.cpan/build/MooseX-Getopt-0.31-yJCnnn/blib/arch:/home/smoke/.cpan/build/MooseX-Getopt-0.31-yJCnnn/blib/lib:/home/smoke/.cpan/build/Getopt-Long-Descriptive-0.085-hSXjuQ/blib/arch:/home/smoke/.cpan/build/Getopt-Long-Descriptive-0.085-hSXjuQ/blib/lib:/home/smoke/.cpan/build/Params-Validate-0.95-NJhzl1/blib/arch:/home/smoke/.cpan/build/Params-Validate-0.95-NJhzl1/blib/lib:/home/smoke/.cpan/build/Tree-Simple-VisitorFactory-0.10-RjPDJz/blib/arch:/home/smoke/.cpan/build/Tree-Simple-VisitorFactory-0.10-RjPDJz/blib/lib:/home/smoke/.cpan/build/String-RewritePrefix-0.005-4So9tf/blib/arch:/home/smoke/.cpan/build/String-RewritePrefix-0.005-4So9tf/blib/lib:/home/smoke/.cpan/build/Tree-Simple-1.18-Noe7l7/blib/arch:/home/smoke/.cpan/build/Tree-Simple-1.18-Noe7l7/blib/lib:/home/smoke/.cpan/build/Path-Class-0.19-V0EJi1/blib/arch:/home/smoke/.cpan/build/Path-Class-0.19-V0EJi1/blib/lib:/home/smoke/.cpan/build/CGI-Simple-1.112-30tg2I/blib/arch:/home/smoke/.cpan/build/CGI-Simple-1.112-30tg2I/blib/lib:/home/smoke/.cpan/build/IO-stringy-2.110-qGdhbr/blib/arch:/home/smoke/.cpan/build/IO-stringy-2.110-qGdhbr/blib/lib:/home/smoke/.cpan/build/HTTP-Body-1.07-5aOfBj/blib/arch:/home/smoke/.cpan/build/HTTP-Body-1.07-5aOfBj/blib/lib:/home/smoke/.cpan/build/Test-Deep-0.106-qGhTpy/blib/arch:/home/smoke/.cpan/build/Test-Deep-0.106-qGhTpy/blib/lib:/home/smoke/.cpan/build/Data-Dump-1.17-4hZ8Kg/blib/arch:/home/smoke/.cpan/build/Data-Dump-1.17-4hZ8Kg/blib/lib:/home/smoke/.cpan/build/MooseX-Role-WithOverloading-0.08-wio6m2/blib/arch:/home/smoke/.cpan/build/MooseX-Role-WithOverloading-0.08-wio6m2/blib/lib:/home/smoke/.cpan/build/namespace-autoclean-0.11-d_rcRN/blib/arch:/home/smoke/.cpan/build/namespace-autoclean-0.11-d_rcRN/blib/lib:/home/smoke/.cpan/build/MooseX-Types-0.23-pcn2J2/blib/arch:/home/smoke/.cpan/build/MooseX-Types-0.23-pcn2J2/blib/lib:/home/smoke/.cpan/build/Carp-Clan-6.04-eZ9ooy/blib/arch:/home/smoke/.cpan/build/Carp-Clan-6.04-eZ9ooy/blib/lib:/home/smoke/.cpan/build/aliased-0.30-vejGyt/blib/arch:/home/smoke/.cpan/build/aliased-0.30-vejGyt/blib/lib:/home/smoke/.cpan/build/MooseX-Emulate-Class-Accessor-Fast-0.00903-Zj6PtQ/blib/arch:/home/smoke/.cpan/build/MooseX-Emulate-Class-Accessor-Fast-0.00903-Zj6PtQ/blib/lib:/home/smoke/.cpan/build/Moose-1.09-PbAML5/blib/arch:/home/smoke/.cpan/build/Moose-1.09-PbAML5/blib/lib:/home/smoke/.cpan/build/namespace-clean-0.18-ZnjNbb/blib/arch:/home/smoke/.cpan/build/namespace-clean-0.18-ZnjNbb/blib/lib:/home/smoke/.cpan/build/B-Hooks-EndOfScope-0.09-NkZ8nz/blib/arch:/home/smoke/.cpan/build/B-Hooks-EndOfScope-0.09-NkZ8nz/blib/lib:/home/smoke/.cpan/build/Variable-Magic-0.43-brFG_d/blib/arch:/home/smoke/.cpan/build/Variable-Magic-0.43-brFG_d/blib/lib:/home/smoke/.cpan/build/Sub-Identify-0.04-GPO5Lh/blib/arch:/home/smoke/.cpan/build/Sub-Identify-0.04-GPO5Lh/blib/lib:/home/smoke/.cpan/build/Test-UseAllModules-0.12-VFqyz0/blib/arch:/home/smoke/.cpan/build/Test-UseAllModules-0.12-VFqyz0/blib/lib:/home/smoke/.cpan/build/Class-MOP-1.04-BYhHbu/blib/arch:/home/smoke/.cpan/build/Class-MOP-1.04-BYhHbu/blib/lib:/home/smoke/.cpan/build/MRO-Compat-0.11-4zVXiH/blib/arch:/home/smoke/.cpan/build/MRO-Compat-0.11-4zVXiH/blib/lib:/home/smoke/.cpan/build/List-MoreUtils-0.22-rEyMzc/blib/arch:/home/smoke/.cpan/build/List-MoreUtils-0.22-rEyMzc/blib/lib:/home/smoke/.cpan/build/Task-Weaken-1.03-oKCm1H/blib/arch:/home/smoke/.cpan/build/Task-Weaken-1.03-oKCm1H/blib/lib:/home/smoke/.cpan/build/Devel-GlobalDestruction-0.02-PMmcG9/blib/arch:/home/smoke/.cpan/build/Devel-GlobalDestruction-0.02-PMmcG9/blib/lib:/home/smoke/.cpan/build/Scope-Guard-0.20-PGji2Q/blib/arch:/home/smoke/.cpan/build/Scope-Guard-0.20-PGji2Q/blib/lib:/home/smoke/.cpan/build/Sub-Name-0.04-EGMmnp/blib/arch:/home/smoke/.cpan/build/Sub-Name-0.04-EGMmnp/blib/lib:/home/smoke/.cpan/build/Package-Stash-0.05-IAyj14/blib/arch:/home/smoke/.cpan/build/Package-Stash-0.05-IAyj14/blib/lib:/home/smoke/.cpan/build/Package-DeprecationManager-0.04-HuzuPZ/blib/arch:/home/smoke/.cpan/build/Package-DeprecationManager-0.04-HuzuPZ/blib/lib:/home/smoke/.cpan/build/Test-Warn-0.21-oi42PH/blib/arch:/home/smoke/.cpan/build/Test-Warn-0.21-oi42PH/blib/lib:/home/smoke/.cpan/build/Tree-DAG_Node-1.06-9cRNlC/blib/arch:/home/smoke/.cpan/build/Tree-DAG_Node-1.06-9cRNlC/blib/lib:/home/smoke/.cpan/build/Try-Tiny-0.06-j7qcs4/blib/arch:/home/smoke/.cpan/build/Try-Tiny-0.06-j7qcs4/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 4211
PERL5_CPAN_IS_RUNNING = 4211
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 30233,4211
PERL_CR_SMOKER_CURRENT = Catalyst-Controller-Resources-0.08
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):
$^X = /usr/local/perl-5.12.1-threads/bin/perl
$UID/$EUID = 1002 / 1002
$GID = 1002 1002
$EGID = 1002 1002
Perl module toolchain versions installed:
Module Have
------------------- -------
CPAN 1.94_56
Cwd 3.31
ExtUtils::CBuilder 0.27
ExtUtils::Command 1.16
ExtUtils::Install 1.55
ExtUtils::MakeMaker 6.56
ExtUtils::Manifest 1.57
ExtUtils::ParseXS 2.21
File::Spec 3.31
Module::Build 0.3603
Module::Signature n/a
Test::Harness 3.17
Test::More 0.94
YAML n/a
YAML::Syck n/a
version 0.82
--
Summary of my perl5 (revision 5 version 12 subversion 1) configuration:
Platform:
osname=openbsd, osvers=4.5, archname=OpenBSD.i386-openbsd-thread-multi
uname='openbsd minimunch.int.zeroclue.org 4.5 generic#1749 i386 '
config_args=''
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-pthread -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
optimize='-O2',
cppflags='-pthread -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='3.3.5 (propolice)', gccosandvers='openbsd4.5'
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='cc', ldflags ='-pthread -Wl,-E -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib
libs=-lgdbm -lm -lutil -lc
perllibs=-lm -lutil -lc
libc=/usr/lib/libc.so.50.1, 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 -fPIC -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_ITHREADS
USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
USE_REENTRANT_API
Built under openbsd
Compiled at Jul 10 2010 15:48:57
%ENV:
PERL5LIB="/home/smoke/.cpan/build/Catalyst-Controller-ActionRole-0.14-yBrTtq/blib/arch:/home/smoke/.cpan/build/Catalyst-Controller-ActionRole-0.14-yBrTtq/blib/lib:/home/smoke/.cpan/build/Catalyst-Runtime-5.80025-iwbkxB/blib/arch:/home/smoke/.cpan/build/Catalyst-Runtime-5.80025-iwbkxB/blib/lib:/home/smoke/.cpan/build/Text-SimpleTable-2.03-SDl17t/blib/arch:/home/smoke/.cpan/build/Text-SimpleTable-2.03-SDl17t/blib/lib:/home/smoke/.cpan/build/Class-C3-Adopt-NEXT-0.13-sApr8T/blib/arch:/home/smoke/.cpan/build/Class-C3-Adopt-NEXT-0.13-sApr8T/blib/lib:/home/smoke/.cpan/build/MooseX-Types-Common-0.001002-pMtQj_/blib/arch:/home/smoke/.cpan/build/MooseX-Types-Common-0.001002-pMtQj_/blib/lib:/home/smoke/.cpan/build/MooseX-MethodAttributes-0.24-0Hys2u/blib/arch:/home/smoke/.cpan/build/MooseX-MethodAttributes-0.24-0Hys2u/blib/lib:/home/smoke/.cpan/build/HTTP-Request-AsCGI-1.2-rn_pev/blib/arch:/home/smoke/.cpan/build/HTTP-Request-AsCGI-1.2-rn_pev/blib/lib:/home/smoke/.cpan/build/Class-Accessor-0.34-YkI3by/blib/arch:/home/smoke/.cpan/build/Class-Accessor-0.34-YkI3by/blib/lib:/home/smoke/.cpan/build/Class-Data-Inheritable-0.08-uNgRpl/blib/arch:/home/smoke/.cpan/build/Class-Data-Inheritable-0.08-uNgRpl/blib/lib:/home/smoke/.cpan/build/MooseX-Getopt-0.31-yJCnnn/blib/arch:/home/smoke/.cpan/build/MooseX-Getopt-0.31-yJCnnn/blib/lib:/home/smoke/.cpan/build/Getopt-Long-Descriptive-0.085-hSXjuQ/blib/arch:/home/smoke/.cpan/build/Getopt-Long-Descriptive-0.085-hSXjuQ/blib/lib:/home/smoke/.cpan/build/Params-Validate-0.95-NJhzl1/blib/arch:/home/smoke/.cpan/build/Params-Validate-0.95-NJhzl1/blib/lib:/home/smoke/.cpan/build/Tree-Simple-VisitorFactory-0.10-RjPDJz/blib/arch:/home/smoke/.cpan/build/Tree-Simple-VisitorFactory-0.10-RjPDJz/blib/lib:/home/smoke/.cpan/build/String-RewritePrefix-0.005-4So9tf/blib/arch:/home/smoke/.cpan/build/String-RewritePrefix-0.005-4So9tf/blib/lib:/home/smoke/.cpan/build/Tree-Simple-1.18-Noe7l7/blib/arch:/home/smoke/.cpan/build/Tree-Simple-1.18-Noe7l7/blib/lib:/home/smoke/.cpan/build/Path-Class-0.19-V0EJi1/blib/arch:/home/smoke/.cpan/build/Path-Class-0.19-V0EJi1/blib/lib:/home/smoke/.cpan/build/CGI-Simple-1.112-30tg2I/blib/arch:/home/smoke/.cpan/build/CGI-Simple-1.112-30tg2I/blib/lib:/home/smoke/.cpan/build/IO-stringy-2.110-qGdhbr/blib/arch:/home/smoke/.cpan/build/IO-stringy-2.110-qGdhbr/blib/lib:/home/smoke/.cpan/build/HTTP-Body-1.07-5aOfBj/blib/arch:/home/smoke/.cpan/build/HTTP-Body-1.07-5aOfBj/blib/lib:/home/smoke/.cpan/build/Test-Deep-0.106-qGhTpy/blib/arch:/home/smoke/.cpan/build/Test-Deep-0.106-qGhTpy/blib/lib:/home/smoke/.cpan/build/Data-Dump-1.17-4hZ8Kg/blib/arch:/home/smoke/.cpan/build/Data-Dump-1.17-4hZ8Kg/blib/lib:/home/smoke/.cpan/build/MooseX-Role-WithOverloading-0.08-wio6m2/blib/arch:/home/smoke/.cpan/build/MooseX-Role-WithOverloading-0.08-wio6m2/blib/lib:/home/smoke/.cpan/build/namespace-autoclean-0.11-d_rcRN/blib/arch:/home/smoke/.cpan/build/namespace-autoclean-0.11-d_rcRN/blib/lib:/home/smoke/.cpan/build/MooseX-Types-0.23-pcn2J2/blib/arch:/home/smoke/.cpan/build/MooseX-Types-0.23-pcn2J2/blib/lib:/home/smoke/.cpan/build/Carp-Clan-6.04-eZ9ooy/blib/arch:/home/smoke/.cpan/build/Carp-Clan-6.04-eZ9ooy/blib/lib:/home/smoke/.cpan/build/aliased-0.30-vejGyt/blib/arch:/home/smoke/.cpan/build/aliased-0.30-vejGyt/blib/lib:/home/smoke/.cpan/build/MooseX-Emulate-Class-Accessor-Fast-0.00903-Zj6PtQ/blib/arch:/home/smoke/.cpan/build/MooseX-Emulate-Class-Accessor-Fast-0.00903-Zj6PtQ/blib/lib:/home/smoke/.cpan/build/Moose-1.09-PbAML5/blib/arch:/home/smoke/.cpan/build/Moose-1.09-PbAML5/blib/lib:/home/smoke/.cpan/build/namespace-clean-0.18-ZnjNbb/blib/arch:/home/smoke/.cpan/build/namespace-clean-0.18-ZnjNbb/blib/lib:/home/smoke/.cpan/build/B-Hooks-EndOfScope-0.09-NkZ8nz/blib/arch:/home/smoke/.cpan/build/B-Hooks-EndOfScope-0.09-NkZ8nz/blib/lib:/home/smoke/.cpan/build/Variable-Magic-0.43-brFG_d/blib/arch:/home/smoke/.cpan/build/Variable-Magic-0.43-brFG_d/blib/lib:/home/smoke/.cpan/build/Sub-Identify-0.04-GPO5Lh/blib/arch:/home/smoke/.cpan/build/Sub-Identify-0.04-GPO5Lh/blib/lib:/home/smoke/.cpan/build/Test-UseAllModules-0.12-VFqyz0/blib/arch:/home/smoke/.cpan/build/Test-UseAllModules-0.12-VFqyz0/blib/lib:/home/smoke/.cpan/build/Class-MOP-1.04-BYhHbu/blib/arch:/home/smoke/.cpan/build/Class-MOP-1.04-BYhHbu/blib/lib:/home/smoke/.cpan/build/MRO-Compat-0.11-4zVXiH/blib/arch:/home/smoke/.cpan/build/MRO-Compat-0.11-4zVXiH/blib/lib:/home/smoke/.cpan/build/List-MoreUtils-0.22-rEyMzc/blib/arch:/home/smoke/.cpan/build/List-MoreUtils-0.22-rEyMzc/blib/lib:/home/smoke/.cpan/build/Task-Weaken-1.03-oKCm1H/blib/arch:/home/smoke/.cpan/build/Task-Weaken-1.03-oKCm1H/blib/lib:/home/smoke/.cpan/build/Devel-GlobalDestruction-0.02-PMmcG9/blib/arch:/home/smoke/.cpan/build/Devel-GlobalDestruction-0.02-PMmcG9/blib/lib:/home/smoke/.cpan/build/Scope-Guard-0.20-PGji2Q/blib/arch:/home/smoke/.cpan/build/Scope-Guard-0.20-PGji2Q/blib/lib:/home/smoke/.cpan/build/Sub-Name-0.04-EGMmnp/blib/arch:/home/smoke/.cpan/build/Sub-Name-0.04-EGMmnp/blib/lib:/home/smoke/.cpan/build/Package-Stash-0.05-IAyj14/blib/arch:/home/smoke/.cpan/build/Package-Stash-0.05-IAyj14/blib/lib:/home/smoke/.cpan/build/Package-DeprecationManager-0.04-HuzuPZ/blib/arch:/home/smoke/.cpan/build/Package-DeprecationManager-0.04-HuzuPZ/blib/lib:/home/smoke/.cpan/build/Test-Warn-0.21-oi42PH/blib/arch:/home/smoke/.cpan/build/Test-Warn-0.21-oi42PH/blib/lib:/home/smoke/.cpan/build/Tree-DAG_Node-1.06-9cRNlC/blib/arch:/home/smoke/.cpan/build/Tree-DAG_Node-1.06-9cRNlC/blib/lib:/home/smoke/.cpan/build/Try-Tiny-0.06-j7qcs4/blib/arch:/home/smoke/.cpan/build/Try-Tiny-0.06-j7qcs4/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="4211"
PERL5_CPAN_IS_RUNNING="4211"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="30233,4211"
PERL_CR_SMOKER_CURRENT="Catalyst-Controller-Resources-0.08"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/smoke/.cpan/build/Catalyst-Controller-ActionRole-0.14-yBrTtq/blib/arch
/home/smoke/.cpan/build/Catalyst-Controller-ActionRole-0.14-yBrTtq/blib/lib
/home/smoke/.cpan/build/Catalyst-Runtime-5.80025-iwbkxB/blib/arch
/home/smoke/.cpan/build/Catalyst-Runtime-5.80025-iwbkxB/blib/lib
/home/smoke/.cpan/build/Text-SimpleTable-2.03-SDl17t/blib/arch
/home/smoke/.cpan/build/Text-SimpleTable-2.03-SDl17t/blib/lib
/home/smoke/.cpan/build/Class-C3-Adopt-NEXT-0.13-sApr8T/blib/arch
/home/smoke/.cpan/build/Class-C3-Adopt-NEXT-0.13-sApr8T/blib/lib
/home/smoke/.cpan/build/MooseX-Types-Common-0.001002-pMtQj_/blib/arch
/home/smoke/.cpan/build/MooseX-Types-Common-0.001002-pMtQj_/blib/lib
/home/smoke/.cpan/build/MooseX-MethodAttributes-0.24-0Hys2u/blib/arch
/home/smoke/.cpan/build/MooseX-MethodAttributes-0.24-0Hys2u/blib/lib
/home/smoke/.cpan/build/HTTP-Request-AsCGI-1.2-rn_pev/blib/arch
/home/smoke/.cpan/build/HTTP-Request-AsCGI-1.2-rn_pev/blib/lib
/home/smoke/.cpan/build/Class-Accessor-0.34-YkI3by/blib/arch
/home/smoke/.cpan/build/Class-Accessor-0.34-YkI3by/blib/lib
/home/smoke/.cpan/build/Class-Data-Inheritable-0.08-uNgRpl/blib/arch
/home/smoke/.cpan/build/Class-Data-Inheritable-0.08-uNgRpl/blib/lib
/home/smoke/.cpan/build/MooseX-Getopt-0.31-yJCnnn/blib/arch
/home/smoke/.cpan/build/MooseX-Getopt-0.31-yJCnnn/blib/lib
/home/smoke/.cpan/build/Getopt-Long-Descriptive-0.085-hSXjuQ/blib/arch
/home/smoke/.cpan/build/Getopt-Long-Descriptive-0.085-hSXjuQ/blib/lib
/home/smoke/.cpan/build/Params-Validate-0.95-NJhzl1/blib/arch
/home/smoke/.cpan/build/Params-Validate-0.95-NJhzl1/blib/lib
/home/smoke/.cpan/build/Tree-Simple-VisitorFactory-0.10-RjPDJz/blib/arch
/home/smoke/.cpan/build/Tree-Simple-VisitorFactory-0.10-RjPDJz/blib/lib
/home/smoke/.cpan/build/String-RewritePrefix-0.005-4So9tf/blib/arch
/home/smoke/.cpan/build/String-RewritePrefix-0.005-4So9tf/blib/lib
/home/smoke/.cpan/build/Tree-Simple-1.18-Noe7l7/blib/arch
/home/smoke/.cpan/build/Tree-Simple-1.18-Noe7l7/blib/lib
/home/smoke/.cpan/build/Path-Class-0.19-V0EJi1/blib/arch
/home/smoke/.cpan/build/Path-Class-0.19-V0EJi1/blib/lib
/home/smoke/.cpan/build/CGI-Simple-1.112-30tg2I/blib/arch
/home/smoke/.cpan/build/CGI-Simple-1.112-30tg2I/blib/lib
/home/smoke/.cpan/build/IO-stringy-2.110-qGdhbr/blib/arch
/home/smoke/.cpan/build/IO-stringy-2.110-qGdhbr/blib/lib
/home/smoke/.cpan/build/HTTP-Body-1.07-5aOfBj/blib/arch
/home/smoke/.cpan/build/HTTP-Body-1.07-5aOfBj/blib/lib
/home/smoke/.cpan/build/Test-Deep-0.106-qGhTpy/blib/arch
/home/smoke/.cpan/build/Test-Deep-0.106-qGhTpy/blib/lib
/home/smoke/.cpan/build/Data-Dump-1.17-4hZ8Kg/blib/arch
/home/smoke/.cpan/build/Data-Dump-1.17-4hZ8Kg/blib/lib
/home/smoke/.cpan/build/MooseX-Role-WithOverloading-0.08-wio6m2/blib/arch
/home/smoke/.cpan/build/MooseX-Role-WithOverloading-0.08-wio6m2/blib/lib
/home/smoke/.cpan/build/namespace-autoclean-0.11-d_rcRN/blib/arch
/home/smoke/.cpan/build/namespace-autoclean-0.11-d_rcRN/blib/lib
/home/smoke/.cpan/build/MooseX-Types-0.23-pcn2J2/blib/arch
/home/smoke/.cpan/build/MooseX-Types-0.23-pcn2J2/blib/lib
/home/smoke/.cpan/build/Carp-Clan-6.04-eZ9ooy/blib/arch
/home/smoke/.cpan/build/Carp-Clan-6.04-eZ9ooy/blib/lib
/home/smoke/.cpan/build/aliased-0.30-vejGyt/blib/arch
/home/smoke/.cpan/build/aliased-0.30-vejGyt/blib/lib
/home/smoke/.cpan/build/MooseX-Emulate-Class-Accessor-Fast-0.00903-Zj6PtQ/blib/arch
/home/smoke/.cpan/build/MooseX-Emulate-Class-Accessor-Fast-0.00903-Zj6PtQ/blib/lib
/home/smoke/.cpan/build/Moose-1.09-PbAML5/blib/arch
/home/smoke/.cpan/build/Moose-1.09-PbAML5/blib/lib
/home/smoke/.cpan/build/namespace-clean-0.18-ZnjNbb/blib/arch
/home/smoke/.cpan/build/namespace-clean-0.18-ZnjNbb/blib/lib
/home/smoke/.cpan/build/B-Hooks-EndOfScope-0.09-NkZ8nz/blib/arch
/home/smoke/.cpan/build/B-Hooks-EndOfScope-0.09-NkZ8nz/blib/lib
/home/smoke/.cpan/build/Variable-Magic-0.43-brFG_d/blib/arch
/home/smoke/.cpan/build/Variable-Magic-0.43-brFG_d/blib/lib
/home/smoke/.cpan/build/Sub-Identify-0.04-GPO5Lh/blib/arch
/home/smoke/.cpan/build/Sub-Identify-0.04-GPO5Lh/blib/lib
/home/smoke/.cpan/build/Test-UseAllModules-0.12-VFqyz0/blib/arch
/home/smoke/.cpan/build/Test-UseAllModules-0.12-VFqyz0/blib/lib
/home/smoke/.cpan/build/Class-MOP-1.04-BYhHbu/blib/arch
/home/smoke/.cpan/build/Class-MOP-1.04-BYhHbu/blib/lib
/home/smoke/.cpan/build/MRO-Compat-0.11-4zVXiH/blib/arch
/home/smoke/.cpan/build/MRO-Compat-0.11-4zVXiH/blib/lib
/home/smoke/.cpan/build/List-MoreUtils-0.22-rEyMzc/blib/arch
/home/smoke/.cpan/build/List-MoreUtils-0.22-rEyMzc/blib/lib
/home/smoke/.cpan/build/Task-Weaken-1.03-oKCm1H/blib/arch
/home/smoke/.cpan/build/Task-Weaken-1.03-oKCm1H/blib/lib
/home/smoke/.cpan/build/Devel-GlobalDestruction-0.02-PMmcG9/blib/arch
/home/smoke/.cpan/build/Devel-GlobalDestruction-0.02-PMmcG9/blib/lib
/home/smoke/.cpan/build/Scope-Guard-0.20-PGji2Q/blib/arch
/home/smoke/.cpan/build/Scope-Guard-0.20-PGji2Q/blib/lib
/home/smoke/.cpan/build/Sub-Name-0.04-EGMmnp/blib/arch
/home/smoke/.cpan/build/Sub-Name-0.04-EGMmnp/blib/lib
/home/smoke/.cpan/build/Package-Stash-0.05-IAyj14/blib/arch
/home/smoke/.cpan/build/Package-Stash-0.05-IAyj14/blib/lib
/home/smoke/.cpan/build/Package-DeprecationManager-0.04-HuzuPZ/blib/arch
/home/smoke/.cpan/build/Package-DeprecationManager-0.04-HuzuPZ/blib/lib
/home/smoke/.cpan/build/Test-Warn-0.21-oi42PH/blib/arch
/home/smoke/.cpan/build/Test-Warn-0.21-oi42PH/blib/lib
/home/smoke/.cpan/build/Tree-DAG_Node-1.06-9cRNlC/blib/arch
/home/smoke/.cpan/build/Tree-DAG_Node-1.06-9cRNlC/blib/lib
/home/smoke/.cpan/build/Try-Tiny-0.06-j7qcs4/blib/arch
/home/smoke/.cpan/build/Try-Tiny-0.06-j7qcs4/blib/lib
/usr/local/perl-5.12.1-threads/lib/site_perl/5.12.1/OpenBSD.i386-openbsd-thread-multi
/usr/local/perl-5.12.1-threads/lib/site_perl/5.12.1
/usr/local/perl-5.12.1-threads/lib/5.12.1/OpenBSD.i386-openbsd-thread-multi
/usr/local/perl-5.12.1-threads/lib/5.12.1
.