Subject: | can't install latest version on debian linux sarge |
Can't seem to install the module "Devel-Caller-0.09". I couldn't get a
failure report to post so I am mentioning here.
I have a pretty clean version of perl on a linux debian distro. Most of
the time I get modules to install. Here's the error report:
app_server:~/.cpan/build/Devel-Caller-0.09# make test
/usr/bin/perl Build --makefile_env_macros 1 test
t/Devel-Caller....
# Failed (TODO) test 'with lexical $foo'
# in t/Devel-Caller.t at line 36.
# got: 'GLOB(0x814cbc0)'
# expected: 'SCALAR(0x8240500)'
# Failed (TODO) test 'with lexical @foo'
# in t/Devel-Caller.t at line 37.
# got: 'SCALAR(0x815b034)'
# expected: 'ARRAY(0x828c2ac)'
# Failed (TODO) test 'with lexical %foo'
# in t/Devel-Caller.t at line 38.
# got: 'GLOB(0x815ae18)'
# expected: 'HASH(0x828c2c4)'
t/Devel-Caller....dubious
Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 44-72
Failed 29/72 tests, 59.72% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/Devel-Caller.t 0 11 72 58 80.56% 44-72
Failed 1/1 test scripts, 0.00% okay. 29/72 subtests failed, 59.72% okay.
I've attached my perl -V info. Please let me know what else I can give
to help try to fix this problem. I'm sorry but my skill is too low to
figure it out myself :)
You might be aware but there is a module part of the Catalyst project
that depends on this (Catalyst::Controller::BindLex) that makes great
use of your module. Sadly lots of people seem to have trouble
installing it on a modern Perl. Let me know what I can do to help.
Subject: | perl |