The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl -T

# Just make sure they compile, at least.

use Test::More tests => 3;

BEGIN {
    use_ok( 'Bot::BasicBot::Pluggable::Module::GitHub');;
    use_ok( 'Bot::BasicBot::Pluggable::Module::GitHub::EasyLinks');
    use_ok( 'Bot::BasicBot::Pluggable::Module::GitHub::PullRequests');

}

diag( "Testing Bot::BasicBot::Pluggable::Module::GitHub $Bot::BasicBot::Pluggable::Module::GitHub::VERSION, Perl $], $^X" );