Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the opts CPAN distribution.

Report information
The Basics
Id: 62220
Status: resolved
Priority: 0/
Queue: opts

People
Owner: kan.fushihara [...] gmail.com
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Undeclared dependencies
http://search.cpan.org/grep?cpanid=MIKIHOSHI&release=opts-0.04&string=Diff&F=1&n=1&C=0 I just grepped for "Diff" and found use modules that are not declared in the Makefile.PL: t/010_simple/10_help.t 5:use Text::Diff; 6:use String::Diff; HTH, Regards,
Show quoted text
> I just grepped for "Diff" and found use modules that are not declared > in > the Makefile.PL: > > > t/010_simple/10_help.t > > 5:use Text::Diff; > 6:use String::Diff;
Those mods are not needed, so the use's should be removed.
use Text::Diff; is still there in 0.041 and might make test #10 fail.
On 2010-10月-19 火 11:27:45, GRAF wrote: Show quoted text
> use Text::Diff; > > is still there in 0.041 and might make test #10 fail.
sorry. I fixed that at 0.042