Perl Install PAR:Packer Problems

前端 未结 3 1316
小鲜肉
小鲜肉 2020-12-31 23:33

My perl version is 5.16.2 on my Windows 7 64bit, I failed to install PAR:Packer. I tried active perl and strawberry perl , both got the same error. Can you please give me so

3条回答
  •  独厮守ぢ
    2020-12-31 23:43

    I simply changed the line 60 in .../perl64/Config.pm from

    `$^V eq 5.16.3`
    

    to

    `$^V eq 5.16.3 or $^V eq 5.16.0`
    

    and voila! My par-packer module 1.013 installed through ppm (ActiveState Perl 5.16.3) works ...

提交回复
热议问题