File-Corresponding

 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" => "Find corresponding files in the directory tree",
  "AUTHOR" => "Johan Lindstrom <johanl\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "File-Corresponding",
  "EXE_FILES" => [
    "bin/corresponding_file"
  ],
  "LICENSE" => "perl",
  "NAME" => "File::Corresponding",
  "PREREQ_PM" => {
    "Data::Dumper" => 0,
    "File::Basename" => 0,
    "File::HomeDir" => 0,
    "File::Path" => 0,
    "Getopt::Long" => 0,
    "List::MoreUtils" => 0,
    "Moose" => 0,
    "Moose::Autobox" => 0,
    "Moose::Util::TypeConstraints" => 0,
    "MooseX::Types::Path::Class" => 0,
    "Path::Class" => 0,
    "Pod::Usage" => 0,
    "YAML::Tiny" => 0,
    "lib" => 0,
    "strict" => 0
  },
  "TEST_REQUIRES" => {
    "File::chdir" => 0,
    "Test::Differences" => 0,
    "Test::Exception" => 0,
    "Test::More" => 0,
    "warnings" => 0
  },
  "VERSION" => "0.004",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Data::Dumper" => 0,
  "File::Basename" => 0,
  "File::HomeDir" => 0,
  "File::Path" => 0,
  "File::chdir" => 0,
  "Getopt::Long" => 0,
  "List::MoreUtils" => 0,
  "Moose" => 0,
  "Moose::Autobox" => 0,
  "Moose::Util::TypeConstraints" => 0,
  "MooseX::Types::Path::Class" => 0,
  "Path::Class" => 0,
  "Pod::Usage" => 0,
  "Test::Differences" => 0,
  "Test::Exception" => 0,
  "Test::More" => 0,
  "YAML::Tiny" => 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 1.290 second using v1.01-cache-2.11-cpan-2398b32b56e )