forked from openkylin/libxml-sax-base-perl
7 lines
88 B
Perl
7 lines
88 B
Perl
|
use Test;
|
||
|
BEGIN { plan tests => 1 }
|
||
|
END { ok($loaded) }
|
||
|
use XML::SAX::Base;
|
||
|
$loaded++;
|
||
|
|