aboutsummaryrefslogtreecommitdiffstats
path: root/t/00-load.t
blob: 1213d508cf5a6284190414aaa917fd53ccf0e4e4 (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::FairViewer' ) || print "Bail out!\n";
}

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