App-idxdb

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

use 5.010001;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Import data for stocks on the IDX (Indonesian Stock Exchange) and perform queries on them",
  "AUTHOR" => "perlancar <perlancar\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "App-idxdb",
  "EXE_FILES" => [
    "script/idxdb"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010001",
  "NAME" => "App::idxdb",
  "PREREQ_PM" => {
    "Browser::Open" => 0,
    "Chart::Gnuplot" => 0,
    "Color::RGB::Util" => "0.600",
    "ColorTheme::Distinct::WhiteBG" => 0,
    "DBD::SQLite" => 0,
    "DBI" => 0,
    "DBIx::Util::Schema" => 0,
    "Data::Sah::Coerce::perl::To_array::From_str::comma_sep" => 0,
    "Data::Sah::Coerce::perl::To_date::From_float::epoch" => 0,
    "Data::Sah::Coerce::perl::To_date::From_obj::datetime" => 0,
    "Data::Sah::Coerce::perl::To_date::From_obj::time_moment" => 0,
    "Data::Sah::Coerce::perl::To_date::From_str::iso8601" => 0,
    "Data::Sah::Coerce::perl::To_date::From_str::natural" => 0,
    "Data::Sah::Compiler::perl::TH::array" => "0.907",
    "Data::Sah::Compiler::perl::TH::bool" => "0.907",
    "Data::Sah::Compiler::perl::TH::date" => "0.907",
    "Data::Sah::Compiler::perl::TH::str" => "0.907",
    "Data::Sah::Filter::perl::Finance::SE::IDX::check_stock_code_listed" => 0,
    "Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" => 0,
    "Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" => 0,
    "DateTime" => 0,
    "File::HomeDir" => 0,
    "File::Temp" => "0.2307",
    "File::chdir" => 0,
    "JSON::MaybeXS" => 0,
    "Log::ger" => "0.038",
    "Perinci::CmdLine::Any" => 0,
    "Sah::Schema::dirname" => 0,
    "Sah::Schema::idx::listed_stock_code" => 0,
    "Time::Local::More" => 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 = (
  "Browser::Open" => 0,
  "Chart::Gnuplot" => 0,
  "Color::RGB::Util" => "0.600",
  "ColorTheme::Distinct::WhiteBG" => 0,
  "DBD::SQLite" => 0,
  "DBI" => 0,
  "DBIx::Util::Schema" => 0,
  "Data::Sah::Coerce::perl::To_array::From_str::comma_sep" => 0,
  "Data::Sah::Coerce::perl::To_date::From_float::epoch" => 0,
  "Data::Sah::Coerce::perl::To_date::From_obj::datetime" => 0,
  "Data::Sah::Coerce::perl::To_date::From_obj::time_moment" => 0,
  "Data::Sah::Coerce::perl::To_date::From_str::iso8601" => 0,
  "Data::Sah::Coerce::perl::To_date::From_str::natural" => 0,
  "Data::Sah::Compiler::perl::TH::array" => "0.907",
  "Data::Sah::Compiler::perl::TH::bool" => "0.907",
  "Data::Sah::Compiler::perl::TH::date" => "0.907",
  "Data::Sah::Compiler::perl::TH::str" => "0.907",
  "Data::Sah::Filter::perl::Finance::SE::IDX::check_stock_code_listed" => 0,
  "Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" => 0,
  "Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" => 0,
  "DateTime" => 0,
  "File::HomeDir" => 0,
  "File::Spec" => 0,
  "File::Temp" => "0.2307",
  "File::chdir" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "JSON::MaybeXS" => 0,
  "Log::ger" => "0.038",
  "Perinci::CmdLine::Any" => 0,
  "Sah::Schema::dirname" => 0,
  "Sah::Schema::idx::listed_stock_code" => 0,
  "Test::More" => 0,
  "Time::Local::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 1.281 second using v1.01-cache-2.11-cpan-d8267643d1d )