From c13e4e042a5c8c36224abcb71c094fe68870af73 Mon Sep 17 00:00:00 2001 From: Geoffrey Broadwell Date: Sun, 24 Aug 2014 12:37:20 -0700 Subject: [PATCH] Add compilers.pl entry for Arane --- compilers.pl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/compilers.pl b/compilers.pl index 6cc50cb..625404e 100644 --- a/compilers.pl +++ b/compilers.pl @@ -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,