summaryrefslogtreecommitdiff
path: root/t/release-synopsis.t
blob: 2d9b8ee49b0720428c36dd92668c11cce8412f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl

BEGIN {
  unless ($ENV{RELEASE_TESTING}) {
    require Test::More;
    Test::More::plan(skip_all => 'these tests are for release candidate testing');
  }
}


use Test::Synopsis;

all_synopsis_ok();