NAME

Acme::CPANAuthors::DualLife - We are CPAN Authors of Dual Life core modules

VERSION

version 0.48

SYNOPSIS

use Acme::CPANAuthors;

my $authors  = Acme::CPANAuthors->new('DualLife');

my $number   = $authors->count;
my @ids      = $authors->id;
my @distros  = $authors->distributions("BINGOS");
my $url      = $authors->avatar_url("BINGOS");
my $kwalitee = $authors->kwalitee("BINGOS");
my $name     = $authors->name("BINGOS");

DESCRIPTION

This class provides a hash of dual-life core module Authors' PAUSE ID and name to the Acme::CPANAuthors module.

It is currently statically generated information, I hope to make it dynamic in the future.

CONTAINED AUTHORS

AMBS => q[Alberto Manuel Brandao Simoes],
ANDK => q[Andreas J. Koenig],
ATOOMIC => q[Nicolas R.],
AUDREYT => q[Audrey Tang],
BINGOS => q[Chris Williams],
CHORNY => q[Alexandr Ciornii],
CORION => q[Max Maischein],
DAGOLDEN => q[David Golden],
DANKOGAI => q[Dan Kogai],
DAPM => q[David A P Mitchell],
DROLSKY => q[Dave Rolsky],
DWHEELER => q[David E. Wheeler],
ESAYM => q[Samuel Smith],
ETHER => q[Karen Etheridge],
EXODIST => q[Chad Granum],
FERREIRA => q[Adriano Ferreira],
FLORA => q[Florian Ragwitz],
GAAS => q[Gisle Aas],
HAARG => q[Graham Knop],
HMBRAND => q[H.Merijn Brand],
ISHIGAKI => q[Kenichi Ishigaki],
JDB => q[Jan Dubois],
JDHEDDEN => q[Jerry D. Hedden],
JESSE => q[Jesse Vincent],
JKEENAN => q[James E Keenan],
JPEACOCK => q[John Peacock],
JSTOWE => q[Jonathan Stowe],
JV => q[Johan Vromans],
KANE => q[Jos Boumans],
KHW => q[Karl Williamson],
LEEJO => q[Lee Johnson],
LEONT => q[Leon Timmermans],
MALLEN => q[Mark Allen],
MAREKR => q[Marek Rouchal],
MHX => q[Marcus Holland-Moritz],
MJD => q[Mark Jason Dominus],
MSCHWERN => q[Michael G Schwern],
MSHELOR => q[Mark Shelor],
MUIR => q[David Muir Sharnoff],
NEILB => q[Neil Bowers],
NTHYKIER => q[Niels Thykier],
NWCLARK => q[Nicholas Clark],
OVID => q[Curtis 'Ovid' Poe],
PEVANS => q[Paul Evans],
PJACKLAM => q[Peter John Acklam],
PMQS => q[Paul Marquess],
RGARCIA => q[Rafael Garcia-Suarez],
RJBS => q[Ricardo SIGNES],
RMBARKER => q[Robin Barker],
RRA => q[Russ Allbery],
RURBAN => q[Reini Urban],
SADAHIRO => q[SADAHIRO Tomoyuki],
SALVA => q[Salvador Fandino Garcia],
SAPER => q[Sebastien Aperghis-Tramoni],
SBECK => q[Sullivan Beck],
SHAY => q[Steve Hay],
SIMONW => q[Simon Wistow],
SMUELLER => q[Steffen Mueller],
TJENNESS => q[Tim Jenness],
TODDR => q[Todd Rinaldo],
TOMHUGHES => q[Tom Hughes],
XSAWYERX => q[Sawyer X],
ZEFRAM => q[Andrew Main (Zefram)],

SEE ALSO

Acme::CPANAuthors

POE

AUTHOR

Chris Williams

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Chris Williams.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.