From: Grant M. <gr...@us...> - 2004-11-11 08:57:42
|
Update of /cvsroot/perl-xml/perl-xml-faq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13324 Modified Files: perl-xml-faq.xml Log Message: - fixed up PPM syntax as per email from V Barta Index: perl-xml-faq.xml =================================================================== RCS file: /cvsroot/perl-xml/perl-xml-faq/perl-xml-faq.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- perl-xml-faq.xml 21 Oct 2004 18:01:32 -0000 1.17 +++ perl-xml-faq.xml 11 Nov 2004 08:57:33 -0000 1.18 @@ -855,7 +855,7 @@ <programlisting><![CDATA[ C:\> ppm -ppm> set repository RK http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58 +ppm> repository add RK http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58 ppm> set save ppm> install XML::LibXML ]]></programlisting> |