Finance-Calendar

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

use 5.006;

use ExtUtils::MakeMaker 7.64;

my %WriteMakefileArgs = (
  "ABSTRACT" => "represents the trading calendar.",
  "AUTHOR" => "binary.com <BINARY\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "7.64"
  },
  "DISTNAME" => "Finance-Calendar",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "Finance::Calendar",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Date::Utility" => 0,
    "Finance::Exchange" => 0,
    "List::Util" => 0,
    "Memoize" => 0,
    "Moose" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Test::CheckDeps" => "0.010",
    "Test::FailWarnings" => "0.008",
    "Test::MockTime" => 0,
    "Test::More" => "0.98",
    "Test::Most" => "0.34",
    "Time::Local" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "VERSION" => "0.07",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Date::Utility" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "Finance::Exchange" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "List::Util" => 0,
  "Memoize" => 0,
  "Moose" => 0,
  "Test::CheckDeps" => "0.010",
  "Test::FailWarnings" => "0.008",
  "Test::MockTime" => 0,
  "Test::More" => "0.98",
  "Test::Most" => "0.34",
  "Time::Local" => 0,
  "strict" => 0,
  "warnings" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {



( run in 0.717 second using v1.01-cache-2.11-cpan-0d23b851a93 )