summaryrefslogtreecommitdiff
path: root/htdocs/docs/install.html
diff options
context:
space:
mode:
authorivan <ivan>1999-03-25 08:42:20 +0000
committerivan <ivan>1999-03-25 08:42:20 +0000
commit93ced168cd4e1e23d36094a919576fc646b4df28 (patch)
treec4262716368c379f0a70d0a578684a90f6444a19 /htdocs/docs/install.html
parentfa884e7ce54e21c7593abe2bc3430bd26a607ce7 (diff)
import stuff uses Term::Query and spits out (some kinds of) nonsensical input
Diffstat (limited to 'htdocs/docs/install.html')
-rw-r--r--htdocs/docs/install.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html
index b9b4a97d0..f96065136 100644
--- a/htdocs/docs/install.html
+++ b/htdocs/docs/install.html
@@ -11,6 +11,8 @@ Before installing, you need:
<li>A database engine supported by Perl's <a href="http://www.hermetica.com/technologia/DBI/">DBI</a>, such as <a href="http://www.tcx.se/">MySQL</a> or <a href="http://www.postgresql.org/">PostgreSQL</a>
<li>Perl modules
<ul>
+ <li><a href="http://www.perl.com/CPAN/modules/by-module/Array/">Array-PrintCols</a>
+ <li><a href="http://www.perl.com/CPAN/modules/by-module/Term/">Term-Query</a>
<li><a href="http://www.perl.com/CPAN/modules/by-module/MIME/">MIME-Base64</a>
<li><a href="http://www.perl.com/CPAN/modules/by-module/Data">Data-Dumper</a>
<li><a href="http://www.perl.com/CPAN/modules/by-module/MD5">MD5</a>