File: 00bootstrap.t

package info (click to toggle)
libbot-basicbot-pluggable-perl 0.98-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 564 kB
  • ctags: 281
  • sloc: perl: 3,112; makefile: 16
file content (8 lines) | stat: -rwxr-xr-x 126 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/usr/bin/perl
use warnings;
use strict;
use lib qw(./lib);

use Test::More tests => 1;

use_ok('Bot::BasicBot::Pluggable');