我正在使用ActiveState Perl并使用PPM来安装模块。我通过批处理文件运行ppm命令。
之类的东西ppm rep add Bribes http://www.bribes.org/perl/ppm
ppm rep add UWinnipeg http://theoryx5.uwinnipeg.ca/ppms
ppm rep add Trouchelle http://trouchelle.com/ppm/
ppm install SOAP-Lite
所以,我正在使用这三个存储库来安装各种模块。
所有三个存储库都提供SOAP::Lite
模块,但使用bribes存储库来安装它似乎很好。请参阅此链接
http://www.mail-archive.com/perl-win32-users@listserv.activestate.com/msg38184.html
在使用ppm安装安装SOAP-Lite期间,如何指定存储库?我知道我们可以指定网址,但我正在寻找使用存储库名称(Bribes,UWinnipeg,Trouchelle)的东西。如果我们有这样的方法,请告诉我。
答案 0 :(得分:2)
如果您有PPM版本>这些命令对你有帮助。
ppm> rep
要获取您列出的存储库列表,活动的存储库将标记为前导'*'。然后输入
ppm> rep set X
其中X是您要搜索的存储库的编号。