You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by pg...@apache.org on 2005/10/04 01:17:36 UTC

svn commit: r293467 - /perl/modperl/trunk/Makefile.PL

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;
 



Re: svn commit: r293467 - /perl/modperl/trunk/Makefile.PL

Posted by Stas Bekman <st...@stason.org>.
pgollucci@apache.org wrote:
> 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/;

that doesn't look right, what were you trying to fix, Philip?


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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org