summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Game.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bot/Games/Game.pm')
-rw-r--r--lib/Bot/Games/Game.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bot/Games/Game.pm b/lib/Bot/Games/Game.pm
index 1b4310b..24f4caa 100644
--- a/lib/Bot/Games/Game.pm
+++ b/lib/Bot/Games/Game.pm
@@ -89,6 +89,6 @@ sub _diff_from_now { ago(time - shift->epoch, 3) }
# this happens in Bot::Games, since we want to add the say method from there
#__PACKAGE__->meta->make_immutable;
-no Bot::Games::OO;
+no Bot::Games::OO::Game;
1;