stas 02/04/25 18:49:53 Modified: src/start/tips logging.pod Log: the import() style that most other examples in the documentation and perl modules use, let's stick to it. Revision Changes Path 1.3 +1 -1 modperl-docs/src/start/tips/logging.pod Index: logging.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/start/tips/logging.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- logging.pod 26 Apr 2002 01:43:11 -0000 1.2 +++ logging.pod 26 Apr 2002 01:49:53 -0000 1.3 @@ -17,7 +17,7 @@ ------------------------ package My::Notify; use strict; - use Apache::Constants(':common'); + use Apache::Constants qw(:common); use Mail::Send;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]