X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon%2FJudge%2FAbsolute.pm;h=d9fef04f5a5adbd4511b82142affd6793dc45de6;hp=b661681dbfa165f69afdd37541b1685b10b20e00;hb=3e7fd9031ca5f299f08ee12718ea8938dbb4277a;hpb=8aec2ffe6e3b488974f2ca97f7d63324e47742ab diff --git a/lib/Gruntmaster/Daemon/Judge/Absolute.pm b/lib/Gruntmaster/Daemon/Judge/Absolute.pm index b661681..d9fef04 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_004'; ################################################## @@ -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