DEBSOURCES
Skip Quicknav
sources / libbot-basicbot-pluggable-perl / 1.30%2Bds1-1 / t / 00bootstrap.t
12345678
#!/usr/bin/perl use warnings; use strict; use lib qw(./lib); use Test::More tests => 1; use_ok('Bot::BasicBot::Pluggable');