Config-Universal
view release on metacpan or search on metacpan
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Config-Universal
version: 0.5
version_from: lib/Config/Universal.pm
installdirs: site
requires:
HTTP::Request::Common:
HTTP::Response:
LWP::UserAgent:
XML::DOM:
distribution_type: module
generated_by: ExtUtils::MakeMaker version 6.17
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
# Write the makefile
WriteMakefile(
'NAME' => 'Config::Universal',
'VERSION_FROM' => 'lib/Config/Universal.pm', # finds $VERSION
'PREREQ_PM' => {
XML::DOM => undef,
HTTP::Response => undef,
HTTP::Request::Common => undef,
LWP::UserAgent => undef,
},
'dist' => { COMPRESS => "gzip -9f" },
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/Config/Universal.pm',
AUTHOR => 'Hartmut Vogler <hartmut.vogler@T-Systems.com>') : ()),
);
( run in 0.657 second using v1.01-cache-2.11-cpan-de7293f3b23 )