BenchmarkAnything-Config
view release on metacpan or search on metacpan
Changes
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
dist.ini
lib/BenchmarkAnything/Config.pm
t/00-compile.t
t/author-eol.t
t/author-no-tabs.t
t/benchmarkanything-2.cfg
t/benchmarkanything-3.cfg
t/benchmarkanything.cfg
t/cfg.t
t/release-pod-coverage.t
t/release-pod-syntax.t
},
{
"class" : "Dist::Zilla::Plugin::Authority",
"name" : "@SCHWIGON/Authority",
"version" : "1.006"
},
{
"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" : "@SCHWIGON/Test::EOL",
"version" : "0.18"
name: '@SCHWIGON/MetaResources'
version: 5.039
-
class: Dist::Zilla::Plugin::Authority
name: '@SCHWIGON/Authority'
version: 1.006
-
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: '@SCHWIGON/Test::EOL'
version: 0.18
-
class: Dist::Zilla::Plugin::PodWeaver
name: '@SCHWIGON/PodWeaver'
t/author-eol.t view on Meta::CPAN
use warnings;
# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.18
use Test::More 0.88;
use Test::EOL;
my @files = (
'lib/BenchmarkAnything/Config.pm',
't/00-compile.t',
't/author-eol.t',
't/author-no-tabs.t',
't/benchmarkanything-2.cfg',
't/benchmarkanything-3.cfg',
't/benchmarkanything.cfg',
't/cfg.t',
't/release-pod-coverage.t',
't/release-pod-syntax.t'
);
eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
done_testing;
t/author-no-tabs.t view on Meta::CPAN
use warnings;
# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15
use Test::More 0.88;
use Test::NoTabs;
my @files = (
'lib/BenchmarkAnything/Config.pm',
't/00-compile.t',
't/author-eol.t',
't/author-no-tabs.t',
't/benchmarkanything-2.cfg',
't/benchmarkanything-3.cfg',
't/benchmarkanything.cfg',
't/cfg.t',
't/release-pod-coverage.t',
't/release-pod-syntax.t'
);
notabs_ok($_) foreach @files;
( run in 3.528 seconds using v1.01-cache-2.11-cpan-98e64b0badf )