File: release-regexp-pattern.t

package info (click to toggle)
libregexp-pattern-defhash-perl 0.001-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 134; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!perl

BEGIN {
  unless ($ENV{RELEASE_TESTING}) {
    print qq{1..0 # SKIP these tests are for release candidate testing\n};
    exit
  }
}


# This file was automatically generated by Dist::Zilla::Plugin::Regexp::Pattern.

use Test::More;

eval "use Test::Regexp::Pattern 0.001";
plan skip_all => "Test::Regexp::Pattern 0.001+ required for testing regexp patterns"
  if $@;

regexp_patterns_in_all_modules_ok();