stas 2002/09/05 03:58:05
Modified: src/docs/2.0/user/overview overview.pod
Log:
add the missing use Apache::HookRun ();
Revision Changes Path
1.10 +3 -2 modperl-docs/src/docs/2.0/user/overview/overview.pod
Index: overview.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/overview/overview.pod,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- overview.pod 16 Jun 2002 12:43:39 -0000 1.9
+++ overview.pod 5 Sep 2002 10:58:04 -0000 1.10
@@ -1057,9 +1057,10 @@
use strict;
use Apache::Connection ();
use APR::Socket ();
-
+ use Apache::HookRun ();
+
use Apache::Const -compile => qw(OK DECLINED);
-
+
my @cmds = qw(motd date who quit);
my %commands = map { $_, \&{$_} } @cmds;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]