The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

#!perl
use strict;
use lib qw(./lib);
use Test::More tests => 6;
use_ok('Bot::BasicBot::Pluggable::Module::Foldoc');
use_ok('Bot::BasicBot::Pluggable::Module::Hyperarchive');
use_ok('Bot::BasicBot::Pluggable::Module::Foldoc');
use_ok('Bot::BasicBot::Pluggable::Module::IMDB');
use_ok('Bot::BasicBot::Pluggable::Module::Websters');
use_ok('Bot::BasicBot::Pluggable::Module::Bash');