I cannot get PAR to install due to needed modules. I am stuck trying to get
needed modules.
perl -MCPAN does not work.
/usr/ActivePerl/Perl/bin/ppm.bat does not work
/usr/ActivePerl/Perl/bin/ppm3.bat does not work
I would like to try
perl -MCPANPLUS -e shell
and go from there, but I cannot. I downloaded CPANPLUS.pm into both
c:\cygwin\lib\perl5\site_perl\5.8.2
and
c:\cygwin\user\ActivePerl\Perl\site\lib
to no avail. I get
----------------paste
$ perl -MCPANPLUS -e shell
Can't locate CPANPLUS/I18N.pm in @INC (@INC contains:
c:\cygwin\usr\ActivePerl\Perl\lib c:\cygwin\us
r\ActivePerl\Perl\site c:\cygwin\usr\ActivePerl\Perl\site\lib C:\cygwin\lib
C:\cygwin\lib\perl5\5.8.
2 C:\cygwin\lib\perl5\site_perl\5.8.2 C:/cygwin/lib .) at
c:\cygwin\usr\ActivePerl\Perl\site\lib/CPA
NPLUS.pm line 16.
BEGIN failed--compilation aborted at
c:\cygwin\usr\ActivePerl\Perl\site\lib/CPANPLUS.pm line 16.
Compilation failed in require.
BEGIN failed--compilation aborted.
---------------------end paste
After doing a search, I have found that I18N.pm does not exist on my
machine. The only reference to I18N.pm seems to be at
http://search.cpan.org/~autrijus/CPANPLUS-0.049/lib/CPANPLUS/I18N.pm
however, that file holds the description of I18N.pm, not the source
code itself, and there are no links to the real I18N.pm
Help!