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 st...@apache.org on 2005/10/04 02:20:18 UTC

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

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;
 



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

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
Stas Bekman wrote:
> Take a look at:
> http://svn.apache.org/viewcvs.cgi/perl/modperl/trunk/Makefile.PL?rev=293467&view=diff&r1=293467&r2=293466&p1=perl/modperl/trunk/Makefile.PL&p2=/perl/modperl/trunk/Makefile.PL 
You are correct. I've no idea how that happened, I just tried all my editors on 
that comp insert spaces.  The reason I changed it to begin with was because it 
wasn't indented correctly to begin with.

while ()
if {
}
}

Ah well... on I go


-- 
END
------------------------------------------------------------
     What doesn't kill us can only make us stronger.
                 Nothing is impossible.
				
Philip M. Gollucci (pgollucci@p6m7g8.com) 301.254.5198
Consultant / http://p6m7g8.net/Resume/
Senior Developer / Liquidity Services, Inc.
   http://www.liquidityservicesinc.com
        http://www.liquidation.com
        http://www.uksurplus.com
        http://www.govliquidation.com
        http://www.gowholesale.com

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


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

Posted by Stas Bekman <st...@stason.org>.
Philip M. Gollucci wrote:
> Stas Bekman wrote:
> 
>> Sorry, Philip, didn't wait for you to fix that, as I had more style 
>> fixes to commit.
> 
> I didn't quite follow? What ?

Take a look at:
http://svn.apache.org/viewcvs.cgi/perl/modperl/trunk/Makefile.PL?rev=293467&view=diff&r1=293467&r2=293466&p1=perl/modperl/trunk/Makefile.PL&p2=/perl/modperl/trunk/Makefile.PL
those look like tabs...

-- 
_______________________________________________________________
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


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

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
Stas Bekman wrote:
> Sorry, Philip, didn't wait for you to fix that, as I had more style 
> fixes to commit.
I didn't quite follow? What ?




-- 
END
------------------------------------------------------------
     What doesn't kill us can only make us stronger.
                 Nothing is impossible.
				
Philip M. Gollucci (pgollucci@p6m7g8.com) 301.254.5198
Consultant / http://p6m7g8.net/Resume/
Senior Developer / Liquidity Services, Inc.
   http://www.liquidityservicesinc.com
        http://www.liquidation.com
        http://www.uksurplus.com
        http://www.govliquidation.com
        http://www.gowholesale.com

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


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

Posted by Stas Bekman <st...@stason.org>.
stas@apache.org 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: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