BenchmarkAnything-Storage-Frontend-Lib

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

META.yml
Makefile.PL
README
dist.ini
lib/BenchmarkAnything/Storage/Frontend/Lib.pm
share/config/README
share/config/client.cfg
share/config/default.cfg
share/config/server.cfg
t/00-compile.t
t/author-eol.t
t/author-no-tabs.t
t/author-pod-syntax.t
t/benchmarkanything-2.cfg
t/benchmarkanything-3.cfg
t/benchmarkanything-mysql.cfg
t/benchmarkanything.cfg
t/cfg.t
t/lib.t
t/query-benchmark-anything-01-expectedresult.json
t/query-benchmark-anything-01.json

META.json  view on Meta::CPAN

         },
         {
            "class" : "Dist::Zilla::Plugin::Authority",
            "name" : "@SCHWIGON/Authority",
            "version" : "1.009"
         },
         {
            "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"

META.yml  view on Meta::CPAN

      name: '@SCHWIGON/MetaResources'
      version: '6.012'
    -
      class: Dist::Zilla::Plugin::Authority
      name: '@SCHWIGON/Authority'
      version: '1.009'
    -
      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
      config:

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/Storage/Frontend/Lib.pm',
    't/00-compile.t',
    't/author-eol.t',
    't/author-no-tabs.t',
    't/author-pod-syntax.t',
    't/benchmarkanything-2.cfg',
    't/benchmarkanything-3.cfg',
    't/benchmarkanything-mysql.cfg',
    't/benchmarkanything.cfg',
    't/cfg.t',
    't/lib.t',
    't/query-benchmark-anything-01-expectedresult.json',
    't/query-benchmark-anything-01.json',

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

    't/query-benchmark-anything-02.json',
    't/query-benchmark-anything-03-expectedresult.json',
    't/query-benchmark-anything-03.json',
    't/query-benchmark-anything-04-expectedresult.json',
    't/query-benchmark-anything-04.json',
    't/release-pod-coverage.t',
    't/valid-benchmark-anything-data-01.json',
    't/valid-benchmark-anything-data-02.json'
);

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/Storage/Frontend/Lib.pm',
    't/00-compile.t',
    't/author-eol.t',
    't/author-no-tabs.t',
    't/author-pod-syntax.t',
    't/benchmarkanything-2.cfg',
    't/benchmarkanything-3.cfg',
    't/benchmarkanything-mysql.cfg',
    't/benchmarkanything.cfg',
    't/cfg.t',
    't/lib.t',
    't/query-benchmark-anything-01-expectedresult.json',
    't/query-benchmark-anything-01.json',



( run in 2.174 seconds using v1.01-cache-2.11-cpan-98e64b0badf )