[EMAIL PROTECTED] wrote:
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/;

Sorry, Philip, didn't wait for you to fix that, as I had more style fixes to commit.

--
_______________________________________________________________
Stas Bekman mailto:[EMAIL PROTECTED]   | http://stason.org/
MailChannels: Assured Messaging (TM) | http://mailchannels.com/
The "Practical mod_perl" book        | http://modperlbook.org/


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

Reply via email to