The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::VirtPerl - Lightweight Perl Environments

VERSION

version 0.1

SYNOPSIS

   $ setup-virtperl
   $ . ~/.virtperl/virtperl.sh
   $ virtperl create project1
   $ virtperl use project1
   $ cpanm Moose

DESCRIPTION

virtperl is a quick and simple way to have multiple sets of cpan modules install with a single perl. It is similar to perlbrew's lib feature, but does not require building a new perl and it tries harder to ensure that each enviroment starts with a clean slate.

TODO

Tests. Documentation. Only bash is supported at the moment.

AUTHORS

    Chris Reinhardt
    crein@cpan.org
    

COPYRIGHT

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

The full text of the license can be found in the LICENSE file included with this module.

SEE ALSO

virtperl, App::perlbrew, App::cpanminus, virtualenv, perl(1)