Skip Menu |

This queue is for tickets about the Test-Distribution CPAN distribution.

Report information
The Basics
Id: 4757
Status: resolved
Priority: 0/
Queue: Test-Distribution

People
Owner: Nobody in particular
Requestors: hossman_cpan_rt [...] fucit.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: consider Module::ScanDeps for prereq tests
Just a suggestion, but you might want to consider throwing away your existing regex for finding prereqs, and ust make your module dependant on Module::ScanDeps
From: sagarshah [...] softhome.net
[guest - Fri Dec 26 04:48:10 2003]: Show quoted text
> Just a suggestion, but you might want to consider throwing away your > existing regex for finding prereqs, and ust make your module dependant > on Module::ScanDeps
The strategic direction for Test::Distribution is to dump its own prerequisite code in favour of Test::Prereq which i beleive does use Module::ScanDeps. I'm waiting on a fix to Test::Prereq before i can switch to it. If it seems like its taking too long i will update Test::Distribution to use Module::ScanDeps directly. Thanks for taking the time to raise the suggestion