Re: Problem Using Makefile.PL to Install CPAN Modules

2002-05-07 Thread Sisyphus
> > It would be nice, however, to know why 'nmake test' was giving such an > unsatisfying message. Thanks again for your help. > > Jim Keenan Yes - it would :-) When you run 'nmake test', all of the '.t' scripts in the 't' folder in the tarball are run. Now that you have installed the module

Problem Using Makefile.PL to Install CPAN Modules

2002-05-05 Thread James E Keenan
I am having trouble running 'Makefile.PL' when attempting to install CPAN modules. I am running perl 5.6.0, Active State build 613, on Windows98. Today I have attempted to install 2 modules: Set::Scalar and Algorithm::Diff. In each case I have encountered the same error. Following Perl Cookbook