码迷,mamicode.com
首页 > 系统相关 > 详细

【Linux】通过cpanm安装Perl模块

时间:2020-12-15 11:51:37      阅读:4      评论:0      收藏:0      [点我收藏+]

标签:make   oar   fetch   rom   cpan   code   test   pre   yum   

[root@wallet01 ~]# yum install -y perl-App-cpanminus.noarch

[root@wallet01 ~]# cpanm Test::Simple  
--> Working on Test::More
Fetching http://www.cpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302183.tar.gz ... OK
Configuring Test-Simple-1.302183 ... OK
Building and testing Test-Simple-1.302183 ... OK
Successfully installed Test-Simple-1.302183
1 distribution installed

[root@wallet01 ~]# cpanm ExtUtils::MakeMaker                      
--> Working on ExtUtils::MakeMaker
Fetching http://www.cpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.56.tar.gz ... OK
Configuring ExtUtils-MakeMaker-7.56 ... OK
Building and testing ExtUtils-MakeMaker-7.56 ... OK
Successfully installed ExtUtils-MakeMaker-7.56 (upgraded from 6.68)
1 distribution installed

[root@wallet01 ~]# cpanm Time::HiRes
--> Working on Time::HiRes
Fetching http://www.cpan.org/authors/id/A/AT/ATOOMIC/Time-HiRes-1.9764.tar.gz ... OK
Configuring Time-HiRes-1.9764 ... OK
Building and testing Time-HiRes-1.9764 ... OK
Successfully installed Time-HiRes-1.9764 (upgraded from 1.9725)
1 distribution installed

 

【Linux】通过cpanm安装Perl模块

标签:make   oar   fetch   rom   cpan   code   test   pre   yum   

原文地址:https://www.cnblogs.com/dbamonkey/p/14107604.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!