stas        01/10/02 08:27:02

  Modified:    src/devel/modperl_style modperl_style.pod
  Log:
  style fix
  
  Revision  Changes    Path
  1.3       +1 -1      modperl-docs/src/devel/modperl_style/modperl_style.pod
  
  Index: modperl_style.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/devel/modperl_style/modperl_style.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- modperl_style.pod 2001/09/19 01:52:03     1.2
  +++ modperl_style.pod 2001/10/02 15:27:02     1.3
  @@ -65,7 +65,7 @@
   Do:
   
      sub foo {
  -       my ($self, $cond, $baz, $taz) = @_;
  +       my($self, $cond, $baz, $taz) = @_;
     
          if ($cond) {
              bar();
  
  
  

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

Reply via email to