Acme-Both-MakefilePL-And-BuildPL
view release on metacpan or search on metacpan
use warnings;
use Module::Build;
Module::Build->VERSION('0.4004');
my $builder = Module::Build->new(
module_name => 'Acme::Both::MakefilePL::And::BuildPL',
license => 'artistic_2',
dist_author => q{Thibault Duponchelle <thibault.duponchelle@gmail.com>},
dist_version_from => 'lib/Acme/Both/MakefilePL/And/BuildPL.pm',
release_status => 'stable',
configure_requires => {
'Module::Build' => '0.4004',
},
test_requires => {
'Test::More' => '0',
},
requires => {
#'ABC' => '1.6',
#'Foo::Bar::Module' => '5.0401',
},
add_to_cleanup => [ 'Acme-Both-MakefilePL-And-BuildPL-*' ],
Revision history for Acme-Both-MakefilePL-And-BuildPL
0.03 Date/time
Third version, with Module::Build as configure prerequisite
0.02 Date/time
Second version, with Build.PL
0.01 Date/time
First version, released on an unsuspecting world.
"generated_by" : "Module::Build version 0.4234",
"license" : [
"artistic_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Acme-Both-MakefilePL-And-BuildPL",
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build" : "0.4004"
}
},
"test" : {
"requires" : {
"Test::More" : "0"
}
}
},
---
abstract: 'The great new Acme::Both::MakefilePL::And::BuildPL!'
author:
- 'Thibault Duponchelle <thibault.duponchelle@gmail.com>'
build_requires:
Test::More: '0'
configure_requires:
Module::Build: '0.4004'
dynamic_config: 1
generated_by: 'Module::Build version 0.4234, CPAN::Meta::Converter version 2.150010'
license: artistic_2
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Acme-Both-MakefilePL-And-BuildPL
provides:
Acme::Both::MakefilePL::And::BuildPL:
( run in 2.932 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )