Subject: | backslashes in file paths break on forward slash systems |
Today I encountered this test failure:
t/boilerplate............couldn't open lib\Graph\Maker.pm for reading:
No such file or directory at t/boilerplate.t line 9.
# Looks like you planned 29 tests but only ran 2.
# Looks like your test died just after 2.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 27/29 subtests
Besides that your package name does not follow CPAN conventions and
makes it hard to track your package. Please try 'make dist' instead of
messing with zip manually and you will enjoy the full toolset available
on CPAN.
Thanks,