Author: pgollucci
Date: Mon Oct  3 16:17:32 2005
New Revision: 293467

URL: http://svn.apache.org/viewcvs?rev=293467&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=293467&r1=293466&r2=293467&view=diff
==============================================================================
--- perl/modperl/trunk/Makefile.PL (original)
+++ perl/modperl/trunk/Makefile.PL Mon Oct  3 16:17:32 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;
 


Reply via email to