use inc::Module::Install; name 'Bot-IKCBot-Pluggable'; all_from 'lib/Bot/IKCBot/Pluggable.pm'; author 'HIROSE Masaaki '; license 'perl'; build_requires 'Test::More'; requires 'Bot::BasicBot::Pluggable'; requires 'POE'; requires 'POE::Session'; requires 'POE::Component::IKC::Server'; auto_install; WriteAll;