- or download this
C:\>perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', '
+blib/arch')" t/*.t
t/01_epdcode.t ...... ok
...
All tests successful.
Files=8, Tests=33, 2 wallclock secs ( 0.09 usr + 0.03 sys = 0.13 CP
+U)
Result: PASS
- or download this
Output from '/usr/bin/make test':
...
*** Error code 255
Stop in /home/sts/cpansmoke/perl-5.12.3/cpan/build/Chess-PGN-EPD-0.25-
+YJnWEi (line 781 of Makefile).
- or download this
t/01_epdcode.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 7 tests but ran 0.
- or download this
#!/usr/bin/perl
# 01_epdcode.t -- test epdcode.
...
return epdcode('Opening',$movesref);
}