]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blob - t/author-clean-namespaces.t
a5531c3518bcbfef7275d03e10aa14677a0f5765
[chaz/p5-Dist-Zilla-PluginBundle-Author-CCM] / t / author-clean-namespaces.t
1
2 BEGIN {
3 unless ($ENV{AUTHOR_TESTING}) {
4 print qq{1..0 # SKIP these tests are for testing by the author\n};
5 exit
6 }
7 }
8
9 use strict;
10 use warnings;
11
12 # this test was generated with Dist::Zilla::Plugin::Test::CleanNamespaces 0.006
13
14 use Test::More 0.94;
15 use Test::CleanNamespaces 0.15;
16
17 subtest all_namespaces_clean => sub { all_namespaces_clean() };
18
19 done_testing;
This page took 0.034373 seconds and 3 git commands to generate.