Ruby-VersionManager The Ruby::VersionManager Module will provide a subset of the bash rvm. Ruby::VersionManager comes with a script rvm.pl. See the perldoc of rvm.pl for a list of actions and options. INSTALLATION To install this module, run the following commands: perl Build.PL --install ./Build install SUPPORT AND DOCUMENTATION List available ruby versions. rvm.pl list Update database of available ruby versions. rvm.pl updatedb Install a ruby version. If no version is given the latest stable release will be installed. The program tries to guess the correct version from the provided string. It should at least match the major release. If you need to install a preview or rc version you will have to provide the full exact version. Latest ruby rvm.pl install Latest ruby-1.8 rvm.pl install 1.8 Install preview rvm.pl install ruby-1.9.3-preview1 To use the Ruby::VersionManager source ruby_vmanager.rc. source ~/.ruby_vmanager/var/ruby_vmanager.rc Remove a ruby version and the source dir including the downloaded archive. You have to provide the full exact version of the ruby you want to remove as shown with list. rvm.pl uninstall ruby-1.9.3-preview1 If you uninstall your currently active ruby version you have to install/activate another version manually. After installing, you can also find documentation for this module with the perldoc command. perldoc Ruby::VersionManager perldoc rvm.pl You can also look for information at: RT, CPAN's request tracker (report bugs here) http://rt.cpan.org/NoAuth/Bugs.html?Dist=Ruby-VersionManager AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/Ruby-VersionManager CPAN Ratings http://cpanratings.perl.org/d/Ruby-VersionManager Search CPAN http://search.cpan.org/dist/Ruby-VersionManager/ LICENSE AND COPYRIGHT Copyright (C) 2012 mugen Kenichi This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information.