X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon%2FConstants.pm;h=c64f57ae0f4bc40fb8b5c36b2847cc453a79a27d;hp=e41218ad43e5a6f6d81aba512064d46e8195a1ae;hb=3e7fd9031ca5f299f08ee12718ea8938dbb4277a;hpb=d6a1ae0d77398b2a7ed967e10e8420ac7d9980e5 diff --git a/lib/Gruntmaster/Daemon/Constants.pm b/lib/Gruntmaster/Daemon/Constants.pm index e41218a..c64f57a 100644 --- a/lib/Gruntmaster/Daemon/Constants.pm +++ b/lib/Gruntmaster/Daemon/Constants.pm @@ -5,22 +5,22 @@ use strict; use warnings; use parent qw/Exporter/; -our $VERSION = "5999.000_002"; +our $VERSION = "5999.000_004"; use constant +{ - # Accepted - AC => 0, - - # Internal server error - ERR => -1, - - # All other errors - WA => 1, - NZX => 2, - TLE => 3, - OLE => 4, - DIED => 5, - REJ => 10, + # Accepted + AC => 0, + + # Internal server error + ERR => -1, + + # All other errors + WA => 1, + NZX => 2, + TLE => 3, + OLE => 4, + DIED => 5, + REJ => 10, }; our @EXPORT_OK = qw/AC ERR WA NZX TLE OLE DIED REJ/;