App-perlimports

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

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

use 5.018000;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Make implicit imports explicit",
  "AUTHOR" => "Olaf Alders <olaf\@wundercounter.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "App-perlimports",
  "EXE_FILES" => [
    "script/dump-perl-exports",
    "script/perlimports"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.018000",
  "NAME" => "App::perlimports",
  "PREREQ_PM" => {
    "Capture::Tiny" => 0,
    "Class::Inspector" => "1.36",
    "Cpanel::JSON::XS" => 0,
    "Data::Dumper" => 0,
    "Data::UUID" => 0,
    "File::Basename" => 0,
    "File::XDG" => "1.01",
    "Getopt::Long::Descriptive" => 0,
    "List::Util" => 0,
    "Log::Dispatch" => "2.70",
    "Memoize" => 0,
    "Module::Runtime" => 0,
    "Moo" => 0,
    "Moo::Role" => 0,
    "MooX::StrictConstructor" => 0,
    "PPI" => "1.276",
    "PPI::Document" => 0,
    "PPIx::Utils::Classification" => 0,
    "Path::Iterator::Rule" => 0,
    "Path::Tiny" => 0,
    "Perl::Tidy" => 20220613,
    "Pod::Usage" => 0,
    "Ref::Util" => 0,
    "Scalar::Util" => 0,
    "Sereal::Decoder" => 0,
    "Sereal::Encoder" => 0,
    "Sub::HandlesVia" => 0,
    "Symbol::Get" => "0.10",
    "TOML::Tiny" => "0.16",
    "Text::Diff" => 0,
    "Text::SimpleTable::AutoWidth" => 0,
    "Try::Tiny" => 0,
    "Types::Standard" => 0,
    "feature" => 0,
    "strict" => 0,
    "utf8" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "File::pushd" => 0,
    "Log::Dispatch::Array" => 0,
    "PPI::Dumper" => 0,
    "Sub::Exporter" => 0,
    "Test::Differences" => 0,
    "Test::Fatal" => 0,
    "Test::More" => 0,
    "Test::Needs" => 0,
    "Test::RequiresInternet" => 0,
    "Test::Script" => "1.29",
    "Test::Warnings" => 0,
    "lib" => 0
  },
  "VERSION" => "0.000053",
  "test" => {
    "TESTS" => "t/*.t t/ExportInspector/*.t t/cpan-modules/*.t"
  }
);


my %FallbackPrereqs = (
  "Capture::Tiny" => 0,
  "Class::Inspector" => "1.36",
  "Cpanel::JSON::XS" => 0,
  "Data::Dumper" => 0,
  "Data::UUID" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Basename" => 0,
  "File::Spec" => 0,
  "File::XDG" => "1.01",
  "File::pushd" => 0,
  "Getopt::Long::Descriptive" => 0,
  "List::Util" => 0,
  "Log::Dispatch" => "2.70",
  "Log::Dispatch::Array" => 0,
  "Memoize" => 0,
  "Module::Runtime" => 0,
  "Moo" => 0,
  "Moo::Role" => 0,
  "MooX::StrictConstructor" => 0,
  "PPI" => "1.276",
  "PPI::Document" => 0,
  "PPI::Dumper" => 0,
  "PPIx::Utils::Classification" => 0,
  "Path::Iterator::Rule" => 0,
  "Path::Tiny" => 0,
  "Perl::Tidy" => 20220613,
  "Pod::Usage" => 0,
  "Ref::Util" => 0,
  "Scalar::Util" => 0,
  "Sereal::Decoder" => 0,
  "Sereal::Encoder" => 0,
  "Sub::Exporter" => 0,
  "Sub::HandlesVia" => 0,
  "Symbol::Get" => "0.10",
  "TOML::Tiny" => "0.16",
  "Test::Differences" => 0,
  "Test::Fatal" => 0,
  "Test::More" => 0,
  "Test::Needs" => 0,
  "Test::RequiresInternet" => 0,
  "Test::Script" => "1.29",
  "Test::Warnings" => 0,
  "Text::Diff" => 0,
  "Text::SimpleTable::AutoWidth" => 0,
  "Try::Tiny" => 0,
  "Types::Standard" => 0,
  "feature" => 0,
  "lib" => 0,
  "strict" => 0,
  "utf8" => 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);

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.555 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )