[Rt-commit] r4800 - rtfm/branches/2.1-TESTING
ruz at bestpractical.com
ruz at bestpractical.com
Thu Mar 23 06:27:52 EST 2006
Author: ruz
Date: Thu Mar 23 06:27:50 2006
New Revision: 4800
Modified:
rtfm/branches/2.1-TESTING/ (props changed)
rtfm/branches/2.1-TESTING/Makefile.PL
rtfm/branches/2.1-TESTING/README
Log:
r207 at cubic-pc: cubic | 2006-03-23 14:34:10 +0300
* sync requirements in Makefile.PL and README
Modified: rtfm/branches/2.1-TESTING/Makefile.PL
==============================================================================
--- rtfm/branches/2.1-TESTING/Makefile.PL (original)
+++ rtfm/branches/2.1-TESTING/Makefile.PL Thu Mar 23 06:27:50 2006
@@ -3,14 +3,14 @@
name('RTFM');
version_from('lib/RT/FM.pm');
license('GPL version 2');
-requires(perl => 5.008);
-requires('Text::WikiFormat');
-requires(RT => '3.4.2',
- Tree::Simple => 0,
+requires(
+ perl => 5.008,
+ RT => '3.4.2',
+ Text::WikiFormat => 0,
+ Tree::Simple => 0,
HTML::TreeBuilder => 0,
- Time::ParseDate => 0,
- HTML::FormatText => 0,
- YAML => 0
-
+ Time::ParseDate => 0,
+ HTML::FormatText => 0,
+ YAML => 0,
);
&WriteAll;
Modified: rtfm/branches/2.1-TESTING/README
==============================================================================
--- rtfm/branches/2.1-TESTING/README (original)
+++ rtfm/branches/2.1-TESTING/README Thu Mar 23 06:27:50 2006
@@ -7,11 +7,15 @@
any questions about our service offerings.
RTFM requires a few modules in addition to RT's standartd dependencies.
-You can install them by executing the command:
+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::Format'
+ 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