我在同一网络上有2台机器使用相同的Perl版本,JIRA::Client::Automated
已安装在机器1上而不是2上?
机器1:
C:\>perl -v
This is perl 5, version 18, subversion 2 (v5.18.2) built for MSWin32-x86-multi-thread-64int
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-2013, Larry Wall
Binary build 1802 [298023] provided by ActiveState http://www.ActiveState.com
Built Apr 14 2014 15:40:28
C:\>ppm install JIRA-Client-Automated
No missing packages to install
在机器2上,它没有找到模块,任何关于它为什么不是以及如何解决它的线索?我在PPM中检查了存储库路径,它与机器1相同。
C:\>perl -v
This is perl 5, version 18, subversion 2 (v5.18.2) built for MSWin32-x86-multi-thread-64int
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-2013, Larry Wall
Binary build 1802 [298023] provided by ActiveState http://www.ActiveState.com
Built Apr 14 2014 15:40:28
C:\>ppm install JIRA-Client-Automated
ppm install failed: Can't find any package that provides JIRA-Client-Automated
在两台机器上,ppm rep
如下:
C:\>ppm rep
┌────┬──────┬────────────────────────────────┐
│ id │ pkgs │ name │
├────┼──────┼────────────────────────────────┤
│ 1 │ 0 │ ActiveState Package Repository │
└────┴──────┴────────────────────────────────┘
(1 enabled repository)