]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blob - t/release-cpan-changes.t
08331d3e754555f70ad09b541bbd843aca84d7ec
[chaz/p5-Dist-Zilla-PluginBundle-Author-CCM] / t / release-cpan-changes.t
1
2 BEGIN {
3 unless ($ENV{RELEASE_TESTING}) {
4 print qq{1..0 # SKIP these tests are for release candidate testing\n};
5 exit
6 }
7 }
8
9 use strict;
10 use warnings;
11
12 # this test was generated with Dist::Zilla::Plugin::Test::CPAN::Changes 0.012
13
14 use Test::More 0.96 tests => 1;
15 use Test::CPAN::Changes;
16 subtest 'changes_ok' => sub {
17 changes_file_ok('Changes');
18 };
This page took 0.034284 seconds and 3 git commands to generate.