Acme-CPANAuthors-German

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

#  date "+%a, %d %b %Y %H:%M:%S %z"

0.04  Sat, 28 Aug 2010 11:45:10 +0200
  * Add rbo, getty, data, Eikeg
  * use utf8

0.03  Mon, 10 Aug 2009 13:10:23 +0200
  * Add Mario.

0.02  Mon, 10 Aug 2009 06:11:28 +0200
  * Add a couple of other authors.

0.01  Sun, 09 Aug 2009 00:39:42 +0200
  * Initial release.

META.json  view on Meta::CPAN

   "name" : "Acme-CPANAuthors-German",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.31"
         }
      },
      "runtime" : {
         "requires" : {
            "Acme::CPANAuthors::Register" : 0,
            "utf8" : 0
         }
      },
      "test" : {
         "requires" : {
            "Acme::CPANAuthors" : 0,
            "Acme::CPANAuthors::Austrian" : 0,
            "Test::More" : 0
         }
      }
   },

META.yml  view on Meta::CPAN

  ExtUtils::MakeMaker: 6.31
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.102340, CPAN::Meta::Converter version 2.101670'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: Acme-CPANAuthors-German
requires:
  Acme::CPANAuthors::Register: 0
  utf8: 0
resources:
  bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANAuthors-German
  homepage: http://search.cpan.org/dist/Acme-CPANAuthors-German
  repository: git://github.com/rbo/acme-cpanauthors-german.git
version: 0.04
x_Dist_Zilla:
  plugins:
    -
      class: Dist::Zilla::Plugin::GatherDir
      name: '@FLORA/@Basic/GatherDir'

Makefile.PL  view on Meta::CPAN

  },
  'CONFIGURE_REQUIRES' => {
    'ExtUtils::MakeMaker' => '6.31'
  },
  'DISTNAME' => 'Acme-CPANAuthors-German',
  'EXE_FILES' => [],
  'LICENSE' => 'perl',
  'NAME' => 'Acme::CPANAuthors::German',
  'PREREQ_PM' => {
    'Acme::CPANAuthors::Register' => '0',
    'utf8' => '0'
  },
  'VERSION' => '0.04',
  'test' => {
    'TESTS' => 't/*.t'
  }
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
  my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};

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

BEGIN {
  $Acme::CPANAuthors::German::AUTHORITY = 'cpan:FLORA';
}
BEGIN {
  $Acme::CPANAuthors::German::VERSION = '0.04';
}
# ABSTRACT: We are German CPAN authors

use strict;
use warnings;
use utf8;

use Acme::CPANAuthors::Register (
    AGROLMS  => 'Achim Grolms',
    ANNO     => 'Anno Siegel',
    CFAERBER => 'Claus Färber',
    CORION   => 'Max Maischein',
    DATA     => 'Danijel Tašov',
    EIKEG    => 'Eike Grote',
    FANY     => 'Martin H. Sluka',
    FLORA    => 'Florian "rafl" Ragwitz',



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