Revision history for Perl extension Gruntmaster::Daemon.
+5999.000_005 2015-10-31T23:50+00:00
+ - Lots of small fixes
+ - (Attempt to) fix SIGPIPE handling
+ - Improve Interactive runner
+ - Write more tests
+ - Only load Gruntmaster::Data if needed
+ - Add virtual machine support
+ - Add sudo support
+ - Add perlcritic test and make code comply
+ - Add pretests
+ - Add SBCL, Ruby, GolfScript
+ - Add compilation cache
+ - Use new DBIx::Simple-based Gruntmaster::Data
+
5999.000_004 2014-06-29T00:36+03:00
- Prevent crashing on compile errors
- Add new languages: Go (gc), Go (gccgo), Haskell (ghc)
use strict;
use warnings;
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_005';
use Gruntmaster::Daemon::Constants qw/ERR/;
use Gruntmaster::Daemon::Format qw/prepare_files stopvms/;
use warnings;
use parent qw/Exporter/;
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_005';
use constant +{ ## no critic (Capitalization)
# Accepted
use String::ShellQuote qw/shell_quote/;
use Try::Tiny;
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_005';
our @EXPORT_OK = qw/prepare_files stopvms/;
##################################################
use File::Slurp qw/write_file/;
use Log::Log4perl qw/get_logger/;
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_005';
##################################################
use Log::Log4perl qw/get_logger/;
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_005';
##################################################
use Log::Log4perl qw/get_logger/;
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_005';
##################################################
use Gruntmaster::Daemon::Constants qw/AC/;
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_005';
##################################################
use List::Util qw/sum/;
use Log::Log4perl qw/get_logger/;
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_005';
##################################################
use File::Slurp qw/slurp/;
use Log::Log4perl qw/get_logger/;
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_005';
##################################################
use POSIX qw/mkfifo/;
use Try::Tiny;
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_005';
##################################################
use Log::Log4perl qw/get_logger/;
use Try::Tiny;
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_005';
##################################################