in reply to Installing distros from prebuilt files (blib/)?

Thats basically what PPM does, zips up blib, then later installs using https://metacpan.org/pod/ExtUtils::Install#install_default

But if all you're going for is pure-perl, why bother with blib at all, just use INSTALL_BASE

and you're a step away from distributing a binary perl release

  • Comment on Re: Installing distros from prebuilt files (blib/)?