Subject: | Missing dependency Sub::Identify |
Date: | Fri, 22 Apr 2011 23:27:43 +0200 |
To: | bug-TryCatch [...] rt.cpan.org |
From: | Jens Berthold <jens.berthold [...] jebecs.de> |
Hi there,
when installing TryCatch 1.003000 via cpanm, it fails to find
Sub::Identify, which has to be installed manually.
Please add it as a required module.
Thanks!
Jens
----------------------------------------
Building and testing TryCatch-1.003000
...
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/catch_01.t
t/context.t t/destroy.t t/handwritten.t t/invalid.t t/method.t
t/mx_types_structured.t t/nested.t t/simple.t t/types.t
Bailout called. Further testing stopped: Cannot load TryCatch
# Failed test 'use TryCatch;'
# at t/catch_01.t line 6.
# Tried to use 'TryCatch'.
# Error: Can't locate Sub/Identify.pm in @INC (@INC contains: ...
.) at /home/coje/Projects/kmeda/lib-cpan/lib/perl5/namespace/clean.pm
line 15.
...
FAILED--Further testing stopped: Cannot load TryCatch
make: *** [test_dynamic] Fehler 255
-> FAIL Installing TryCatch failed. See /home/coje/.cpanm/build.log for
details.