File: 11-cb.t

package info (click to toggle)
libparams-validate-perl 1.29-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 996 kB
  • ctags: 879
  • sloc: perl: 2,362; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
use strict;
use warnings;

use File::Spec;
use lib File::Spec->catdir( 't', 'lib' );

use PVTests::Callbacks;
PVTests::Callbacks::run_tests();