You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/04/26 03:49:53 UTC

cvs commit: modperl-docs/src/start/tips logging.pod

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: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org