summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Game/24.pm
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2008-12-18 06:19:56 -0500
committerdoy <doy@tozt.net>2008-12-18 06:19:56 -0500
commit9b0592a2b6646e7b99e5b6aa2dd56ef91c9328b0 (patch)
tree38038578f4972120633d666afefe2b502325766f /lib/Bot/Games/Game/24.pm
parentefbc0bb8462caef6443391e83828769cc35db239 (diff)
downloadbot-games-9b0592a2b6646e7b99e5b6aa2dd56ef91c9328b0.tar.gz
bot-games-9b0592a2b6646e7b99e5b6aa2dd56ef91c9328b0.zip
is_done -> is_over
Diffstat (limited to 'lib/Bot/Games/Game/24.pm')
-rw-r--r--lib/Bot/Games/Game/24.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bot/Games/Game/24.pm b/lib/Bot/Games/Game/24.pm
index 3848723..79ae95a 100644
--- a/lib/Bot/Games/Game/24.pm
+++ b/lib/Bot/Games/Game/24.pm
@@ -37,7 +37,7 @@ sub turn {
sub give_up {
my $self = shift;
- $self->is_done($self->_solution);
+ $self->is_over($self->_solution);
}
my @ops = ('+', '-', '*', '/');