summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>1999-08-11 13:54:18 +0000
committerivan <ivan>1999-08-11 13:54:18 +0000
commit29704e87180ba0be89392b14c1420ff4f36af40a (patch)
tree80247efae84aaa90fd2118b6f023658662b51206
parent48ecf4bec10d12ad53519406d8cf8b358aadd8cc (diff)
documentation updates
-rw-r--r--htdocs/docs/install.html5
-rw-r--r--htdocs/docs/upgrade4.html1
2 files changed, 4 insertions, 2 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html
index f38b89e3b..592d6566d 100644
--- a/htdocs/docs/install.html
+++ b/htdocs/docs/install.html
@@ -9,7 +9,7 @@ Before installing, you need:
<li><a href="ftp://ftp.cs.hut.fi/pub/ssh/">SSH</a>
<li><a href="http://www.perl.com/CPAN/doc/relinfo/INSTALL.html">Perl</a> (at least 5.004_05 for the 5.004 series or 5.005_03 for the 5.005 series. Don't enable experimental features like threads or the PerlIO abstraction layer.)
<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> (see the <a href="postgresql.html">PostgreSQL notes</a>)
- <li>Perl modules
+ <li>Perl modules (<a href="http://www.perl.com/CPAN/doc/manual/html/lib/CPAN.html">CPAN</a> will query, download and build 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>
@@ -19,7 +19,8 @@ Before installing, you need:
<li><a href="http://www.perl.com/CPAN/modules/by-module/URI">URI</a>
<li><a href="http://www.perl.com/CPAN/modules/by-module/HTTP">HTML-Parser</a>
<li><a href="http://www.perl.com/CPAN/modules/by-module/Net">libnet</a>
- <li><a href="http://www.perl.com/CPAN/modules/by-module/Net">Net::Whois</a> with this <a href="Net-Whois-0.23-ivan1.patch">patch</a> applied
+ <li><a href="http://www.perl.com/CPAN/modules/by-module/Locale">Locale-Codes</a>
+ <li><a href="http://www.perl.com/CPAN/modules/by-module/Net">Net-Whois</a>
<li><a href="http://www.perl.com/CPAN/modules/by-module/LWP/">libwww-perl</a>
<li><a href="http://www.perl.com/CPAN/modules/by-module/Business/">Business-CreditCard</a>
<li><a href="http://www.perl.com/CPAN/modules/by-module/Data/">Data-ShowTable</a>
diff --git a/htdocs/docs/upgrade4.html b/htdocs/docs/upgrade4.html
index de44b7515..1d70f8b73 100644
--- a/htdocs/docs/upgrade4.html
+++ b/htdocs/docs/upgrade4.html
@@ -8,6 +8,7 @@
<li>If migrating from less than 1.1.4, see these <a href="upgrade2.html">instructions</a> first.
<li>If migrating from less than 1.2.0, see these <a href="upgrade3.html">instructions</a> first.
<li>Back up your data and current Freeside installation.
+ <li>Install the Perl modules <a href="http://www.perl.com/CPAN/modules/by-module/Locale/">Locale-Codes</a> and <a href="http://www.perl.com/CPAN/modules/by-module/Net/">Net-Whois</a>.
<li>Apply the following changes to your database:
<pre>
ALTER TABLE cust_pay_batch CHANGE exp exp VARCHAR(11);