Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add compilers.pl entry for Arane
  • Loading branch information
Geoffrey Broadwell committed Aug 24, 2014
1 parent 31ce56d commit c13e4e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions compilers.pl
Expand Up @@ -44,6 +44,16 @@
},
],
perl6 => [
{
name => 'arane',
enabled => 1,
language => 'Perl 6',
compiler => 'arane',
vm => 'arane',
f_run => [qw( build/arane )],
e_run => [qw( build/arane -e )],
show_ver => [qw( build/arane --version )],
},
{
name => 'rakudo-parrot',
enabled => 1,
Expand Down

0 comments on commit c13e4e0

Please sign in to comment.