Skip Menu |

This queue is for tickets about the Catalyst-Devel CPAN distribution.

Report information
The Basics
Id: 65456
Status: resolved
Priority: 0/
Queue: Catalyst-Devel

People
Owner: Nobody in particular
Requestors: TEDDY [...] cpan.org
Cc:
AdminCc:

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



Subject: Makefile.PL contains a non-portable path
Under Windows XP, after the command: catalyst FooBar The file Makefile.PL of the newly created FooBar app contains the following line: all_from 'lib\FooBar.pm'; If this app will be deployed to another OS, say Linux, the program Makefile.PL won't run because that path cannot be found. That line should be: all_from 'lib/FooBar.pm';
This is fixed in f7cb00c, and will be in the next release. Thanks for the bug report!