The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.004002 - 2009-06-15

  • Fixed up INC untaint procedure to skip/ignore CODE, ARRAY, blessed entries.
  • Include test in xt/ for the above
  • Put PERL5LIB first, so it'll be favored over privlibexp and archlibexp when self contained.
  • Automatically untaint @INC (t0m)
  • Prevent @INC from growing when you have multiple scripts using --self-contained called from inside one another. (grink by way of t0m)
  • eg/scripted_install.pl now no longer requires TARGET, but still respects it. (confound)

Modules

create and use a local lib/ for perl modules with PERL5LIB