[Catalyst] Deployment incompatibility

2011-02-04 Thread Octavian Rasnita
Hi, I have tried to build an app under Windows XP and then deploy the tarball under Ubuntu, using: catalyst MyFoo cd MyFoo perl Makefile.PL nmake nmake manifest nmake dist After this first step I loaded the file MyFoo-0.01.tar.gz on an Ubuntu server, unarchiving it, and ran: perl

Re: [Catalyst] Deployment incompatibility

2011-02-04 Thread Tomas Doran
On 4 Feb 2011, at 08:14, Octavian Rasnita wrote: I've seen that this problem appeared because the file Makefile.PL is created automaticly with the following line in it: all_from 'lib\MyFoo.pm'; instead of: all_from 'lib/MyFoo.pm'; Can you log a bug against Catalyst-Devel for this? I