summaryrefslogtreecommitdiff
path: root/t/00-load.t
blob: 501cd13a0acefc1b2e16052f5ec0bf36468023ff (plain)
1
2
3
4
5
6
7
8
9
#!perl -T

use Test::More tests => 1;

BEGIN {
	use_ok( 'HTML::AutoConvert' );
}

diag( "Testing HTML::AutoConvert $HTML::AutoConvert::VERSION, Perl $], $^X" );