Skip Menu |

This queue is for tickets about the podlators CPAN distribution.

Report information
The Basics
Id: 5283
Status: resolved
Priority: 0/
Queue: podlators

People
Owner: RRA [...] cpan.org
Requestors: paddy [...] panici.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.27
Fixed in: 2.00



Subject: Term::ANSIColor should be a prerequisite ??
Hi, This is installing from cpan on a Cobalt RAQ4 (approximately Redhat 6.2) I get: Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/basic...........Can't locate Term/ANSIColor.pm in @INC (@INC contains: ../blib/lib ../blib/lib /root/.cpan/build/podlators-1.27/blib/lib /root/.cpan/build/podlators-1.27/blib/arch /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 . /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .) at ../blib/lib/Pod/Text/Color.pm line 22. BEGIN failed--compilation aborted at ../blib/lib/Pod/Text/Color.pm line 22. BEGIN failed--compilation aborted at t/basic.t line 29. Seems to work if I install Term::ANSIColor first. Regards, Paddy
RT-Send-CC: rra [...] stanford.edu
[guest - Wed Feb 11 06:53:54 2004]: Show quoted text
> This is installing from cpan on a Cobalt RAQ4 (approximately Redhat > 6.2) > I get: > Running make test > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/basic...........Can't locate Term/ANSIColor.pm in @INC (@INC > contains: ../blib/lib ../blib/lib /root/.cpan/build/podlators- > 1.27/blib/lib /root/.cpan/build/podlators-1.27/blib/arch > /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503/i386-linux > /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux > /usr/lib/perl5/site_perl/5.005/i386-linux > /usr/lib/perl5/site_perl/5.005 . /usr/lib/perl5/5.00503/i386-linux > /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux > /usr/lib/perl5/site_perl/5.005 .) at ../blib/lib/Pod/Text/Color.pm > line 22. > BEGIN failed--compilation aborted at ../blib/lib/Pod/Text/Color.pm > line 22. > BEGIN failed--compilation aborted at t/basic.t line 29. > > Seems to work if I install Term::ANSIColor first.
The tests should be skipped if you don't have Term::ANSIColor installed. I'll work on this for the next version. (Only one module requires Term::ANSIColor, so I don't want to require it for the whole package.)
[RRA - Wed Feb 11 18:29:01 2004]: Show quoted text
> The tests should be skipped if you don't have Term::ANSIColor installed. > I'll work on this for the next version. (Only one module requires > Term::ANSIColor, so I don't want to require it for the whole package.)
This has been fixed in CVS and will be in the next release (I'm still waiting on a new Pod::Simple release to be able to release version 2.0 of podlators).
Fixed in podlators 2.0, just released.