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

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


use Test::CPAN::Meta::JSON;
meta_json_ok();