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
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/