Ignore:
Timestamp:
02/08/10 00:13:24 (2 years ago)
Author:
azawawi
Message:

Perl tidy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Wx/Main.pm

    r10611 r10612  
    23902390            SCOPE: { 
    23912391                require File::pushd; 
     2392 
    23922393                # Ticket #845 this project_dir is created in correctly when you do padre somedir/script.pl and run F5 on that 
    23932394                # real stupid think so we don't crash 
     
    23952396                # The other part of this fix is in lib/Padre/Document/Perl.pm in get_command 
    23962397                # Please feel free to fix this 
    2397                 my $pushd = File::pushd::pushd( $document->project_dir) if -e $document->project_dir; 
     2398                my $pushd = File::pushd::pushd( $document->project_dir ) if -e $document->project_dir; 
    23982399                $self->run_command($cmd); 
    23992400            } 
     
    24092410                SCOPE: { 
    24102411                    require File::pushd; 
    2411                     my $pushd = File::pushd::pushd( $document->project_dir ) if -e  $document->project_dir; 
     2412                    my $pushd = File::pushd::pushd( $document->project_dir ) if -e $document->project_dir; 
    24122413                    $self->run_command($cmd); 
    24132414                } 
Note: See TracChangeset for help on using the changeset viewer.