X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon.pm;h=ce8510d90320e628c0ea2463acbadb11e7845a45;hb=cd0623f030026cc4a5c2c03d4464bb2d3cb75ca8;hp=51e0681bcb8933a780f41c9034ef6f6342a13aa5;hpb=94baf9b4ed469e6a20c27e192119048e7224766a;p=gruntmaster-daemon.git diff --git a/lib/Gruntmaster/Daemon.pm b/lib/Gruntmaster/Daemon.pm index 51e0681..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/; @@ -28,6 +27,8 @@ use constant FORMAT_EXTENSION => { PASCAL => 'pas', PERL => 'pl', PYTHON => 'py', + RUBY => 'rb', + SBCL => 'l', }; ##################################################