]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blob - t/release-distmeta.t
ff0d696db8a745f14377acae89113d7b7b019b9c
[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.03124 seconds and 3 git commands to generate.