Acme-CPANAuthors-Nonhuman

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

      ],
      "dist_name" => "Acme-CPANAuthors-Nonhuman",
      "dist_version" => "0.026",
      "license" => "perl",
      "module_name" => "Acme::CPANAuthors::Nonhuman",
      "recursive_test_files" => 1,
      "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",

Changes  view on Meta::CPAN


0.005     2013-07-17 16:11:29Z
          - better fix for html image spacing
          - use new Acme::CPANAuthors::Factory
          - fixed prereqs, to allow operation on 5.8.x (build requires is not
            the same thing as develop requires)

0.004     2013-07-14 19:21:01Z
          - simplify creation of ad-hoc author object at build time
          - (hopefully) fix html cell padding issue on metacpan
          - use utf8 pragma, in case some names contain unicode characters
          - include a bit of background to why I wrote this
          - id=>name hash is also kept sorted

0.003     2013-07-06 01:04:20Z
          - rewrite code and HTML generation by using embedded templates in
            the .pm file and authors in __DATA__, and a custom Dist::Zilla
            plugin
          - updated list of PAUSE IDs, by re-scanning cpan-faces

0.002     2013-06-01 17:04:26Z

META.json  view on Meta::CPAN

            "Parse::CPAN::Whois" : "0",
            "Software::License::Perl_5" : "0",
            "perl" : "5.010"
         }
      },
      "runtime" : {
         "requires" : {
            "base" : "2.18",
            "perl" : "5.008",
            "strict" : "0",
            "utf8" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },
         "requires" : {
            "Acme::CPANAuthors" : "0.16",
            "File::Spec" : "0",

META.yml  view on Meta::CPAN

    - t
    - xt
provides:
  Acme::CPANAuthors::Nonhuman:
    file: lib/Acme/CPANAuthors/Nonhuman.pm
    version: '0.026'
requires:
  base: '2.18'
  perl: '5.008'
  strict: '0'
  utf8: '0'
  warnings: '0'
resources:
  bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANAuthors-Nonhuman
  homepage: https://github.com/karenetheridge/Acme-CPANAuthors-Nonhuman
  repository: https://github.com/karenetheridge/Acme-CPANAuthors-Nonhuman.git
version: '0.026'
x_Dist_Zilla:
  perl:
    version: '5.027004'
  plugins:

Makefile.PL  view on Meta::CPAN

    "Module::Build::Tiny" => "0.034"
  },
  "DISTNAME" => "Acme-CPANAuthors-Nonhuman",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.008",
  "NAME" => "Acme::CPANAuthors::Nonhuman",
  "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",

Makefile.PL  view on Meta::CPAN

  "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
);

unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

delete $WriteMakefileArgs{CONFIGURE_REQUIRES}

dist.ini  view on Meta::CPAN

copyright_holder    = Karen Etheridge
copyright_year      = 2013
license             = Perl_5

[MungeFile::WithDataSection]
:version = 0.003
finder = :MainModule

[@Author::ETHER]
:version = 0.103
Test::MinimumVersion.max_target_perl = 5.008    ; utf8
; FIXME: PPI has difficulty with finding pod to weave that is
; after __DATA__ declaration (issue 16)
PodWeaver.replacer = replace_with_nothing
-remove = Test::Pod::No404s ; http://hexten.net/cpan-faces/ is down :(

[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"

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

use strict;
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',

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

                                      'Parse::CPAN::Whois' => '0',
                                      'Software::License::Perl_5' => '0',
                                      'perl' => '5.010'
                                    }
                    },
       'runtime' => {
                      'requires' => {
                                      'base' => '2.18',
                                      'perl' => '5.008',
                                      'strict' => '0',
                                      'utf8' => '0',
                                      'warnings' => '0'
                                    }
                    },
       'test' => {
                   'recommends' => {
                                     'CPAN::Meta' => '2.120900'
                                   },
                   'requires' => {
                                   'Acme::CPANAuthors' => '0.16',
                                   'File::Spec' => '0',



( run in 1.346 second using v1.01-cache-2.11-cpan-49f99fa48dc )