summaryrefslogtreecommitdiffstats
path: root/t/000-load.t
blob: a3ff57e50ff63b4b2e64304cb5b987993e78044f (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More tests => 1;

package Foo;
::use_ok('IM::Engine::Plugin::Commands')
    or ::BAIL_OUT("couldn't load IM::Engine::Plugin::Commands");