Hi!
i've found a solution for my environment:
MinGW and PAR-Packer were installed ussing ppm
pp complained about versions, so...
$^V eq 5.12.2 or die "Perl lib version (5.12.2) doesn't match executable version + (" . sprintf("v%vd",$^V) . ")";
$^V eq 5.12.2 or $^V eq 5.12.0 or die "Perl lib version (5.12.2) doesn't match executable version + (" . sprintf("v%vd",$^V) . ")";
pp works after that.
HTH
Rodrigo
In reply to Re: installing correct Par::Packer on ActivePerl 5.12.2
by yoyirod
in thread installing correct Par::Packer on ActivePerl 5.12.2
by dxxd116
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |