CPANfile-Parse-PPI

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "name" : "CPANfile-Parse-PPI",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {
         "requires" : {
            "Pod::Coverage::TrustPod" : "0",
            "Test::BOM" : "0",
            "Test::More" : "0.88",
            "Test::NoTabs" : "0",
            "Test::Perl::Critic" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",

cpanfile  view on Meta::CPAN

    requires "Test::More" => "0.72";
    requires "Test::Warn" => "0.36";
};

on 'configure' => sub {
    requires "ExtUtils::MakeMaker" => "0";
};

on 'develop' => sub {
    requires "Pod::Coverage::TrustPod" => "0";
    requires "Test::BOM" => "0";
    requires "Test::More" => "0.88";
    requires "Test::NoTabs" => "0";
    requires "Test::Perl::Critic" => "0";
    requires "Test::Pod" => "1.41";
    requires "Test::Pod::Coverage" => "1.08";
};

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

BEGIN {
  unless ($ENV{AUTHOR_TESTING}) {
    print qq{1..0 # SKIP these tests are for testing by the author\n};
    exit
  }
}

use strict;
use warnings;

# this test was generated with Dist::Zilla::Plugin::Test::NoBOM 0.002

use Test::More 0.88;
use Test::BOM;

my @files = (
    'lib/CPANfile/Parse/PPI.pm',
    't/data.t',
    't/data/App-tcpproxy-cpanfile',
    't/data/Archive-Any-Create-cpanfile',
    't/data/Badge-Depot-Plugin-Gratipay-cpanfile',
    't/data/Data-Visitor-Tiny-cpanfile',
    't/data/Dist-Zilla-Plugin-InsertCopyright-cpanfile',
    't/data/Finance-Google-Portfolio-cpanfile',



( run in 0.344 second using v1.01-cache-2.11-cpan-e9daa2b36ef )