Subject: | Makefile.PL created on Windows contains backslashes for path separators |
In the Makefile.PL generated on Strawberry Perl:
all_from 'lib\MyApp.pm';
This will break on *nix. The paths should be generated with forward
slashes only. Module::Starter encountered the same issue - see
http://rt.cpan.org/Public/Bug/Display.html?id=25905