The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Safe::World.

0.03  30 Nov 2003
      - 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().

0.02  30 Nov 2003
      - Fixed tests on Perl-5.8+ & Perl-5.6.2.
      - Fixed link_world() for Perl-5.8+ & Perl-5.6.2.
      - Fixed symbol table link on linux (skip loaded modules reference =~ /[^\w:]/)
      - Fixed STDERR redirection for Perl-5.8+.
      - POD updates and fixes.

0.01  Sat Nov 29 19:19:42 2003
      - original version; created by h2xs 1.21 with options
         -X -n Safe::World