Tadashi Okoshi
slash****@users*****
2005年 7月 4日 (月) 10:14:01 JST
Index: affelio/README.txt
diff -u affelio/README.txt:1.2 affelio/README.txt:1.3
--- affelio/README.txt:1.2 Fri Jul 1 12:06:36 2005
+++ affelio/README.txt Mon Jul 4 10:14:01 2005
@@ -47,6 +47,8 @@
* Perl 5.6 and later
* Following Perl modules
+ -LWP
+ -URI
-DBI
(One of the following)
Index: affelio/README-sjis.txt
diff -u affelio/README-sjis.txt:1.5 affelio/README-sjis.txt:1.6
--- affelio/README-sjis.txt:1.5 Fri Jul 1 12:06:36 2005
+++ affelio/README-sjis.txt Mon Jul 4 10:14:01 2005
@@ -35,6 +35,8 @@
ECGIª®ì·é«
@ EPerl verion.5.6Èã
EKvÈPerlW
[
+ LWP
+ URI
DBI
ȺÌ2Â̤¿Ì¢¸ê©
Index: affelio/setup.cgi
diff -u affelio/setup.cgi:1.11 affelio/setup.cgi:1.12
--- affelio/setup.cgi:1.11 Fri Jul 1 10:49:01 2005
+++ affelio/setup.cgi Mon Jul 4 10:14:01 2005
@@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: setup.cgi,v 1.11 2005/07/01 01:49:01 slash5234 Exp $
+# $Id: setup.cgi,v 1.12 2005/07/04 01:14:01 slash5234 Exp $
use strict;
@@ -196,6 +196,8 @@
$msg .= '<blockquote>';
$msg .= check_module("CGI");
$msg .= check_module("CGI::Session");
+ $msg .= check_module("LWP");
+ $msg .= check_module("URI");
$msg .= check_module("DBI");
$msg .= $g_lh->maketext("_SETUP_msg_50_3");
$msg .= check_module("DBD::SQLite");
@@ -210,7 +212,8 @@
$err += load_module("CGI");
$err += load_module("CGI::Session");
- $err += load_module("Crypt::DH");
+ $err += load_module("LWP");
+ $err += load_module("URI");
$err += load_module("DBI");
# my $err_sqlite = load_module("DBD::SQLite");
# my $err_mysql = load_module("DBD::mysql");