[Catalyst] nmake catalyst_par

Tomas Doran bobtfish at bobtfish.net
Sun Apr 19 22:36:38 GMT 2009


On 19 Apr 2009, at 17:27, Octavian Râşniţă wrote:
> With Catalyst 5.8 I've tried:
>
> E:\web\T2> perl Makefile.PL
> ...
> E:\web\T2> nmake
> ...
> E:\web\T2> nmake catalyst_par
> ...

<snip>

> Could be an error of PAR, or something else?

I guess you're using perl 5.8 rather than 5.10?

If so, then this is as PAR isn't following the fact that MRO::Compat  
needs to pull in Class::C3 to do its job on perl 5.8. Try explicitly  
saying 'use Class::C3' in your MyApp.pm and this may fix it.

This is just a guess - but one of the major problems with PAR is that  
its detection of what to package doesn't work so well with runtime  
class loading :/

Cheers
t0m




More information about the Catalyst mailing list