in reply to installing correct Par::Packer on ActivePerl 5.12.2
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
|
|---|