Acme-OCEORA-Utils
view release on metacpan or search on metacpan
use strict;
use warnings;
use Module::Build;
my $builder = Module::Build->new(
module_name => 'Acme::OCEORA::Utils',
license => 'artistic_2',
dist_author => q{Eisaku Ando <ando@jcom.zaq.ne.jp>},
dist_version_from => 'lib/Acme/OCEORA/Utils.pm',
release_status => 'stable',
configure_requires => {
'Module::Build' => '0',
},
build_requires => {
'Test::More' => '0',
},
requires => {
#'ABC' => '1.6',
#'Foo::Bar::Module' => '5.0401',
},
add_to_cleanup => [ 'Acme-OCEORA-Utils-*' ],
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Acme-OCEORA-Utils",
"prereqs" : {
"build" : {
"requires" : {
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0"
}
}
},
"provides" : {
"Acme::OCEORA::Utils" : {
"file" : "lib/Acme/OCEORA/Utils.pm",
"version" : "0.03"
},
---
abstract: 'The great new Acme::OCEORA::Utils!'
author:
- 'Eisaku Ando <ando@jcom.zaq.ne.jp>'
build_requires:
Test::More: '0'
configure_requires:
Module::Build: '0'
dynamic_config: 1
generated_by: 'Module::Build version 0.4222, CPAN::Meta::Converter version 2.150001'
license: artistic_2
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Acme-OCEORA-Utils
provides:
Acme::OCEORA::Utils:
( run in 0.496 second using v1.01-cache-2.11-cpan-0a6323c29d9 )