[Rt-commit] r4805 - rtfm/branches/2.1-TESTING
alexmv at bestpractical.com
alexmv at bestpractical.com
Thu Mar 23 14:40:20 EST 2006
Author: alexmv
Date: Thu Mar 23 14:40:18 2006
New Revision: 4805
Modified:
rtfm/branches/2.1-TESTING/ (props changed)
rtfm/branches/2.1-TESTING/README
Log:
r11811 at zoq-fot-pik: chmrr | 2006-03-23 14:39:45 -0500
* 'install YAML' gets parsed as YAML->install; use quotes to fix
Modified: rtfm/branches/2.1-TESTING/README
==============================================================================
--- rtfm/branches/2.1-TESTING/README (original)
+++ rtfm/branches/2.1-TESTING/README Thu Mar 23 14:40:18 2006
@@ -10,12 +10,12 @@
You can install them by executing the command, also you would be noted
later while running Makefile.PL:
- perl -MCPAN -e'install Text::WikiFormat'
- perl -MCPAN -e'install Tree::Simple'
- perl -MCPAN -e'install HTML::TreeBuilder'
- perl -MCPAN -e'install HTML::FormatText'
- perl -MCPAN -e'install Time::ParseDate'
- perl -MCPAN -e'install YAML'
+ perl -MCPAN -e'install "Text::WikiFormat"'
+ perl -MCPAN -e'install "Tree::Simple"'
+ perl -MCPAN -e'install "HTML::TreeBuilder"'
+ perl -MCPAN -e'install "HTML::FormatText"'
+ perl -MCPAN -e'install "Time::ParseDate"'
+ perl -MCPAN -e'install "YAML"'
Installation instructions:
--------------------------
More information about the Rt-commit
mailing list