The test script should not have to create a separate script for Windows anymore. 'nmake' is freely available, and there is also Module::Build with Build.PL scripts.
>perl Makefile.PL
MARC version 1.15 No 'Makefile' will be created
Test with: perl test.pl
Install with: perl install.plCreating new test.pl mkdir ./lib mkdir ./html Creating new install.pl
>perl test.pl
t/test1....ok t/test2....ok t/test3....ok t/test4....ok t/test5....ok All tests successful. Files=5, Tests=585, 3 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)
