The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;

use Test::More 'no_plan';

use lib 'blib/lib/HTML2XHTML/'; 
use HTML2XHTML;

my $convert = new HTML2XHTML(encoding => 'UTF-8', file_name => 't/sample/try.html');
ok($convert, "1 HTML document successfully converted");

# ----------------------------------------------------------------
;1;
# ----------------------------------------------------------------