X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon%2FConstants.pm;h=0ffe114eac2daaf2457b618d2a6b4a180dc54552;hp=e41218ad43e5a6f6d81aba512064d46e8195a1ae;hb=99d3711026b621247d46551b38f19c34f26342bd;hpb=d6a1ae0d77398b2a7ed967e10e8420ac7d9980e5 diff --git a/lib/Gruntmaster/Daemon/Constants.pm b/lib/Gruntmaster/Daemon/Constants.pm index e41218a..0ffe114 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"; - -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, +our $VERSION = '5999.000_004'; + +use constant +{ ## no critic (Capitalization) + # 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/;