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, 0 insertions, 2 deletions
diff --git a/lib/Bot/Games/Game.pm b/lib/Bot/Games/Game.pm
index 39c6462..57e47c3 100644
--- a/lib/Bot/Games/Game.pm
+++ b/lib/Bot/Games/Game.pm
@@ -1,7 +1,6 @@
#!/usr/bin/perl
package Bot::Games::Game;
use Bot::Games::OO;
-use MooseX::AttributeHelpers;
use DateTime;
has help => (
@@ -77,6 +76,5 @@ command cmdlist => sub {
# this happens in Bot::Games, since we want to add the say method from there
#__PACKAGE__->meta->make_immutable;
no Bot::Games::OO;
-no MooseX::AttributeHelpers;
1;