Skip Menu |

This queue is for tickets about the TryCatch CPAN distribution.

Report information
The Basics
Id: 67709
Status: open
Priority: 0/
Queue: TryCatch

People
Owner: Nobody in particular
Requestors: jens.berthold [...] jebecs.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.
Subject: [rt.cpan.org #67709] and two other ones...
Date: Fri, 22 Apr 2011 23:34:32 +0200
To: bug-TryCatch [...] rt.cpan.org
From: Jens Berthold <jens.berthold [...] jebecs.de>
... same issue for two other modules that are required but not marked as a dependency: - Clone - IO::String. Btw. my system: This is perl, v5.10.1 (*) built for x86_64-linux-gnu-thread-multi Linux Reiseknecht 2.6.35-29-generic #51-Ubuntu SMP Fri Apr 15 17:12:35 UTC 2011 x86_64 GNU/Linux Am 22.04.2011 23:27, schrieb Bugs in TryCatch via RT: Show quoted text
> Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Missing dependency Sub::Identify", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [rt.cpan.org #67709]. Your ticket is accessible > on the web at: > > https://rt.cpan.org/Ticket/Display.html?id=67709 > > Please include the string: > > [rt.cpan.org #67709] > > in the subject line of all future correspondence about this issue. To do so, > you may reply to this message. > > Thank you, > bug-TryCatch@rt.cpan.org > > ------------------------------------------------------------------------- > 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. > >
That isn't a module I use directly - from the error its coming from namespace::clean Can you tell me what version you have namespace::clean and I'll update the dep to a known working version. -ash
Subject: Re: [rt.cpan.org #67709] Missing dependency Sub::Identify
Date: Sat, 23 Apr 2011 01:24:27 +0200
To: bug-TryCatch [...] rt.cpan.org
From: Jens Berthold <jens.berthold [...] jebecs.de>
I have namespace::clean version 0.20. -jens