API-PleskExpand

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN


my $build = Module::Build->new(
    module_name => 'API::PleskExpand',
    license     => 'perl',
    dist_author => 'NRG <pavel.odintsov@googlemail.com>',
    requires    => {
        'API::Plesk'      => '1.06',
        'Data::Dumper'    => 0,
        'LWP::UserAgent'  => 0,
        'Getopt::Long'    => 0,
        'HTTP::Request'   => 0,
        'Carp'            => 0,
        'URI'             => 0,
    },
    build_requires => {
        'Test::More'       => 0,
        'Test::LongString' => 0,
        'URI'              => 0,
    },
    create_makefile_pl => 'traditional',
);

META.yml  view on Meta::CPAN

    - NRG <pavel.odintsov@googlemail.com>
license:            perl
distribution_type:  module
configure_requires:
    ExtUtils::MakeMaker:  0
requires:
    API::Plesk:        1.06
    Carp:              0
    Data::Dumper:      0
    Getopt::Long:      0
    HTTP::Request:     0
    LWP::UserAgent:    0
    Test::LongString:  0
    Test::More:        0
    URI:               0
no_index:
    directory:
        - t
        - inc
generated_by:       ExtUtils::MakeMaker version 6.46
meta-spec:

Makefile.PL  view on Meta::CPAN

    NAME         => 'API::PleskExpand',
    AUTHOR       => 'NRG <pavel.odintsov@googlemail.com>',
    LICENSE      => 'perl',
    ABSTRACT     => 'API::PleskExpand - OOP interface to the Plesk Expand XML API',
    VERSION_FROM => 'lib/API/PleskExpand.pm',
    PREREQ_PM    => {
                        'API::Plesk'         => '1.06', # parent module
                        'Carp'               => '0',
                        'Data::Dumper'       => '0',
                        'Getopt::Long'       => '0',
                        'HTTP::Request'      => '0',
                        'LWP::UserAgent'     => '0',
                        'Test::More'         => '0',
                        'Test::LongString'   => '0',
                        'URI'                => '0',
                    },
    INSTALLDIRS  => 'site',
    EXE_FILES    => [],
    PL_FILES     => {}
);

README  view on Meta::CPAN

    make test

DEPENDENCIES

This module requires these other modules and libraries:

    API::Plesk 1.04,
    Carp (standard),
    Data::Dumper,
    Getopt::Long,
    HTTP::Request,
    LWP::UserAgent,
    Test::More.

AUTHOR
    Odintsov Pavel nrg[at]cpan.org

COPYRIGHT AND LICENCE

Copyright (C) 2008 by Odintsov Pavel.



( run in 0.838 second using v1.01-cache-2.11-cpan-4505f990765 )