B-Compiling

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
dist.ini
lib/B/Compiling.pm
t/00load.t
t/basic.t
t/release-eol.t
t/release-no-tabs.t
t/release-pod-coverage.t
t/release-pod-syntax.t

META.json  view on Meta::CPAN

         },
         {
            "class" : "Dist::Zilla::Plugin::Authority",
            "name" : "@FLORA/Authority",
            "version" : "1.009"
         },
         {
            "class" : "Dist::Zilla::Plugin::EOLTests",
            "config" : {
               "Dist::Zilla::Plugin::Test::EOL" : {
                  "filename" : "xt/release/eol.t"
               }
            },
            "name" : "@FLORA/EOLTests",
            "version" : "0.16"
         },
         {
            "class" : "Dist::Zilla::Plugin::PodWeaver",
            "config" : {
               "Dist::Zilla::Plugin::PodWeaver" : {
                  "config_plugins" : [

META.yml  view on Meta::CPAN

      name: '@FLORA/MetaResources'
      version: '5.025'
    -
      class: Dist::Zilla::Plugin::Authority
      name: '@FLORA/Authority'
      version: '1.009'
    -
      class: Dist::Zilla::Plugin::EOLTests
      config:
        Dist::Zilla::Plugin::Test::EOL:
          filename: xt/release/eol.t
      name: '@FLORA/EOLTests'
      version: '0.16'
    -
      class: Dist::Zilla::Plugin::PodWeaver
      config:
        Dist::Zilla::Plugin::PodWeaver:
          config_plugins:
            - '@FLORA'
          finder:
            - ':InstallModules'

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


# this test was generated with Dist::Zilla::Plugin::NoTabsTests 0.09

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

my @files = (
    'lib/B/Compiling.pm',
    't/00load.t',
    't/basic.t',
    't/release-eol.t',
    't/release-no-tabs.t',
    't/release-pod-coverage.t',
    't/release-pod-syntax.t'
);

notabs_ok($_) foreach @files;
done_testing;



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