Acme-Given-Hash

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

use strict;
use warnings;

use Module::Build 0.3601;


my %module_build_args = (
  "build_requires" => {
    "Module::Build" => "0.3601"
  },
  "configure_requires" => {
    "ExtUtils::MakeMaker" => "6.30",
    "Module::Build" => "0.3601"
  },
  "dist_abstract" => "is given() too much typing for you?",
  "dist_author" => [
    "Ben Hengst <ben.hengst\@gmail.com>"
  ],
  "dist_name" => "Acme-Given-Hash",
  "dist_version" => "0.007",
  "license" => "perl",

META.yml  view on Meta::CPAN

---
abstract: 'is given() too much typing for you?'
author:
  - 'Ben Hengst <ben.hengst@gmail.com>'
build_requires:
  Module::Build: 0.3601
configure_requires:
  ExtUtils::MakeMaker: 6.30
  Module::Build: 0.3601
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.300035, CPAN::Meta::Converter version 2.120921'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: Acme-Given-Hash
requires:



( run in 0.343 second using v1.01-cache-2.11-cpan-0a6323c29d9 )