File: 00basic.t

package info (click to toggle)
libxml-sax-perl 0.96%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 592 kB
  • ctags: 174
  • sloc: perl: 2,395; sh: 127; xml: 121; makefile: 5
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++;