App-DownloadsDirUtils

 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.032.
use strict;
use warnings;

use 5.010001;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Utilities related to downloads directories",
  "AUTHOR" => "perlancar <perlancar\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "App-DownloadsDirUtils",
  "EXE_FILES" => [
    "script/foremost-download",
    "script/hindmost-download",
    "script/largest-download",
    "script/list-downloads-dirs",
    "script/mv-foremost-download-here",
    "script/mv-hindmost-download-here",
    "script/mv-largest-download-here",
    "script/mv-newest-download-here",
    "script/mv-oldest-download-here",
    "script/mv-smallest-download-here",
    "script/newest-download",
    "script/oldest-download",
    "script/smallest-download"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010001",
  "NAME" => "App::DownloadsDirUtils",
  "PREREQ_PM" => {
    "Data::Sah::Compiler::perl::TH::array" => "0.914",
    "Data::Sah::Compiler::perl::TH::bool" => "0.914",
    "Data::Sah::Compiler::perl::TH::int" => "0.914",
    "Data::Sah::Compiler::perl::TH::re" => "0.914",
    "Data::Sah::Compiler::perl::TH::str" => "0.914",
    "Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" => 0,
    "Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" => 0,
    "Data::Sah::Filter::perl::Re::re_from_str" => 0,
    "Exporter" => "5.57",
    "File::Basename" => 0,
    "File::Copy::Recursive" => 0,
    "File::HomeDir" => 0,
    "File::Util::Sort" => "0.010",
    "Log::ger" => "0.038",
    "Perinci::CmdLine::Any" => "0.154",
    "Perinci::CmdLine::Lite" => "1.924",
    "Perinci::Object" => "0.311",
    "Perinci::Sub::Util" => "0.472",
    "Sah::Schema::dirname" => 0,
    "Sah::Schema::pathname::unix::basename" => 0,
    "Sah::Schema::re_from_str" => 0,
    "Sah::Schema::true" => 0,
    "Sah::Schema::uint" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.008",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Data::Sah::Compiler::perl::TH::array" => "0.914",
  "Data::Sah::Compiler::perl::TH::bool" => "0.914",
  "Data::Sah::Compiler::perl::TH::int" => "0.914",
  "Data::Sah::Compiler::perl::TH::re" => "0.914",
  "Data::Sah::Compiler::perl::TH::str" => "0.914",
  "Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" => 0,
  "Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" => 0,
  "Data::Sah::Filter::perl::Re::re_from_str" => 0,
  "Exporter" => "5.57",
  "File::Basename" => 0,
  "File::Copy::Recursive" => 0,
  "File::HomeDir" => 0,
  "File::Spec" => 0,
  "File::Util::Sort" => "0.010",
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "Log::ger" => "0.038",
  "Perinci::CmdLine::Any" => "0.154",
  "Perinci::CmdLine::Lite" => "1.924",
  "Perinci::Object" => "0.311",
  "Perinci::Sub::Util" => "0.472",
  "Sah::Schema::dirname" => 0,
  "Sah::Schema::pathname::unix::basename" => 0,
  "Sah::Schema::re_from_str" => 0,
  "Sah::Schema::true" => 0,
  "Sah::Schema::uint" => 0,
  "Test::More" => 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.599 second using v1.01-cache-2.11-cpan-5b529ec07f3 )