libxml-sax-base-perl/t/00basic.t

7 lines
88 B
Perl
Raw Permalink Normal View History

2022-09-01 16:05:48 +08:00
use Test;
BEGIN { plan tests => 1 }
END { ok($loaded) }
use XML::SAX::Base;
$loaded++;