X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon%2FJudge%2FAbsolute.pm;h=1238c537ba9a12b5743fcc4de71154e778644d34;hp=e0b04e58dc7cf4c2a7d8b9cc42ce1dbe6316afdc;hb=3fa65372157835ebd1b9d286d18bd96cc832f756;hpb=d6a1ae0d77398b2a7ed967e10e8420ac7d9980e5 diff --git a/lib/Gruntmaster/Daemon/Judge/Absolute.pm b/lib/Gruntmaster/Daemon/Judge/Absolute.pm index e0b04e5..1238c53 100644 --- a/lib/Gruntmaster/Daemon/Judge/Absolute.pm +++ b/lib/Gruntmaster/Daemon/Judge/Absolute.pm @@ -6,7 +6,7 @@ use warnings; use Gruntmaster::Daemon::Constants qw/AC/; -our $VERSION = '5999.000_002'; +our $VERSION = '5999.000_005'; ################################################## @@ -27,7 +27,7 @@ Gruntmaster::Daemon::Judge::Absolute - All-or-nothing ACM-style judge =head1 SYNOPSIS use Gruntmaster::Daemon::Judge::Absolute; - Gruntmaster::Daemon::Judge::Absolute->judge($result1, $result2, $result3, ...); + Gruntmaster::Daemon::Judge::Absolute::judge($result1, $result2, $result3, ...); =head1 DESCRIPTION