Subject: | tests fail in win32 |
Installing on windows gets lots of errors like these:
# Failed test 'basepods runs'
# at t/basepods.t line 18.
# got: '256'
# expected: '0'
# Failed test 'found Perl POD'
# at t/basepods.t line 19.
# ''bin' is not recognized as an internal or external command,
# operable program or batch file.
# '
# doesn't match '(?^:perl.pod)'
A quick fix might be to execute the scripts with perl, like so:
$output = `perl bin/basepods 2>&1`;