summaryrefslogtreecommitdiffstats
path: root/t/000-load.t
blob: 356182501a2a745864fcda165da6d2c43bb528a6 (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('App::Termcast')
    or ::BAIL_OUT("couldn't load App::Termcast");