X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon%2FJudge%2FAbsolute.pm;h=d7e2ec001f5de1e66889aa2eac894ae3160ed236;hp=b661681dbfa165f69afdd37541b1685b10b20e00;hb=0005d3ad0aba39600e7dbb70c040c416f34985ac;hpb=8aec2ffe6e3b488974f2ca97f7d63324e47742ab diff --git a/lib/Gruntmaster/Daemon/Judge/Absolute.pm b/lib/Gruntmaster/Daemon/Judge/Absolute.pm index b661681..d7e2ec0 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_001'; +our $VERSION = '5999.000_002'; ################################################## @@ -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