diff options
author | ivan <ivan> | 2005-03-10 12:06:42 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-03-10 12:06:42 +0000 |
commit | b2790f150672ee966a02bfb3fe81c7b6a235cfa8 (patch) | |
tree | 09b1b9862fb98605ba1caa39dfb9aaead2f61b3c /httemplate/docs/upgrade10.html | |
parent | 3cf7afe4ff9bc62d1a5c0d78aae35193251dca25 (diff) |
add IO-stringy (IO::Scalar) to instructions
Diffstat (limited to 'httemplate/docs/upgrade10.html')
-rw-r--r-- | httemplate/docs/upgrade10.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/docs/upgrade10.html b/httemplate/docs/upgrade10.html index 2f4549d7f..0e79244cb 100644 --- a/httemplate/docs/upgrade10.html +++ b/httemplate/docs/upgrade10.html @@ -9,8 +9,8 @@ install Net::SSH 0.08 - In httpd.conf, change <b>AddHandler perl-script .cgi</b> or <b>SetHandler perl-script</b> to <b>AddHandler perl-script .cgi .html</b> install NetAddr::IP, Chart::Base, Locale::SubCountry, -JavaScript::RPC (JavaScript::RPC::Server::CGI), Text::CSV_XS and -Spreadsheet::WriteExcel<!-- and Crypt::YAPassGen--> +JavaScript::RPC (JavaScript::RPC::Server::CGI), Text::CSV_XS, +Spreadsheet::WriteExcel and IO-stringy (IO::Scalar) <!-- and Crypt::YAPassGen--> INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 20, 'svc_external-id', 'en_US', 'External ID' ); INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 21, 'svc_external-title', 'en_US', 'Title' ); |