RT for rt.cpan.org
Skip Menu
|
Bug #2549 for Class-MakeMethods: Makefile.PL needs modifying so tests can be run on non-unices
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
Class-MakeMethods CPAN distribution
.
Report information
The Basics
Id:
2549
Status:
resolved
Priority:
0/
Queue:
Class-MakeMethods
People
Owner:
Nobody in particular
Requestors:
Cc:
AdminCc:
Bug Information
Severity:
Critical
Broken in:
1.006
Fixed in:
(no value)
History
Show all quoted text
Sat May 10 19:12:28 2003
Guest - Ticket created
Subject:
Makefile.PL needs modifying so tests can be run on non-unices
You cannot rely on the shell to do the globbing for you test => { 'TESTS' => join ' ', glob 't/*/*.t', },
Tue Sep 02 03:59:19 2003
EVO [...] cpan.org - Correspondence added
[guest - Sat May 10 19:12:28 2003]:
Show quoted text
> You cannot rely on the shell to do the globbing for you > > test => { 'TESTS' => join ' ', glob 't/*/*.t', },
Thanks for the feedback. This should be fixed in release 1.007, which I just uploaded to PAUSE. -Simon
Tue Sep 02 03:59:20 2003
EVO [...] cpan.org - Status changed from 'new' to 'resolved'