I believe the error reported of "'test' is not recognized as an internal or external command, operable program or batch
file" means that the
unix-ish test() was used
in the tests. This would probably mean that a package like
cygwin is needed,
which provides such a utility, to properly run the tests
in this case.
In general, as far as using CPAN.pm on Win32,
if one acquires
nmake and places it somewhere on the PATH, then
the
CPAN.pm configuration will register and use it when
building modules.
It's certainly true though that it's much easier on
Win32 to use the
ppm utility - I've just placed in our
uwinnipeg repository a ppm package for
HTML-WikiConverter. Also, for future reference,
like
crazyinsomniac, I'm also open
to
taking requests for making up Win32 ppm packages - you
may want to first check our
CPAN search utility to see if a ppm package
already exists; the database used includes
ppm packages in the ActiveState,
crazyinsomniac, bribes, and uwinnipeg
repositories.
| [reply] |