Acme-ARUHI-Utils

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

use 5.006;
use strict;
use warnings;
use Module::Build;

my $builder = Module::Build->new(
    module_name         => 'Acme::ARUHI::Utils',
    license             => 'artistic_2',
    dist_author         => q{Ryota Miki <aruhi@cpan.com>},
    dist_version_from   => 'lib/Acme/ARUHI/Utils.pm',
    release_status      => 'stable',
    configure_requires => {
        'Module::Build' => 0,
    },
    build_requires => {
        'Test::More' => 0,
    },
    requires => {
        #'ABC'              => 1.6,

META.json  view on Meta::CPAN

{
   "abstract" : "The great new Acme::ARUHI::Utils!",
   "author" : [
      "Ryota Miki <aruhi@cpan.com>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4211",
   "license" : [
      "artistic_2"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"

META.yml  view on Meta::CPAN

---
abstract: 'The great new Acme::ARUHI::Utils!'
author:
  - 'Ryota Miki <aruhi@cpan.com>'
build_requires:
  Test::More: '0'
configure_requires:
  Module::Build: '0'
dynamic_config: 1
generated_by: 'Module::Build version 0.4211, CPAN::Meta::Converter version 2.143240'
license: artistic_2
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html



( run in 2.238 seconds using v1.01-cache-2.11-cpan-5c0b1e786e0 )