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

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


# This test is generated by Dist::Zilla::Plugin::Test::Fixme
use strict;
use warnings;

use Test::Fixme;
run_tests();