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 2001/10/02 17:27:02 UTC

cvs commit: modperl-docs/src/devel/modperl_style modperl_style.pod

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