File-Rotate-Simple

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

use 5.014000;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "no-frills file rotation",
  "AUTHOR" => "Robert Rothenberg <rrwo\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "File-Rotate-Simple",
  "LICENSE" => "artistic_2",
  "MIN_PERL_VERSION" => "5.014000",
  "NAME" => "File::Rotate::Simple",
  "PREREQ_PM" => {
    "Graph" => 0,
    "List::Util" => "1.43",
    "Module::Runtime" => 0,
    "Moo" => "1.001000",
    "Path::Tiny" => "0.018",
    "Ref::Util" => 0,
    "Time::Seconds" => 0,
    "Types::Standard" => 0,
    "namespace::autoclean" => 0
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,
    "Module::Metadata" => 0,
    "Path::Tiny" => "0.018",
    "Test::More" => "0.99",
    "Test::Most" => 0,
    "Time::Piece" => 0
  },
  "VERSION" => "v0.3.0",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "File::Spec" => 0,
  "Graph" => 0,
  "List::Util" => "1.43",
  "Module::Metadata" => 0,
  "Module::Runtime" => 0,
  "Moo" => "1.001000",
  "Path::Tiny" => "0.018",
  "Ref::Util" => 0,
  "Test::More" => "0.99",
  "Test::Most" => 0,
  "Time::Piece" => 0,
  "Time::Seconds" => 0,
  "Types::Standard" => 0,
  "namespace::autoclean" => 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.915 second using v1.01-cache-2.11-cpan-e1769b4cff6 )