root/trunk/antimatter/tim/Bot-BasicBot/t/00bootstrap.t
| Revision 53, 242 bytes (checked in by bkuhn, 10 months ago) |
|---|
| Line | |
|---|---|
| 1 | #!/usr/bin/perl |
| 2 | use warnings; |
| 3 | use strict; |
| 4 | use lib qw(./lib); |
| 5 | |
| 6 | use Test::More no_plan => 1; |
| 7 | |
| 8 | use_ok('Bot::BasicBot'); |
| 9 | |
| 10 | # Yes, I _know_. Tell you what, _you_ come up with a good way to test an IRC |
| 11 | # bot, and tell me, and I'll write some tests. |
Note: See TracBrowser for help on using the browser.