Acme-ALEXEY-Utils

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

use 5.006;
use strict;
use warnings FATAL => 'all';
use Module::Build;

my $builder = Module::Build->new(
    module_name         => 'Acme::ALEXEY::Utils',
    license             => 'artistic_2',
    dist_author         => q{Alexey Morar  <alexeymorar0@gmail.com >},
    dist_version_from   => 'lib/Acme/ALEXEY/Utils.pm',
    release_status      => 'stable',
    configure_requires => {
        'Module::Build' => 0,
    },
    build_requires => {
        'Test::More' => 0,
    },
    requires => {
        'Exporter'              => 0,

META.json  view on Meta::CPAN

{
   "abstract" : "The great new Acme::ALEXEY::Utils!",
   "author" : [
      "Alexey Morar  <alexeymorar0@gmail.com >"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.150001",
   "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::ALEXEY::Utils!'
author:
  - 'Alexey Morar  <alexeymorar0@gmail.com >'
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.150001'
license: artistic_2
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html



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