App-GitGitr

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

INSTALL
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README.md
bin/gitgitr
lib/App/GitGitr.pm
t/00-compile.t
t/author-eol.t
t/author-pod-coverage.t
t/author-pod-syntax.t

META.json  view on Meta::CPAN

         },
         {
            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
            "name" : "@GENEHACK/PodSyntaxTests",
            "version" : "6.014"
         },
         {
            "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" : "@GENEHACK/Test::EOL",
            "version" : "0.19"

META.yml  view on Meta::CPAN

      name: '@GENEHACK/PodCoverageTests'
      version: '6.014'
    -
      class: Dist::Zilla::Plugin::PodSyntaxTests
      name: '@GENEHACK/PodSyntaxTests'
      version: '6.014'
    -
      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: '@GENEHACK/Test::EOL'
      version: '0.19'
    -
      class: Dist::Zilla::Plugin::Test::Compile
      config:

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


# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.19

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

my @files = (
    'bin/gitgitr',
    'lib/App/GitGitr.pm',
    't/00-compile.t',
    't/author-eol.t',
    't/author-pod-coverage.t',
    't/author-pod-syntax.t'
);

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



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