stas 02/04/25 18:48:45
Modified: src/start/tips handler.pod
Log:
load Apache::Constants before using it
Revision Changes Path
1.5 +2 -0 modperl-docs/src/start/tips/handler.pod
Index: handler.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/start/tips/handler.pod,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- handler.pod 26 Apr 2002 01:44:31 -0000 1.4
+++ handler.pod 26 Apr 2002 01:48:45 -0000 1.5
@@ -18,6 +18,8 @@
package My::Greeting;
use strict;
+ use Apache::Constants ();
+
sub handler {
my $r = shift;
my $now = scalar localtime;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]