Ignore:
Timestamp:
02/08/10 03:51:35 (2 years ago)
Author:
azawawi
Message:

Perl tidy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Task/HTTPClient.pm

    r10615 r10621  
    5252    require Padre::Util::SVN; 
    5353    my $revision = Padre::Util::SVN::padre_version(); 
    54     $args{method}               ||= 'GET'; 
     54    $args{method} ||= 'GET'; 
    5555    $args{headers}->{'X-Padre'} ||= "Padre version $VERSION $revision"; 
    5656 
    5757    # Each module will be tested and the first working one should return 
    5858    # a object, all others should return nothing (undef) 
    59     foreach my $driver ( @DRIVERS ) { 
     59    foreach my $driver (@DRIVERS) { 
    6060        eval "require $driver;"; 
    6161        next if $@; 
Note: See TracChangeset for help on using the changeset viewer.