2009/4/20 Octavian Râşniţă <orasn...@gmail.com>:
> I've created a .par archive with a Catalyst app under Windows XP Pro with
> Perl 5.10.0 but I can't run a program from that archive because it gives an
> error.
> I think PAR might not use a certain module which is needed...

> Can't locate mro.pm in @INC (@INC contains: CODE(0x135753c)

OK, looks like mro.pm is missing.

For starters, can you re-create the par file explicitly requesting this module,
e.g. if you used pp to create it then add "-M mro" to the command line.
If that works we can look into why this dependency was missed.
BTW, did you specify "-B" when you created the .par?

Cheers, Roderich

Reply via email to