The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version 0.52

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],
ARISTOTLE => q[Aristotle Pagaltzis],
ATOOMIC => q[icolas .],
AUDREYT => q[Audrey Tang],
BINGOS => q[Chris Williams],
CAPOEIRAB => q[Chase Whitener],
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],
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],
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],
MSCHWERN => q[Michael G Schwern],
MSHELOR => q[Mark Shelor],
NEILB => q[Neil Bowers],
NTHYKIER => q[Niels Thykier],
NWCLARK => q[Nicholas Clark],
OVID => q[Curtis 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) 2023 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.