Changeset 10617 for trunk/Padre/lib/Padre/Wx/Main.pm
- Timestamp:
- 02/08/10 03:12:21 (2 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Wx/Main.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Main.pm
r10615 r10617 2395 2395 # The other part of this fix is in lib/Padre/Document/Perl.pm in get_command 2396 2396 # Please feel free to fix this 2397 my $pushd =File::pushd::pushd( $document->project_dir ) if -e $document->project_dir;2397 File::pushd::pushd( $document->project_dir ) if -e $document->project_dir; 2398 2398 $self->run_command($cmd); 2399 2399 } … … 2409 2409 SCOPE: { 2410 2410 require File::pushd; 2411 my $pushd =File::pushd::pushd( $document->project_dir ) if -e $document->project_dir;2411 File::pushd::pushd( $document->project_dir ) if -e $document->project_dir; 2412 2412 $self->run_command($cmd); 2413 2413 }
Note: See TracChangeset
for help on using the changeset viewer.
