Skip to content

Commit

Permalink
autounfudge needs PERL6LIB=lib too
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Apr 21, 2012
1 parent 1917a7a commit 5511d03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/autounfudge.pl
Expand Up @@ -68,6 +68,7 @@ =head1 MISCELLANEA
our $out_filename = 'autounfudge.patch';
my $exclude = '(?!)';
our $threads_num = 1;
$ENV{PERL6LIB} = 'lib';

GetOptions 'impl=s' => \$impl,
'debug' => \$debug,
Expand Down

0 comments on commit 5511d03

Please sign in to comment.