Acme-BayaC

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

use strict;
use warnings;
use Module::Build::Pluggable qw/CPANfile/;

my $builder = Module::Build::Pluggable->new(
    name                => 'Acme-BayaC',
    module_name         => 'Acme::BayaC',
    license             => 'artistic_2',
    dist_author         => 'Dai Okabayashi <bayashi@cpan.org>',
    dist_version_from   => 'lib/Acme/BayaC.pm',
    add_to_cleanup      => [ 'Acme-BayaC-*' ],
    meta_merge     => {
      resources => {
        repository  => 'http://github.com/bayashi/Acme-BayaC',
        bugtracker  => 'http://github.com/bayashi/Acme-BayaC/issues',
      }
    },
    recursive_test_files => 1,
    test_files => (-d '.git' || $ENV{RELEASE_TESTING}) ? ['t/', 'xt/'] : ['t/'],

META.json  view on Meta::CPAN

{
   "abstract" : "one line description",
   "author" : [
      "Dai Okabayashi <bayashi@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4231",
   "license" : [
      "artistic_2"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2

META.yml  view on Meta::CPAN

---
abstract: 'one line description'
author:
  - 'Dai Okabayashi <bayashi@cpan.org>'
build_requires:
  Module::Build::Pluggable::CPANfile: '0.05'
  Test::More: '0.88'
configure_requires:
  Module::Build: '0.40'
  Module::Build::Pluggable: '0'
  Module::Build::Pluggable::CPANfile: '0.05'
dynamic_config: 1
generated_by: 'Module::Build version 0.4231, CPAN::Meta::Converter version 2.150010'



( run in 1.906 second using v1.01-cache-2.11-cpan-5c0b1e786e0 )