NAME
App::cpanmigrate - migrate installed modules to new environment
SYNOPSIS
$ cpanmigrate perl-5.14.1
DESCRIPTION
App::cpanmigrate is a helper tool to migrate installed modules to new environment.
cpanmigrate
is integrated with App::cpanminus and App::perlbrew.
SUPPORTED ENVIRONMENT
bash
zsh
csh
HOW TO DEVELOP A HELPER FOR UNSUPPORTED ENVIRONMENT
Take a look at App::cpanmigrate::bash. The main part of development is writing shell script.
Additionally, write some logic to detect shell. See also App::cpanmigrate->detect_shell()
.
Then, please send me a pull request at https://github.com/punytan/p5-App-cpanmigrate :)
AUTHOR
punytan <punytan@gmail.com>
CONTRIBUTORS
toritori0318 - patches for zsh
and csh
SEE ALSO
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.