Acme-CPANAuthors-Nonhuman

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

      "requires" => {
        "base" => "2.18",
        "perl" => "5.008",
        "strict" => 0,
        "utf8" => 0,
        "warnings" => 0
      },
      "test_requires" => {
        "Acme::CPANAuthors" => "0.16",
        "File::Spec" => 0,
        "Module::Metadata" => 0,
        "Module::Pluggable" => 0,
        "Module::Runtime" => 0,
        "Test::Deep" => 0,
        "Test::More" => "0.88",
        "if" => 0,
        "perl" => "5.008"
      }
    );


    my %fallback_build_requires = (
      "Acme::CPANAuthors" => "0.16",
      "File::Spec" => 0,
      "Module::Metadata" => 0,
      "Module::Pluggable" => 0,
      "Module::Runtime" => 0,
      "Test::Deep" => 0,
      "Test::More" => "0.88",
      "if" => 0,
      "perl" => "5.008"
    );


    unless ( eval { Module::Build->VERSION(0.4004) } ) {

Changes  view on Meta::CPAN

          - improved HTML markup for web documentation

0.014     2013-11-29 20:11:02Z
          - add 'category' interface, to match what is given to other
            Acme::CPANAuthors::* modules

0.013     2013-10-26 17:01:19Z
          - welcome CARLOS, our latest member!

0.012     2013-10-24 05:25:54Z
          - author data is now generated using the 00whois.xml document,
            rather than 01mailrc.txt, to get non-asciified author names
            (requires encoding fixes in new Dist::Zilla)

0.011     2013-09-28 02:04:33Z
          - more diagnostic updates to siblings test
          - more authors added

0.010     2013-09-25 16:56:23Z
          - updated siblings test to help diagnose which other
            Acme::CPANAuthors:: module out there has a bad $VERSION

META.json  view on Meta::CPAN

            "warnings" : "0"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },
         "requires" : {
            "Acme::CPANAuthors" : "0.16",
            "File::Spec" : "0",
            "Module::Metadata" : "0",
            "Module::Pluggable" : "0",
            "Module::Runtime" : "0",
            "Test::Deep" : "0",
            "Test::More" : "0.88",
            "if" : "0",
            "perl" : "5.008"
         }
      }
   },
   "provides" : {

META.yml  view on Meta::CPAN

---
abstract: 'We are non-human CPAN authors'
author:
  - 'Karen Etheridge <ether@cpan.org>'
build_requires:
  Acme::CPANAuthors: '0.16'
  File::Spec: '0'
  Module::Metadata: '0'
  Module::Pluggable: '0'
  Module::Runtime: '0'
  Test::Deep: '0'
  Test::More: '0.88'
  if: '0'
  perl: '5.008'
configure_requires:
  Module::Build::Tiny: '0.034'
  perl: '5.008'
dynamic_config: 0

Makefile.PL  view on Meta::CPAN

  "PL_FILES" => {},
  "PREREQ_PM" => {
    "base" => "2.18",
    "strict" => 0,
    "utf8" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Acme::CPANAuthors" => "0.16",
    "File::Spec" => 0,
    "Module::Metadata" => 0,
    "Module::Pluggable" => 0,
    "Module::Runtime" => 0,
    "Test::Deep" => 0,
    "Test::More" => "0.88",
    "if" => 0
  },
  "VERSION" => "0.026",
  "test" => {
    "TESTS" => "t/*.t"
  }
);

my %FallbackPrereqs = (
  "Acme::CPANAuthors" => "0.16",
  "File::Spec" => 0,
  "Module::Metadata" => 0,
  "Module::Pluggable" => 0,
  "Module::Runtime" => 0,
  "Test::Deep" => 0,
  "Test::More" => "0.88",
  "base" => "2.18",
  "if" => 0,
  "strict" => 0,
  "utf8" => 0,
  "warnings" => 0
);

dist.ini  view on Meta::CPAN

[EnsurePrereqsInstalled]
phases = :all  ; (including develop!)   ; not implemented yet, but this is the default behaviour currently

[Prereqs / RuntimeRequires]
base = 2.18     ; avoid "-1, set by base.pm"

[Prereqs / DevelopRequires]
Test::Warnings = 0

; these are used in the templating code, that is replaced at dzil build time
; with the fetched author data.
; authordep HTTP::Tiny = 0
; authordep JSON::MaybeXS = 1.001000
; authordep Acme::CPANAuthors = 0.23
; authordep Acme::CPANAuthors::Factory = 0
; authordep Parse::CPAN::Whois = 0
; authordep HTML::Entities = 0
; authordep perl = 5.010
; authordep Dist::Zilla = 5.001
; authordep Dist::Zilla::Plugin::PodWeaver = 4.000
; authordep Dist::Zilla::Plugin::ReadmeAnyFromPod = 0.132962

lib/Acme/CPANAuthors/Nonhuman.pm  view on Meta::CPAN

use warnings;
package Acme::CPANAuthors::Nonhuman; # git description: v0.025-4-g5e85df3
# vim: set ts=8 sts=4 sw=4 tw=115 et :
# ABSTRACT: We are non-human CPAN authors
# KEYWORDS: acmeism cpan authors animals fun

our $VERSION = '0.026';

use utf8;

# this data was generated at build time via __DATA__ section
# and Dist::Zilla::Plugin::MungeFile::WithDataSection 0.009
my %authors = (
    ETHER => 'Karen Etheridge',
    VOJ => 'Jakob Voß',
    IVANWILLS => 'Ivan Wills',
    ZDM => 'Dmytro Zagashev',
    MITHALDU => 'Christian Walde',
    ALTREUS => 'Alastair McGowan-Douglas',
    DOLMEN => 'Olivier Mengué',
    HIROSE => 'HIROSE Masaaki',

t/00-report-prereqs.t  view on Meta::CPAN

#!perl

use strict;
use warnings;

# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.027

use Test::More tests => 1;

use Module::Metadata;
use File::Spec;

# from $version::LAX
my $lax_version_re =
    qr/(?: undef | (?: (?:[0-9]+) (?: \. | (?:\.[0-9]+) (?:_[0-9]+)? )?
            |
            (?:\.[0-9]+) (?:_[0-9]+)?
        ) | (?:
            v (?:[0-9]+) (?: (?:\.[0-9]+)+ (?:_[0-9]+)? )?
            |

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.640 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )