Skip to content

Instantly share code, notes, and snippets.

@perlpilot
Created March 8, 2010 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perlpilot/325492 to your computer and use it in GitHub Desktop.
Save perlpilot/325492 to your computer and use it in GitHub Desktop.
Index: lib/Padre/Plugin/Perl6/Util.pm
===================================================================
--- lib/Padre/Plugin/Perl6/Util.pm (revision 11008)
+++ lib/Padre/Plugin/Perl6/Util.pm (working copy)
@@ -50,7 +50,7 @@
# Look for the explicit RAKUDO_DIR
if ( $ENV{RAKUDO_DIR} ) {
- my $command = File::Spec->catfile( $ENV{RAKUDO_DIR}, 'parrot', $exe );
+ my $command = File::Spec->catfile( $ENV{RAKUDO_DIR}, 'parrot_install', $exe );
if ( -f $command and -x _ ) {
return $command;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment