File: error_pp.t

package info (click to toggle)
libparams-classify-perl 0.015-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 195; makefile: 3
file content (7 lines) | stat: -r--r--r-- 103 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
use warnings;
use strict;

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

1;