File: node_object_pp.t

package info (click to toggle)
libxml-easy-perl 0.011-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 520 kB
  • sloc: perl: 2,200; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
use warnings;
use strict;

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

1;