Skip Menu |

This queue is for tickets about the Vimana CPAN distribution.

Report information
The Basics
Id: 64235
Status: open
Priority: 0/
Queue: Vimana

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

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



Subject: Undeclared dependencies
t/01-vimonline-scriptpage.t contains 3- 4-use Test::More; 5-use Path::Class; 6:use Data::Util qw(:check); 7-use URI; 8-use Regexp::Common qw(URI); 9- Neither Path::Class not Data::Util are declared dependencies. HTH, Cheers,
Subject: Re: [rt.cpan.org #64235] Undeclared dependencies
Date: Sun, 26 Dec 2010 17:49:45 +0800
To: bug-Vimana [...] rt.cpan.org
From: Lin Yo-An <cornelius.howl [...] gmail.com>
HI! Thanks, I've fixed the dependencies. :-) On Sun, Dec 26, 2010 at 4:08 PM, Andreas Koenig via RT <bug-Vimana@rt.cpan.org> wrote: Show quoted text
> Sun Dec 26 03:08:37 2010: Request 64235 was acted upon. > Transaction: Ticket created by ANDK >       Queue: Vimana >     Subject: Undeclared dependencies >   Broken in: 2.22 >    Severity: Normal >       Owner: Nobody >  Requestors: ANDK@cpan.org >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=64235 > > > > t/01-vimonline-scriptpage.t contains > > 3- > 4-use Test::More; > 5-use Path::Class; > 6:use Data::Util qw(:check); > 7-use URI; > 8-use Regexp::Common qw(URI); > 9- > > Neither Path::Class not Data::Util are declared dependencies. > > HTH, Cheers, >
-- Best Regards. Yo-An Lin Phone:  0975-277696
0.25 still has the dependency on Path::Class but not declared it http://search.cpan.org/grep?cpanid=CORNELIUS&release=Vimana-2.25&string=Path%3A%3AClass&i=1&n=1&C=0 Best,