App-perlvars

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

perltidyrc
script/perlvars
t/00-report-prereqs.dd
t/00-report-prereqs.t
t/app-perlvars.t
t/perlvars.t
test-data/ignore-file
test-data/lib/Local/NoUnused.pm
test-data/lib/Local/Unused.pm
tidyall.ini
xt/author/eol.t
xt/author/mojibake.t
xt/author/pod-coverage.t
xt/author/pod-spell.t
xt/author/pod-syntax.t
xt/author/portability.t
xt/author/synopsis.t
xt/author/test-version.t
xt/author/tidyall.t
xt/release/cpan-changes.t

META.json  view on Meta::CPAN

                  "changelog" : "Changes"
               }
            },
            "name" : "@Author::OALDERS/Test::CPAN::Changes",
            "version" : "0.012"
         },
         {
            "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" : "@Author::OALDERS/Test::EOL",
            "version" : "0.19"

META.yml  view on Meta::CPAN

      class: Dist::Zilla::Plugin::Test::CPAN::Changes
      config:
        Dist::Zilla::Plugin::Test::CPAN::Changes:
          changelog: Changes
      name: '@Author::OALDERS/Test::CPAN::Changes'
      version: '0.012'
    -
      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: '@Author::OALDERS/Test::EOL'
      version: '0.19'
    -
      class: Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable
      name: '@Author::OALDERS/Test::Pod::Coverage::Configurable'

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


my @files = (
    'lib/App/perlvars.pm',
    'script/perlvars',
    't/00-report-prereqs.dd',
    't/00-report-prereqs.t',
    't/app-perlvars.t',
    't/perlvars.t'
);

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



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