The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.4205
require 5.008001;
use ExtUtils::MakeMaker;
use Config;
# check if threads are available
BEGIN {
    die("OS unsupported:  ERROR: This Perl not built to support threads\n")
        if (! $Config{'useithreads'});
}


WriteMakefile
(
  'NAME' => 'Eixo::Docker',
  'VERSION_FROM' => 'lib/Eixo/Docker.pm',
  'PREREQ_PM' => {
                   'Eixo::Base' => '1.200',
                   'Eixo::Rest' => '1.020',
                   'JSON' => '2.5',
                   'Net::HTTP' => '6.06'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {},
  
  ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
      (
          ABSTRACT_FROM  => 'lib/Eixo/Docker.pod', # retrieve abstract from module
          AUTHOR         =>  ['Francisco Maseda <frmadem@gmail.com>', 'Javier Gomez <alambike@gmail.com>']
      ) : ()),
);