Acme-APHILIPP-Utils
view release on metacpan or search on metacpan
use 5.006;
use strict;
use warnings FATAL => 'all';
use Module::Build;
my $builder = Module::Build->new(
module_name => 'Acme::APHILIPP::Utils',
license => 'artistic_2',
dist_author => q{André Philipp <aphilipp@cpan.org>},
dist_version_from => 'lib/Acme/APHILIPP/Utils.pm',
release_status => 'stable',
configure_requires => {
'Module::Build' => 0,
},
build_requires => {
'Test::More' => 0,
},
requires => {
#'ABC' => 1.6,
{
"abstract" : "Test module that sums",
"author" : [
"André Philipp <aphilipp@cpan.org>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.112150",
"license" : [
"artistic_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
---
abstract: 'Test module that sums'
author:
- 'André Philipp <aphilipp@cpan.org>'
build_requires:
Test::More: 0
configure_requires:
Module::Build: 0
dynamic_config: 1
generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 2.112150'
license: artistic_2
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
( run in 2.268 seconds using v1.01-cache-2.11-cpan-5c0b1e786e0 )