dougm 01/08/26 11:29:55
Modified: . Changes
lib/Apache test.pm
Log:
require URI::URL to work with newer libwww-perl
Revision Changes Path
1.620 +2 -0 modperl/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/modperl/Changes,v
retrieving revision 1.619
retrieving revision 1.620
diff -u -r1.619 -r1.620
--- Changes 2001/08/25 19:55:03 1.619
+++ Changes 2001/08/26 18:29:55 1.620
@@ -10,6 +10,8 @@
=item 1.26_01-dev
+require URI::URL to work with newer libwww-perl
+
allow overriding of container directive handlers using the func parameter
[Geoffrey Young <[EMAIL PROTECTED]>]
1.23 +1 -0 modperl/lib/Apache/test.pm
Index: test.pm
===================================================================
RCS file: /home/cvs/modperl/lib/Apache/test.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- test.pm 2001/02/12 09:04:40 1.22
+++ test.pm 2001/08/26 18:29:55 1.23
@@ -37,6 +37,7 @@
eval {
require LWP::UserAgent;
+ require URI::URL;
$UA = LWP::UserAgent->new;
};