File: 10-noop_regex.t

package info (click to toggle)
libparams-validate-perl 1.31-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,360 kB
  • sloc: perl: 2,374; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
use strict;
use warnings;

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

BEGIN { $ENV{PERL_NO_VALIDATION} = 1 }

use PVTests::Regex;
PVTests::Regex::run_tests();