File: 00basic.t

package info (click to toggle)
libxml-sax-base-perl 1.09-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 328 kB
  • sloc: perl: 3,142; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
use Test;
BEGIN { plan tests => 1 }
END { ok($loaded) }
use XML::SAX::Base;
$loaded++;