Changeset 10612 for trunk/Padre/lib/Padre/Wx/Main.pm
- Timestamp:
- 02/08/10 00:13:24 (2 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Wx/Main.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Main.pm
r10611 r10612 2390 2390 SCOPE: { 2391 2391 require File::pushd; 2392 2392 2393 # Ticket #845 this project_dir is created in correctly when you do padre somedir/script.pl and run F5 on that 2393 2394 # real stupid think so we don't crash … … 2395 2396 # The other part of this fix is in lib/Padre/Document/Perl.pm in get_command 2396 2397 # 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; 2398 2399 $self->run_command($cmd); 2399 2400 } … … 2409 2410 SCOPE: { 2410 2411 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; 2412 2413 $self->run_command($cmd); 2413 2414 }
Note: See TracChangeset
for help on using the changeset viewer.
