Changeset 11021
- Timestamp:
- 03/08/10 22:01:30 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-Perl6/lib/Padre/Plugin/Perl6/Util.pm
r10936 r11021 51 51 # Look for the explicit RAKUDO_DIR 52 52 if ( $ENV{RAKUDO_DIR} ) { 53 my $command = File::Spec->catfile( $ENV{RAKUDO_DIR}, 'parrot ', $exe );53 my $command = File::Spec->catfile( $ENV{RAKUDO_DIR}, 'parrot_install', $exe ); 54 54 if ( -f $command and -x _ ) { 55 55 return $command;
Note: See TracChangeset
for help on using the changeset viewer.
