NAME
    ProjectBuilder::VE, part of the project-builder.org - module dealing with
    Virtual Environment

DESCRIPTION
    This modules provides functions to deal with Virtual Environements (VE),
    aka chroot/containers.

SYNOPSIS
      use ProjectBuilder::VE;

      # 
      # Return information on the running distro
      #
      my $pbos = pb_ve_launch();

USAGE
    pb_ve_launch
        This function launches a VE, creating it if necessary using multiple
        external potential tools.

WEB SITES
    The main Web site of the project is available at
    <http://www.project-builder.org/>. Bug reports should be filled using the
    trac instance of the project at <http://trac.project-builder.org/>.

USER MAILING LIST
    None exists for the moment.

AUTHORS
    The Project-Builder.org team <http://trac.project-builder.org/> lead by
    Bruno Cornec <mailto:bruno@project-builder.org>.

COPYRIGHT
    Project-Builder.org is distributed under the GPL v2.0 license described in
    the file "COPYING" included with the distribution.

POD ERRORS
    Hey! The above document had some coding errors, which are explained below:

    Around line 439:
        You forgot a '=back' before '=head1'

