Skip Menu |

This queue is for tickets about the Template-Declare CPAN distribution.

Report information
The Basics
Id: 43170
Status: rejected
Priority: 0/
Queue: Template-Declare

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Undeclared dependencies on Array::Compare
I just produced this error while testing: t/deep_aliasing.............Can't locate Array/Compare.pm in @INC (@INC contains: /home/sand/.cpan/build/Template-Declare-0.36-Brxy1g/inc /home/sand/.cpan/build/Template-Declare-0.36-Brxy1g/blib/lib /home/sand/.cpan/build/Template-Declare-0.36-Brxy1g/blib/arch /usr/local/perl-5.10-g/lib/5.10.0/x86_64-linux /usr/local/perl-5.10-g/lib/5.10.0 /usr/local/perl-5.10-g/lib/site_perl/5.10.0/x86_64-linux /usr/local/perl-5.10-g/lib/site_perl/5.10.0 .) at /usr/local/perl-5.10-g/lib/site_perl/5.10.0/Test/Warn.pm line 228. BEGIN failed--compilation aborted at /usr/local/perl-5.10-g/lib/site_perl/5.10.0/Test/Warn.pm line 228. Compilation failed in require at t/deep_aliasing.t line 39. BEGIN failed--compilation aborted at t/deep_aliasing.t line 39. # Looks like your test exited with 2 before it could output anything. Dubious, test returned 2 (wstat 512, 0x200) Failed 12/12 subtests Thanks,
Subject: Re: [rt.cpan.org #43170] Undeclared dependencies on Array::Compare
Date: Tue, 10 Feb 2009 13:16:43 +0300
To: bug-Template-Declare [...] rt.cpan.org
From: Ruslan Zakirov <ruslan.zakirov [...] gmail.com>
line 39 in the test is "use Test::Warn" and afaics we don't use Array::Compare directly in TD. On Tue, Feb 10, 2009 at 10:12 AM, Andreas Koenig via RT <bug-Template-Declare@rt.cpan.org> wrote: Show quoted text
> Tue Feb 10 02:12:26 2009: Request 43170 was acted upon. > Transaction: Ticket created by ANDK > Queue: Template-Declare > Subject: Undeclared dependencies on Array::Compare > Broken in: 0.36 > Severity: Normal > Owner: Nobody > Requestors: ANDK@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=43170 > > > > I just produced this error while testing: > > t/deep_aliasing.............Can't locate Array/Compare.pm in @INC (@INC > contains: /home/sand/.cpan/build/Template-Declare-0.36-Brxy1g/inc > /home/sand/.cpan/build/Template-Declare-0.36-Brxy1g/blib/lib > /home/sand/.cpan/build/Template-Declare-0.36-Brxy1g/blib/arch > /usr/local/perl-5.10-g/lib/5.10.0/x86_64-linux > /usr/local/perl-5.10-g/lib/5.10.0 > /usr/local/perl-5.10-g/lib/site_perl/5.10.0/x86_64-linux > /usr/local/perl-5.10-g/lib/site_perl/5.10.0 .) at > /usr/local/perl-5.10-g/lib/site_perl/5.10.0/Test/Warn.pm line 228. > BEGIN failed--compilation aborted at > /usr/local/perl-5.10-g/lib/site_perl/5.10.0/Test/Warn.pm line 228. > Compilation failed in require at t/deep_aliasing.t line 39. > BEGIN failed--compilation aborted at t/deep_aliasing.t line 39. > # Looks like your test exited with 2 before it could output anything. > Dubious, test returned 2 (wstat 512, 0x200) > Failed 12/12 subtests > > > Thanks, > > >
-- Best regards, Ruslan.
Subject: Re: [rt.cpan.org #43170] Undeclared dependencies on Array::Compare
Date: Tue, 10 Feb 2009 12:23:52 -0500
To: bug-Template-Declare [...] rt.cpan.org
From: Alex Vandiver <alexmv [...] MIT.EDU>
On Tue, 2009-02-10 at 02:12 -0500, Andreas Koenig via RT wrote: Show quoted text
> Subject: Undeclared dependencies on Array::Compare > I just produced this error while testing: > > t/deep_aliasing.............Can't locate Array/Compare.pm in @INC [snip] at > /usr/local/perl-5.10-g/lib/site_perl/5.10.0/Test/Warn.pm line 228.
Template::Declare requires Test::Warn, which has a declared prereq of Array::Compare in every version on CPAN. I'm confused how you can have Test::Warn installed without one of its prereqs. Yours isn't the first instance of this, either -- a smoker (also on 5.10) reported this same error yesterday. Any guesses how the dep is getting skipped? I'm stumped. - Alex -- Networking -- only one letter away from not working
Subject: Re: [rt.cpan.org #43170] Undeclared dependencies on Array::Compare
Date: Tue, 10 Feb 2009 14:39:07 -0500
To: Andreas Koenig via RT <bug-Template-Declare [...] rt.cpan.org>
From: Jesse Vincent <jesse [...] fsck.com>
Show quoted text
> > t/deep_aliasing.............Can't locate Array/Compare.pm in @INC (@INC > contains: /home/sand/.cpan/build/Template-Declare-0.36-Brxy1g/inc
... Show quoted text
> /usr/local/perl-5.10-g/lib/site_perl/5.10.0 .) at > /usr/local/perl-5.10-g/lib/site_perl/5.10.0/Test/Warn.pm line 228.
I'm going to claim "not my fault!" http://cpansearch.perl.org/src/CHORNY/Test-Warn-0.11/Makefile.PL shows the dep as declared and http://cpansearch.perl.org/src/CHORNY/Test-Warn-0.11/Warn.pm appears to be what's using Array::Compare. -j
Download (untitled)
application/pgp-signature 194b

Message body not shown because it is not plain text.