Finance-Bitcoin-Feed

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN


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



use ExtUtils::MakeMaker;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Collect bitcoin real-time price from many sites' streaming data source",
  "AUTHOR" => "Chylli  C<< <chylli\@binary.com> >>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Finance-Bitcoin-Feed",
  "EXE_FILES" => [],
  "LICENSE" => "apache",
  "NAME" => "Finance::Bitcoin::Feed",
  "PREREQ_PM" => {
    "AnyEvent" => 0,
    "Carp" => 0,
    "EV" => 0,
    "JSON" => 0,
    "Mojolicious" => 0,
    "Protocol::WebSocket" => 0,
    "Scalar::Util" => 0,
    "URI" => 0
  },
  "TEST_REQUIRES" => {
    "Test::MockModule" => 0,
    "Test::MockObject" => 0,
    "Test::More" => "0.96",
    "Test::Perl::Critic" => 0
  },
  "VERSION" => "0.05",
  "test" => {
    "TESTS" => "t/*.t t/lib/*.t t/lib/feed/*.t t/lib/feed/site/*.t"
  }
);


my %FallbackPrereqs = (
  "AnyEvent" => 0,
  "Carp" => 0,
  "EV" => 0,
  "ExtUtils::MakeMaker" => 0,
  "JSON" => 0,
  "Mojolicious" => 0,
  "Protocol::WebSocket" => 0,
  "Scalar::Util" => 0,
  "Test::MockModule" => 0,
  "Test::MockObject" => 0,
  "Test::More" => "0.96",
  "Test::Perl::Critic" => 0,
  "URI" => 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.034 second using v1.01-cache-2.11-cpan-97f6503c9c8 )