Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

use Test;
BEGIN { plan tests => 2}
END { ok(0) unless $loaded }
$loaded = 1;
ok(1);
my $p = XML::LibXML->new();
ok($p);
# warn "# $tstr2\n";