File: undef_pp.t

package info (click to toggle)
libdata-pond-perl 0.005-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 160 kB
  • sloc: perl: 285; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
use warnings;
use strict;

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

1;