Return-Path: Delivered-To: apmail-perl-docs-cvs-archive@perl.apache.org Received: (qmail 68642 invoked by uid 500); 2 Oct 2001 15:29:15 -0000 Mailing-List: contact docs-cvs-help@perl.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list docs-cvs@perl.apache.org Received: (qmail 68619 invoked by uid 500); 2 Oct 2001 15:29:14 -0000 Delivered-To: apmail-modperl-docs-cvs@apache.org Date: 2 Oct 2001 15:27:02 -0000 Message-ID: <20011002152702.5809.qmail@icarus.apache.org> From: stas@apache.org To: modperl-docs-cvs@apache.org Subject: cvs commit: modperl-docs/src/devel/modperl_style modperl_style.pod X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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