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

Safe::World - Create multiple virtual instances of a Perl interpreter that can be assembled together.

###############
# 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.

See POD for more...

################
# INSTALLATION #
################

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

##########
# AUTHOR #
##########

Graciliano M. P. <gm@virtuasites.com.br>

I will appreciate any type of feedback (include your opinions and/or suggestions). ;-P

############# 
# COPYRIGHT #
#############

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.