X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon.pm;h=7189c84185b9a4b343e1c4c78ea4ebd1366c0a3c;hp=84b57adf977e92b078e7b34e159166046b0946c7;hb=49b65824460a3f79c2fcd2a8bae9dd42534f64c9;hpb=3fa65372157835ebd1b9d286d18bd96cc832f756 diff --git a/lib/Gruntmaster/Daemon.pm b/lib/Gruntmaster/Daemon.pm index 84b57ad..7189c84 100644 --- a/lib/Gruntmaster/Daemon.pm +++ b/lib/Gruntmaster/Daemon.pm @@ -18,18 +18,24 @@ use Try::Tiny; use Log::Log4perl qw/get_logger/; use constant FORMAT_EXTENSION => { + BRAINFUCK => 'bf', C => 'c', CPP => 'cpp', + D => 'd', GCCGO => 'go', GOLANG => 'go', GOLFSCRIPT => 'gs', HASKELL => 'hs', - MONO => 'cs', JAVA => 'java', + JULIA => 'jl', + MONO => 'cs', + OCAML => 'ml', PASCAL => 'pas', PERL => 'pl', + PHP => 'php', PYTHON => 'py', RUBY => 'rb', + RUST => 'rs', SBCL => 'l', };