summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-06-02 00:23:14 -0500
committerJesse Luehrs <doy@tozt.net>2009-06-02 01:16:16 -0500
commit0afd42ef80622e220e97051638f4122349e82d1b (patch)
tree8b131b73ae73b0a626fe748adbf3aea5a9dd282f
parentef21a0ac590775dcbd929339827408922046c7d3 (diff)
downloadbot-games-0afd42ef80622e220e97051638f4122349e82d1b.tar.gz
bot-games-0afd42ef80622e220e97051638f4122349e82d1b.zip
set aside Bot::Games::Game::Role for roles shared among plugins
-rw-r--r--lib/Bot/Games.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Bot/Games.pm b/lib/Bot/Games.pm
index be50f4d..754d9f4 100644
--- a/lib/Bot/Games.pm
+++ b/lib/Bot/Games.pm
@@ -3,6 +3,7 @@ use Bot::Games::OO;
use List::Util qw/first/;
use Module::Pluggable
search_path => 'Bot::Games::Game',
+ except => qr/Bot::Games::Game::Role/,
sub_name => 'games';
extends 'Bot::BasicBot';