Acme-Dump-And-Dumper

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

META.yml
Makefile.PL
README
README.md
dist.ini
examples/dump.pl
lib/Acme/Dump/And/Dumper.pm
t/00-compile.t
t/01-dump.t
xt/author/distmeta.t
xt/author/eol.t
xt/author/minimum-version.t
xt/author/mojibake.t
xt/author/no-tabs.t
xt/author/pod-coverage.t
xt/author/pod-linkcheck.t
xt/author/pod-spell.t
xt/author/pod-syntax.t
xt/author/portability.t
xt/author/synopsis.t
xt/author/test-version.t

META.yml  view on Meta::CPAN

      name: '@Author::ZOFFIX/Test::Compile'
      version: '2.059'
    -
      class: Dist::Zilla::Plugin::Test::DistManifest
      name: '@Author::ZOFFIX/Test::DistManifest'
      version: '2.000006'
    -
      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::ZOFFIX/Test::EOL'
      version: '0.19'
    -
      class: Dist::Zilla::Plugin::Test::Version
      name: '@Author::ZOFFIX/Test::Version'

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


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

my @files = (
    'lib/Acme/Dump/And/Dumper.pm',
    't/00-compile.t',
    't/01-dump.t'
);

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



( run in 1.220 second using v1.01-cache-2.11-cpan-acf6aa7dc9e )