stas        2002/06/27 09:05:55

  Modified:    src/docs/2.0/user/coding coding.pod
  Log:
  reword
  
  Revision  Changes    Path
  1.13      +1 -1      modperl-docs/src/docs/2.0/user/coding/coding.pod
  
  Index: coding.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/coding/coding.pod,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- coding.pod        20 Jun 2002 16:56:13 -0000      1.12
  +++ coding.pod        27 Jun 2002 16:05:55 -0000      1.13
  @@ -99,7 +99,7 @@
     no warnings 'redefine';
   
   but you probably still want to get the I<redefine> warnings, but
  -reduce them to be non-fatal. The following will do the trick:
  +downgrade them to be non-fatal. The following will do the trick:
   
     use warnings FATAL => 'all';
     no warnings 'redefine';
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to