perl-Safe-World

Create multiple virtual instances of a Perl interpreter

SRPM:     perl-Safe-World-0.14-3.n0i.9.fc7.src.rpm
SPEC:     perl-Safe-World.spec
Version:  0.14
Release:  3.n0i.9.fc7
Epoch:    
License:  Artistic
Group:    Development/Libraries
Size:     38148
Packager: Marius Feraru <altblue@n0i.net>
Vendor:   n0i.net
URL:      http://search.cpan.org/dist/Safe-World/
Date:     Thu May 31 2007, 12:45 GMT

Description:

With Safe::World you can create multiple virtual instances/compartments
of a Perl interpreter, that will work/run without touch the other
instances/compartments and mantaining the main interpreter normal.
Actually each Each instance (WORLD object), is a Safe compartment
(Safe::World::Compartment) with all the resources of a normal Perl
interpreter implemented (IO, @INC, %INC, Dynaloader::, etc...). But what
happens inside each World doesn't change the environment outside of it or
other Worlds.
Each instance (WORLD object) has their own STDOUT, STDERR and STDIN
handlers, also has a fake HEADOUT output (when the argument "headout" is pas
t) for the headers implemented inside the STDOUT. So, you can use this to
redirect the outputs of the WORLD object to a FILEHANDLER, SCALAR or a SUB.

Changelog:

  • Tue May 22 2007 Marius Feraru <altblue@n0i.net> - 0.14-3.n0i.9
    - spec file (re)created using N0i::CPAN::RPMizer v1.14.7
    - rebuild on perl 5.8.8
  • Sat Jul 30 2005 Marius Feraru <altblue@n0i.net> 0.14-2.n0i.8
    - spec file (re)created using N0i::CPAN::RPMizer/0.1
    - rebuild on perl 5.8.7
  • Sun Mar 20 2005 Marius Feraru <altblue@n0i.net> 0:0.14-1.n0i.7
    - automatic rebuild (perl 5.8.6)
  • Sun Dec 05 2004 Marius Feraru <altblue@n0i.net> 0:0.14-1.n0i.6
    - version 0.14
  • Wed May 05 2004 Marius Feraru <altblue@n0i.net> 0:0.11-1.n0i.5
    - spec file (re?)created using N0i::CPAN::RPMizer/2004050401
    - rebuild (perl 5.8.4)
  • Sun Feb 22 2004 Marius FERARU <altblue@n0i.net> 0:0.11-1.n0i.4
    - version 0.11
  • Thu Jan 29 2004 Marius FERARU <altblue@n0i.net> 0:0.10-0.n0i.3
    - version 0.10
  • Fri Jan 23 2004 Marius FERARU <altblue@n0i.net> 0:0.09-0.n0i.2
    - version 0.09
  • Thu Jan 01 2004 Marius FERARU <altblue@n0i.net> 0:0.08-0.n0i.1
    - version 0.08
    - spec file (re?)created using N0i::CPAN::RPMizer/2003102001

Files:

  • perl-Safe-World.spec
  • Safe-World-0.14.tar.gz

Requires:

  • perl(ExtUtils::MakeMaker)
  • perl(Hash::NoRef)
  • perl(Safe::Hole)
  • perl(Test)
  • reb00t-rpmdevtools
  • rpmlib(CompressedFileNames)