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

Changes for version 0.03

  • No more dependence of Safe. Own implementation of Safe at Safe::World::Compartment, with simpler code and less sub call and variables criations for reval().
  • use of select_static on initialization to avoid new selections.
  • Fixed some minor bug in the headers handler for HEADOUT.
  • Added method reset().
  • Added methods close_tiestdout() and close_tiestderr().

Modules

Create multiple virtual instances of a Perl interpreter that can be assembled together.

Provides

in lib/Safe/World/Compartment.pm
in lib/Safe/World/ScanPack.pm
in lib/Safe/World/select.pm
in lib/Safe/World/stderr.pm
in lib/Safe/World/stdout.pm
in lib/Safe/World/stdoutsimple.pm
in test/shared.pm