Skip Menu |

This queue is for tickets about the Sub-Spec CPAN distribution.

Report information
The Basics
Id: 66616
Status: resolved
Priority: 0/
Queue: Sub-Spec

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

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



Subject: Undeclared dependency on Test::More 0.96
Grepping through all files for Test::More shows in t/clause-deps-check.t: 4-use strict; 5-use warnings; 6:use Test::More 0.96; 7- 8-use Probe::Perl; Please declare the prerequisite in your Build.PL. It makes automated testing and installing much easier. Thanks,
Done in new release v0.09, thanks. On Mon Mar 14 23:52:36 2011, ANDK wrote: Show quoted text
> Grepping through all files for Test::More shows in t/clause-deps-
check.t: Show quoted text
> > 4-use strict; > 5-use warnings; > 6:use Test::More 0.96; > 7- > 8-use Probe::Perl; > > > Please declare the prerequisite in your Build.PL. It makes automated > testing and installing much easier. > > Thanks,