Revision history for Perl extension Gruntmaster::Daemon.
-5999.000_002 2014-02-28T19:23
+5999.000_003 2014-04-23T11:51+03:00
+ - Use new Postgres database
+ - Improve documentation
+ - Fix interactive problems (use waitpid instead of wait, trap SIGPIPE)
+
+5999.000_002 2014-02-28T19:23+02:00
- Move most problem attributes outside meta
- Pass test number as argument to verifier
- Use new varnish-based purge
-5999.000_001 2014-02-03T12:41
+5999.000_001 2014-02-03T12:41+02:00
- Change version to something that CPAN::Distnameinfo likes
- Add Gruntmaster::Data to PREREQ_PM
- Add more POD
- Add COPYING and fix license in META.yml
- Fix a POD error
-5999-TRIAL 2014-01-31T23:58
+5999-TRIAL 2014-01-31T23:58+02:00
- Initial release
use strict;
use warnings;
-our $VERSION = '5999.000_002';
+our $VERSION = '5999.000_003';
use Gruntmaster::Daemon::Constants qw/ERR/;
use Gruntmaster::Daemon::Format qw/prepare_files/;
use warnings;
use parent qw/Exporter/;
-our $VERSION = "5999.000_002";
+our $VERSION = "5999.000_003";
use constant +{
# Accepted
use Log::Log4perl qw/get_logger/;
use IPC::Signal qw/sig_name sig_num/;
-our $VERSION = "5999.000_002";
+our $VERSION = "5999.000_003";
our @EXPORT_OK = qw/prepare_files/;
##################################################
use File::Slurp qw/write_file/;
use Log::Log4perl qw/get_logger/;
-our $VERSION = "5999.000_002";
+our $VERSION = "5999.000_003";
##################################################
use Log::Log4perl qw/get_logger/;
-our $VERSION = '5999.000_002';
+our $VERSION = '5999.000_003';
##################################################
use Log::Log4perl qw/get_logger/;
-our $VERSION = "5999.000_002";
+our $VERSION = "5999.000_003";
##################################################
use Gruntmaster::Daemon::Constants qw/AC/;
-our $VERSION = '5999.000_002';
+our $VERSION = '5999.000_003';
##################################################
use List::Util qw/sum/;
use Log::Log4perl qw/get_logger/;
-our $VERSION = '5999.000_002';
+our $VERSION = '5999.000_003';
##################################################
use File::Slurp qw/slurp/;
use Log::Log4perl qw/get_logger/;
-our $VERSION = "5999.000_002";
+our $VERSION = "5999.000_003";
##################################################
use POSIX qw/mkfifo/;
use Try::Tiny;
-our $VERSION = '5999.000_002';
+our $VERSION = '5999.000_003';
##################################################
use Log::Log4perl qw/get_logger/;
use Try::Tiny;
-our $VERSION = '5999.000_002';
+our $VERSION = '5999.000_003';
##################################################