X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon.pm;h=ce8510d90320e628c0ea2463acbadb11e7845a45;hp=8430d189cf0fbfd162769e4c84ee01dce17e0454;hb=c4d90e6f4a1d14b1b898c28d6787a06c8dfa2a90;hpb=da822e3c76d3bee2a3318ddc44bcce6ee1e30ca2 diff --git a/lib/Gruntmaster/Daemon.pm b/lib/Gruntmaster/Daemon.pm index 8430d18..ce8510d 100644 --- a/lib/Gruntmaster/Daemon.pm +++ b/lib/Gruntmaster/Daemon.pm @@ -9,7 +9,6 @@ our $VERSION = '5999.000_004'; use Gruntmaster::Daemon::Constants qw/ERR/; use Gruntmaster::Daemon::Format qw/prepare_files stopvms/; -use File::Basename qw/fileparse/; use File::Temp qw/tempdir/; use JSON qw/decode_json encode_json/; use Sys::Hostname qw/hostname/; @@ -17,7 +16,6 @@ use Time::HiRes qw/time/; use Try::Tiny; use Log::Log4perl qw/get_logger/; -use constant PAGE_SIZE => 10; use constant FORMAT_EXTENSION => { C => 'c', CPP => 'cpp', @@ -29,6 +27,8 @@ use constant FORMAT_EXTENSION => { PASCAL => 'pas', PERL => 'pl', PYTHON => 'py', + RUBY => 'rb', + SBCL => 'l', }; ##################################################