Author: stas Date: Mon Oct 3 17:20:13 2005 New Revision: 293474 URL: http://svn.apache.org/viewcvs?rev=293474&view=rev Log: style
Modified: perl/modperl/trunk/Makefile.PL Modified: perl/modperl/trunk/Makefile.PL URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/Makefile.PL?rev=293474&r1=293473&r2=293474&view=diff ============================================================================== --- perl/modperl/trunk/Makefile.PL (original) +++ perl/modperl/trunk/Makefile.PL Mon Oct 3 17:20:13 2005 @@ -480,11 +480,11 @@ open my $fh, 'Changes'; while (<$fh>) { - if (/^=item.*-dev/) { - $VERSION .= '-dev'; - last; - } - last if /^=item/; + if (/^=item.*-dev/) { + $VERSION .= '-dev'; + last; + } + last if /^=item/; } close $fh;