From: Grant M. <gr...@us...> - 2004-02-19 09:16:02
|
Update of /cvsroot/perl-xml/perl-xml-faq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8917 Modified Files: perl-xml-faq.xml Log Message: - updated URLs for Randy Kobes' PPM repositories Index: perl-xml-faq.xml =================================================================== RCS file: /cvsroot/perl-xml/perl-xml-faq/perl-xml-faq.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- perl-xml-faq.xml 6 Jan 2004 08:57:05 -0000 1.15 +++ perl-xml-faq.xml 19 Feb 2004 09:05:44 -0000 1.16 @@ -17,6 +17,7 @@ <copyright> <year>2002</year> <year>2003</year> + <year>2004</year> <holder>Grant McLean</holder> </copyright> @@ -826,7 +827,7 @@ <programlisting><![CDATA[ C:\> ppm -ppm> set repository RK http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer +ppm> set repository RK http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58 ppm> set save ppm> install XML::LibXML ]]></programlisting> @@ -834,6 +835,13 @@ <para>The 'set save' command means that PPM will remember this additional repository should you need to install another module later.</para> + <para>The location specified above assumes you're using a Perl 5.8 build. + If you're still running Perl 5.6, use this command instead:</para> + + <programlisting><![CDATA[ +ppm> set repository RK http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer + ]]></programlisting> + </answer> </qandaentry> |