Acme-Affinity

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

META.yml
Makefile.PL
README
README.md
dist.ini
eg/permutations
eg/q_and_a
lib/Acme/Affinity.pm
t/00-compile.t
t/01-methods.t
t/author-eol.t
t/author-no-tabs.t
t/author-pod-coverage.t
t/author-pod-spell.t
t/author-pod-syntax.t
t/author-synopsis.t

META.json  view on Meta::CPAN

                  ]
               }
            },
            "name" : "Test::NoTabs",
            "version" : "0.15"
         },
         {
            "class" : "Dist::Zilla::Plugin::Test::EOL",
            "config" : {
               "Dist::Zilla::Plugin::Test::EOL" : {
                  "filename" : "xt/author/eol.t",
                  "finder" : [
                     ":ExecFiles",
                     ":InstallModules",
                     ":TestFiles"
                  ],
                  "trailing_whitespace" : 1
               }
            },
            "name" : "Test::EOL",
            "version" : "0.19"

META.yml  view on Meta::CPAN

          finder:
            - ':InstallModules'
            - ':ExecFiles'
            - ':TestFiles'
      name: Test::NoTabs
      version: '0.15'
    -
      class: Dist::Zilla::Plugin::Test::EOL
      config:
        Dist::Zilla::Plugin::Test::EOL:
          filename: xt/author/eol.t
          finder:
            - ':ExecFiles'
            - ':InstallModules'
            - ':TestFiles'
          trailing_whitespace: 1
      name: Test::EOL
      version: '0.19'
    -
      class: Dist::Zilla::Plugin::Test::Compile
      config:

t/author-eol.t  view on Meta::CPAN


use Test::More 0.88;
use Test::EOL;

my @files = (
    'lib/Acme/Affinity.pm',
    't/00-compile.t',
    't/01-methods.t'
);

eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
done_testing;



( run in 1.431 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )