/usr/local/CPAN/WWW-DreamHost-API/Makefile.PL


# $Id: Makefile.PL 28 2011-03-31 14:05:13Z stro $

use strict;
use warnings;

use ExtUtils::MakeMaker;

WriteMakefile(
  'NAME'          => 'WWW::DreamHost::API',
  'ABSTRACT'      => 'DreamHost Web Panel API',
  'AUTHOR'        => 'Serguei Trouchelle <stro@cpan.org>',
  'VERSION_FROM'  => 'API.pm',
  'LICENSE'       => 'perl',
  'PREREQ_PM'     => {
                         'LWP::UserAgent'       => 0,
                         'Crypt::SSLeay'        => 0,
                         'Data::UUID'           => 0,
                         'LWP::Protocol::https' => 0,
                     },
);