File: purdy_s_pp.t

package info (click to toggle)
libauthen-dechpwd-perl 2.007-1~1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 232 kB
  • sloc: perl: 244; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
use warnings;
use strict;

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

1;