Alien-OTR
view release on metacpan or search on metacpan
INSTALL
LICENSE
MANIFEST
META.json
META.yml
README
inc/configure.pl
inc/libotr-4.1.1.tar.gz
lib/Alien/OTR.pm
t/00-compile.t
xt/author/eol.t
xt/author/no-tabs.t
xt/release/pod-coverage.t
xt/release/pod-syntax.t
},
{
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
"name" : "@Filter/PodSyntaxTests",
"version" : "5.036"
},
{
"class" : "Dist::Zilla::Plugin::Test::EOL",
"config" : {
"Dist::Zilla::Plugin::Test::EOL" : {
"filename" : "xt/author/eol.t",
"finder" : [
":InstallModules",
":ExecFiles",
":TestFiles"
],
"trailing_whitespace" : "1"
}
},
"name" : "@Filter/Test::EOL",
"version" : "0.18"
name: '@Filter/PodCoverageTests'
version: '5.036'
-
class: Dist::Zilla::Plugin::PodSyntaxTests
name: '@Filter/PodSyntaxTests'
version: '5.036'
-
class: Dist::Zilla::Plugin::Test::EOL
config:
Dist::Zilla::Plugin::Test::EOL:
filename: xt/author/eol.t
finder:
- ':InstallModules'
- ':ExecFiles'
- ':TestFiles'
trailing_whitespace: '1'
name: '@Filter/Test::EOL'
version: '0.18'
-
class: Dist::Zilla::Plugin::Test::NoTabs
config:
xt/author/eol.t view on Meta::CPAN
# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.18
use Test::More 0.88;
use Test::EOL;
my @files = (
'lib/Alien/OTR.pm',
't/00-compile.t'
);
eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
done_testing;
( run in 1.664 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )