From c635cf5996f9ec6439b8eaee284681014451583d Mon Sep 17 00:00:00 2001 From: doy Date: Fri, 24 Apr 2009 23:28:38 -0500 Subject: get rid of the 'ghostlike' abstract base, and have other ghostlike games just inherit from ghost directly --- lib/Bot/Games.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Bot/Games.pm') diff --git a/lib/Bot/Games.pm b/lib/Bot/Games.pm index 83516bb..599927b 100644 --- a/lib/Bot/Games.pm +++ b/lib/Bot/Games.pm @@ -3,7 +3,6 @@ package Bot::Games; use Bot::Games::OO; use Module::Pluggable search_path => 'Bot::Games::Game', - except => ['Bot::Games::Game::Ghostlike'], sub_name => 'games'; extends 'Bot::BasicBot'; -- cgit v1.2.3-54-g00ecf