BenchmarkAnything-Storage-Backend-SQL

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

dist.ini
lib/BenchmarkAnything/Storage/Backend/SQL.pm
lib/BenchmarkAnything/Storage/Backend/SQL/Query.pm
lib/BenchmarkAnything/Storage/Backend/SQL/Query/SQLite.pm
lib/BenchmarkAnything/Storage/Backend/SQL/Query/common.pm
lib/BenchmarkAnything/Storage/Backend/SQL/Query/mysql.pm
lib/BenchmarkAnything/Storage/Backend/SQL/Search.pm
lib/BenchmarkAnything/Storage/Backend/SQL/Search/MCE.pm
share/create-schema.SQLite
share/create-schema.mysql
t/author-eol.t
t/author-no-tabs.t
t/author-pod-syntax.t
t/release-pod-coverage.t

META.json  view on Meta::CPAN

         },
         {
            "class" : "Dist::Zilla::Plugin::Authority",
            "name" : "@TAPPER/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" : "@TAPPER/Test::EOL",
            "version" : "0.18"

META.yml  view on Meta::CPAN

      name: '@TAPPER/MetaResources'
      version: '6.015'
    -
      class: Dist::Zilla::Plugin::Authority
      name: '@TAPPER/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: '@TAPPER/Test::EOL'
      version: '0.18'
    -
      class: Dist::Zilla::Plugin::PodWeaver
      config:

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

use Test::EOL;

my @files = (
    'lib/BenchmarkAnything/Storage/Backend/SQL.pm',
    'lib/BenchmarkAnything/Storage/Backend/SQL/Query.pm',
    'lib/BenchmarkAnything/Storage/Backend/SQL/Query/SQLite.pm',
    'lib/BenchmarkAnything/Storage/Backend/SQL/Query/common.pm',
    'lib/BenchmarkAnything/Storage/Backend/SQL/Query/mysql.pm',
    'lib/BenchmarkAnything/Storage/Backend/SQL/Search.pm',
    'lib/BenchmarkAnything/Storage/Backend/SQL/Search/MCE.pm',
    't/author-eol.t',
    't/author-no-tabs.t',
    't/author-pod-syntax.t',
    't/release-pod-coverage.t'
);

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

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

use Test::NoTabs;

my @files = (
    'lib/BenchmarkAnything/Storage/Backend/SQL.pm',
    'lib/BenchmarkAnything/Storage/Backend/SQL/Query.pm',
    'lib/BenchmarkAnything/Storage/Backend/SQL/Query/SQLite.pm',
    'lib/BenchmarkAnything/Storage/Backend/SQL/Query/common.pm',
    'lib/BenchmarkAnything/Storage/Backend/SQL/Query/mysql.pm',
    'lib/BenchmarkAnything/Storage/Backend/SQL/Search.pm',
    'lib/BenchmarkAnything/Storage/Backend/SQL/Search/MCE.pm',
    't/author-eol.t',
    't/author-no-tabs.t',
    't/author-pod-syntax.t',
    't/release-pod-coverage.t'
);

notabs_ok($_) foreach @files;
done_testing;



( run in 0.958 second using v1.01-cache-2.11-cpan-98e64b0badf )