API-Eulerian

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

use 5.008;

use ExtUtils::MakeMaker ;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Simple interface for all the API provided by Eulerian Technologies.",
  "AUTHOR" => "Mathieu Jondet <mathieu\@eulerian.com>, Xavier Thorillon <xavier\@eulerian.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "API-Eulerian",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "NAME" => "API::Eulerian",
  "PREREQ_PM" => {
    "LWP::UserAgent" => 0,
    "Encode" => 0,
    "JSON" => 0,
    "JSON::Streaming::Reader" => 0,
    "Text::CSV" => 0,
    "Time::HiRes" => 0,
    "Switch" => 0,
    "Protocol::WebSocket::Client" => 0,
    "File::Slurp" => 0,
  },
  "VERSION" => "0.6",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

WriteMakefile(%WriteMakefileArgs);



( run in 0.322 second using v1.01-cache-2.11-cpan-1edf4fed603 )