File: pod_cvg_pp.t

package info (click to toggle)
libxml-easy-perl 0.009-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 432 kB
  • ctags: 112
  • sloc: perl: 2,168; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
use warnings;
use strict;

do "t/setup_pp.pl" or die $@ || $!;
do "t/pod_cvg.t" or die $@ || $!;

1;