Devel-CoverX-Covered

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN


# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.020.
use strict;
use warnings;



use ExtUtils::MakeMaker ;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Collect and report caller (test file) and covered (source file) statistics from the cover_db",
  "AUTHOR" => "Johan Lindstrom <johanl\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Devel-CoverX-Covered",
  "EXE_FILES" => [
    "bin/covered"
  ],
  "LICENSE" => "perl",
  "NAME" => "Devel::CoverX::Covered",
  "PREREQ_PM" => {
    "DBD::SQLite" => 0,
    "DBIx::Simple" => 0,
    "Data::Dumper" => 0,
    "Devel::Cover" => "1.17",
    "File::Basename" => 0,
    "File::Path" => 0,
    "File::chdir" => 0,
    "Getopt::Long" => 0,
    "Memoize" => 0,
    "Moose" => 0,
    "POSIX" => 0,
    "Path::Class" => 0,
    "Pod::Usage" => 0,
    "SQL::Abstract" => 0,
    "lib" => 0,
    "strict" => 0
  },
  "TEST_REQUIRES" => {
    "Test::Differences" => 0,
    "Test::Exception" => 0,
    "Test::More" => 0,
    "warnings" => 0
  },
  "VERSION" => "0.016",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "DBD::SQLite" => 0,
  "DBIx::Simple" => 0,
  "Data::Dumper" => 0,
  "Devel::Cover" => "1.17",
  "File::Basename" => 0,
  "File::Path" => 0,
  "File::chdir" => 0,
  "Getopt::Long" => 0,
  "Memoize" => 0,
  "Moose" => 0,
  "POSIX" => 0,
  "Path::Class" => 0,
  "Pod::Usage" => 0,
  "SQL::Abstract" => 0,
  "Test::Differences" => 0,
  "Test::Exception" => 0,
  "Test::More" => 0,
  "lib" => 0,
  "strict" => 0,
  "warnings" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

WriteMakefile(%WriteMakefileArgs);





( run in 0.967 second using v1.01-cache-2.11-cpan-6aa56a78535 )