stas 2003/11/18 16:40:01 Modified: src/docs/1.0/guide config.pod Log: missing handler function name Submitted by: Frederic Briere <[EMAIL PROTECTED]> Revision Changes Path 1.17 +1 -1 modperl-docs/src/docs/1.0/guide/config.pod Index: config.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/config.pod,v retrieving revision 1.16 retrieving revision 1.17 diff -u -u -r1.16 -r1.17 --- config.pod 24 Feb 2003 22:13:02 -0000 1.16 +++ config.pod 19 Nov 2003 00:40:01 -0000 1.17 @@ -1534,7 +1534,7 @@ startup file, it does not mean you can have the following handler: package MyModule; - sub { + sub handler { my $r = shift; ## Cool stuff goes here return OK;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]