rschupp / PAR-Packer

(perl) Generate stand-alone executables, perl scripts and PAR files https://metacpan.org/pod/PAR::Packer
Other
48 stars 13 forks source link

test -u option of pp #26

Closed Lamprecht closed 4 years ago

Lamprecht commented 4 years ago

pp -u fails with perl-5.31.6 and later because utf8_heavy.pl is missing in core. This commit adds a test for pp -u.

Lamprecht commented 4 years ago

utf8_heavy.pl was removed here: perl5 commit

rschupp commented 4 years ago

Thanks, but no thanks :smiley:

I don't want a test for an option that's essentially a bandaid and unnecessary with recent perls.

BTW, please don't add any tests to automated_pp_test.pl(add or modify a test in t instead). This ancient pile of dung should go away, but unfortunately it's the only (almost) comprehensive unit test for pp that we have.