]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blob - t/release-distmeta.t
Version 0.001
[chaz/p5-Dist-Zilla-PluginBundle-Author-CCM] / t / release-distmeta.t
1 #!perl
2
3 BEGIN {
4 unless ($ENV{RELEASE_TESTING}) {
5 print qq{1..0 # SKIP these tests are for release candidate testing\n};
6 exit
7 }
8 }
9
10 # This file was automatically generated by Dist::Zilla::Plugin::MetaTests.
11
12 use Test::CPAN::Meta;
13
14 meta_yaml_ok();
This page took 0.041057 seconds and 4 git commands to generate.