The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use 5.010001;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    NAME              => 'App::Difio::dotCloud',
    ABSTRACT          => 'Difio registration agent for dotCloud / Perl applications',
    VERSION_FROM      => 'lib/App/Difio/dotCloud.pm', # finds $VERSION
    LICENSE           => 'perl',
    META_MERGE => {
        resources => {
            repository => 'https://github.com/difio/difio-dotcloud-perl',
            bugtracker => 'https://github.com/difio/difio-dotcloud-perl/issues',
            homepage   => 'https://github.com/difio/difio-dotcloud-perl',
        },
    },
    PREREQ_PM         => {JSON => 0, LWP::UserAgent => 0, LWP::Protocol::https => 0, Pod::Simple => 0},
    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
       (AUTHOR         => 'Alexander Todorov <atodorov@dif.io>') : ()),
);