/usr/local/CPAN/Bot-BasicBot-Pluggable-Module-SimpleBlog/Makefile.PL


use ExtUtils::MakeMaker;

WriteMakefile(
    NAME         => "Bot::BasicBot::Pluggable::Module::SimpleBlog",
    VERSION_FROM => "lib/Bot/BasicBot/Pluggable/Module/SimpleBlog.pm",
    PREREQ_PM    => { Bot::BasicBot::Pluggable => '0.04',
		      Carp                     => 0,
                      DBD::SQLite              => 0,
                      Regexp::Common           => 0,
		      Test::DatabaseRow        => 0,
		      Test::More               => 0,
                      Time::Piece              => 0 },
    clean        => { FILES => "t/brane.db" }
);