From: Grant M. <gr...@us...> - 2003-06-13 10:28:09
|
Update of /cvsroot/perl-xml/xml-simple/lib/XML/Simple In directory sc8-pr-cvs1:/tmp/cvs-serv25973/lib/XML/Simple Modified Files: FAQ.pod Log Message: - address/URL updates Index: FAQ.pod =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/lib/XML/Simple/FAQ.pod,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- FAQ.pod 13 Oct 2002 01:32:55 -0000 1.3 +++ FAQ.pod 13 Jun 2003 10:28:05 -0000 1.4 @@ -148,7 +148,8 @@ perl -MCPAN -e 'install XML::Simple' If that doesn't work, download the latest distribution from -http://web.co.nz/~grantm/cpan/ , unpack it and run these commands: +ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GR/GRANTM , unpack it and run these +commands: perl Makefile.PL make @@ -160,9 +161,9 @@ ppm install XML::Simple -If that doesn't work, you really only need the Simple.pm file, so grab it -from the above site and save it in the \site\lib\XML directory under your -Perl installation (typically C:\Perl). +If that doesn't work, you really only need the Simple.pm file, so extract it +from the .tar.gz file (eg: using WinZIP) and save it in the \site\lib\XML +directory under your Perl installation (typically C:\Perl). =head2 I'm trying to install XML::Simple and 'make test' fails |