Skip Menu |

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)



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', },
[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