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


_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to