CPANM是安装Perl模块最方便的方法,自动下载和安装依赖项包。使用cpan shell或下载源程序包来安装模块,您会遇到很多依赖项,并且头疼,下面武林技术频道就为大家带来cpanm安装及Perl模块安装教程。
下面就是一例:
安装MongoDB模块
1. 安装cpanm
cpanm其实是一个可执行文件而已。将它下载到bin目录,然后添加执行权限就可以了。
2. 使用cpanm安装模块
Examples:
cpanm Test::More # install Test::More
cpanm MIYAGAWA/Plack-0.99_05.tar.gz # full distribution path
cpanm http://example.org/LDS/CGI.pm-3.20.tar.gz # install from URL
cpanm ~/dists/MyCompany-Enterprise-1.00.tar.gz # install from a local file
cpanm --interactive Task::Kensho # Configure interactively
cpanm . # install from local directory
cpanm --installdeps . # install all the deps for the current directory
cpanm -L extlib Plack # install Plack and all non-core deps into extlib
cpanm --mirror http://cpan.cpantesters.org/ DBI # use the fast-syncing mirror
参数名直接为模块名称
如,安装MongoDB模块
为了加快下载速度, 可以指定使用镜像,并只从镜像下载:
3. 删除模块
安装App::pmuninstall模块:
4.删除模块
以上就是武林技术频道小编为大家带来的cpanm安装及Perl模块安装教程,如果你想了解更多的信息,请继续关注我们的网站吧!
新闻热点
疑难解答
图片精选