File: 13-taint.t

package info (click to toggle)
libparams-validate-perl 1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 844 kB
  • ctags: 839
  • sloc: perl: 2,265; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
use strict;
use warnings;

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

eval { "$0$^X" && kill 0; 1 };

use PVTests::Standard;
PVTests::Standard::run_tests();