File: 00basic.t

package info (click to toggle)
libxml-filter-xslt-perl 0.03-7.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 60 kB
  • ctags: 12
  • sloc: perl: 72; makefile: 43
file content (6 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
use Test;
BEGIN { plan tests => 1 }
END { ok($loaded) }
use XML::Filter::XSLT;
$loaded++;