From 0afd42ef80622e220e97051638f4122349e82d1b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 2 Jun 2009 00:23:14 -0500 Subject: set aside Bot::Games::Game::Role for roles shared among plugins --- lib/Bot/Games.pm | 1 + 1 file changed, 1 insertion(+) 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'; -- cgit v1.2.3-54-g00ecf