]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blob - t/author-eol.t
38c97657d0bcd379a812fb067536338bcf5fecc2
[chaz/p5-Dist-Zilla-PluginBundle-Author-CCM] / t / author-eol.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::EOL 0.19
13
14 use Test::More 0.88;
15 use Test::EOL;
16
17 my @files = (
18 'lib/Dist/Zilla/PluginBundle/Author/CCM.pm',
19 'lib/Pod/Weaver/PluginBundle/Author/CCM.pm',
20 't/00-compile.t',
21 't/00-report-prereqs.dd',
22 't/00-report-prereqs.t',
23 't/01-basic.t',
24 't/author-clean-namespaces.t',
25 't/author-critic.t',
26 't/author-eol.t',
27 't/author-no-tabs.t',
28 't/author-pod-coverage.t',
29 't/author-pod-no404s.t',
30 't/author-pod-syntax.t',
31 't/author-portability.t',
32 't/release-cpan-changes.t',
33 't/release-distmeta.t'
34 );
35
36 eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
37 done_testing;
This page took 0.032281 seconds and 3 git commands to generate.