Pointless tests (was Re: Unsatisfying dependencies)

2007-05-02 Thread Robert Rothenberg
On 01/05/07 21:03 A. Pagaltzis wrote: > I'll never understand why the people who use Module::Install, > which means including M::I with their distros, don't also simply > include all of their non-core testing modules. I mean, once you > start copying modules into your distro, it really makes no >

Re: Unsatisfying dependencies

2007-05-01 Thread David Cantrell
A. Pagaltzis wrote: Module::Install Read this: http://search.cpan.org/~adamk/Module-Install-0.65/lib/Module/Install/Philosophy.pod Now tell me, which of the following problems enumerated there are solved by Module::Install: * people don't pay much attention to unknowns; * modules break o

Re: Unsatisfying dependencies

2007-05-01 Thread David Cantrell
A. Pagaltzis wrote: * Sean O'Rourke [2007-05-01 20:35]: Unsatisfied dependencies detected during ME/My-Module Test::CommentsAreGrammatical [requires] Test::FlavorOfTheWeek [requires] Test::ICantThinkBeforeICode [requires] I'll never unde

Re: Unsatisfying dependencies

2007-05-01 Thread Sean O'Rourke
"A. Pagaltzis" writes: > I'll never understand why the people who use Module::Install, > which means including M::I with their distros, don't also simply > include all of their non-core testing modules. And then they could put `cp -r @TEST_CRAP $INC[0]` at the end of their Makefile.PL, and

Re: Unsatisfying dependencies

2007-05-01 Thread A. Pagaltzis
* Sean O'Rourke [2007-05-01 20:35]: > Unsatisfied dependencies detected during > ME/My-Module > Test::EvenMore [requires] > Test::TDD [requires] > Test::BDD [requires] > Test::ADD [requires] > Test::CommentsAreGrammatical [require

Re: Unsatisfying dependencies

2007-05-01 Thread Roger Burton West
On Tue, May 01, 2007 at 11:27:46AM -0700, Sean O'Rourke wrote: >Test::ICantThinkBeforeICode [requires] ...a newer version of Perl. R

Unsatisfying dependencies

2007-05-01 Thread Sean O'Rourke
Unsatisfied dependencies detected during ME/My-Module Test::EvenMore [requires] Test::TDD [requires] Test::BDD [requires] Test::ADD [requires] Test::CommentsAreGrammatical [requires] Test::FlavorOfTheWeek [requires] Test::I