diff options
author | ivan <ivan> | 2004-05-26 18:59:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-05-26 18:59:29 +0000 |
commit | d99c56a3a435d202c4503f6f62895d8111ac41f3 (patch) | |
tree | 73ede175f521d6912a1509ef85498bd88f013282 /httemplate/docs/upgrade-1.4.2.html | |
parent | 3abe6ab40fa3ecee7b5c4038c556ccf4a4ab4227 (diff) |
require the version of File::Temp with the OO interface
Diffstat (limited to 'httemplate/docs/upgrade-1.4.2.html')
-rw-r--r-- | httemplate/docs/upgrade-1.4.2.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/docs/upgrade-1.4.2.html b/httemplate/docs/upgrade-1.4.2.html index eb40df8b3..a24661142 100644 --- a/httemplate/docs/upgrade-1.4.2.html +++ b/httemplate/docs/upgrade-1.4.2.html @@ -16,6 +16,7 @@ <li>Install <a href="http://search.cpan.org/search?dist=Crypt-PasswdMD5">Crypt::PasswdMD5</a> <li>Install <a href="http://search.cpan.org/search?dist=Net-Whois-Raw">Net::Whois::Raw</a> <li>CGI.pm minimum version 2.47 is required. You will probably need to install a current CGI.pm from CPAN if you are using Perl 5.005 or earlier. + <li>File::Temp minimum version 0.14 is required. You will probably need to install a currrent File::Temp from CPAN if you are using Perl 5.6 or earlier. <li>If using Apache::ASP, add <code>PerlSetVar RequestBinaryRead Off</code> to your Apache configuration and make sure you are using Apache::ASP minimum version 2.55. <li>Run <code>make aspdocs</code> or <code>make masondocs</code>. <li>Copy <code>aspdocs/</code> or <code>masondocs/</code> to your web server's document space. |