[Catalyst] Deployment incompatibility

Tomas Doran bobtfish at bobtfish.net
Fri Feb 4 10:48:27 GMT 2011


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 use Catalyst 5.80029.
>
> I couldn't install the newer version of Catalyst because I couldn't  
> install MooseX::Role::WithOverloading, because I couldn't install the
> newer version of namespace::autoclean:
>

You need to upgrade namespace::clean, this should fix the issue.

I've also released a new namespace::autoclean just now which depends  
on the right things, which should stop this issue for anyone else.

Cheers
t0m




More information about the Catalyst mailing list