Skip Menu |

This queue is for tickets about the pmtools CPAN distribution.

Report information
The Basics
Id: 90208
Status: resolved
Priority: 0/
Queue: pmtools

People
Owner: MLFISHER [...] cpan.org
Requestors: dsteinbrunner [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.54
Fixed in: 2.1.2



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`;