aboutsummaryrefslogtreecommitdiffstats
path: root/t/00-load.t
blob: 966e93418fb93cabd623ab75a78631f5af5558b7 (plain)
1
2
3
4
5
6
7
8
9
10
#!perl -T

use 5.014;
use Test::More tests => 1;

BEGIN {
    use_ok( 'WWW::YoutubeViewer' ) || print "Bail out!\n";
}

diag( "Testing WWW::YoutubeViewer $WWW::YoutubeViewer::VERSION, Perl $], $^X" );