Alien-TidyHTML5

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

README.md
alienfile
cpanfile
dist.ini
lib/Alien/TidyHTML5.pm
t/00-report-prereqs.dd
t/00-report-prereqs.t
t/01-tidy.t
t/author-clean-namespaces.t
t/author-eof.t
t/author-eol.t
t/author-minimum-version.t
t/author-no-tabs.t
t/author-pod-coverage.t
t/author-pod-syntax.t
t/author-portability.t
t/etc/perlcritic.rc
t/release-check-manifest.t
t/release-trailing-space.t
weaver.ini

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

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

my @files = (
    'lib/Alien/TidyHTML5.pm',
    't/00-report-prereqs.dd',
    't/00-report-prereqs.t',
    't/01-tidy.t',
    't/author-clean-namespaces.t',
    't/author-eof.t',
    't/author-eol.t',
    't/author-minimum-version.t',
    't/author-no-tabs.t',
    't/author-pod-coverage.t',
    't/author-pod-syntax.t',
    't/author-portability.t',
    't/etc/perlcritic.rc',
    't/release-check-manifest.t',
    't/release-trailing-space.t'
);

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

t/author-no-tabs.t  view on Meta::CPAN

use Test::More 0.88;
use Test::NoTabs;

my @files = (
    'lib/Alien/TidyHTML5.pm',
    't/00-report-prereqs.dd',
    't/00-report-prereqs.t',
    't/01-tidy.t',
    't/author-clean-namespaces.t',
    't/author-eof.t',
    't/author-eol.t',
    't/author-minimum-version.t',
    't/author-no-tabs.t',
    't/author-pod-coverage.t',
    't/author-pod-syntax.t',
    't/author-portability.t',
    't/etc/perlcritic.rc',
    't/release-check-manifest.t',
    't/release-trailing-space.t'
);



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