NAME Acme::CPANAuthors::ToBeLike - BeLike other CPAN Authors VERSION version 0.50 SYNOPSIS use Acme::CPANAuthors; my $authors = Acme::CPANAuthors->new('ToBeLike'); 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 emulatable CPAN Authors' PAUSE ID and name to the Acme::CPANAuthors module. It is generated from the indexed modules on CPAN 02packages.details.txt finding CPAN authors who have a module indexed with BeLike in the name. CONTAINED AUTHORS ABHIISNOT => q[Abhishek Shende], AMD => q[AMD OSRC (AMD Operating System Research Center)], BINGOS => q[Chris Williams], BURAK => q[Burak Gursoy], CADAVIS => q[Chad A Davis], CEBJYRE => q[Glenn Fowler], CHIM => q[Anton Gerasimov], CSJEWELL => q[Curtis Jewell], CSSON => q[Erik Carlsson], DAGOLDEN => q[David Golden], DBR => q[Daniel], DOY => q[Jesse Luehrs], DRAKO => q[Felix Bytow], EST => q[Eddy Eddy], FELLIOTT => q[Fitz Elliott], FIBO => q[Gianluca Casati], FLORA => q[Florian Ragwitz], GENEHACK => q[John SJ Anderson], GETTY => q[Torsten Raudssus], JJNAPIORK => q[John Napiorkowski], JONASBN => q[jonasbn], LESPEA => q[Adam Lesperance], LOGIE => q[Logan Bell], MARCEL => q[base64.tokyo], MELO => q[Pedro Melo], MPERRY => q[Matt Perry], MRUIZ => q[Miquel Ruiz Martin], MSCHOUT => q[Michael Schout], PHIPS => q[Mark Phillips], RJBS => q[Ricardo SIGNES], RJRAY => q[Randy J Ray], RSRCHBOY => q[Chris Weyl], SARTAK => q[Shawn M Moore], SCHWIGON => q[Steffen Schwigon], SHANTANU => q[Shantanu Bhadoria], SONGMU => q[Masayuki Matsuki], TOKUHIROM => q[Tokuhiro Matsuno''], XAERXESS => q[Grzegorz Rozniecki], YANICK => q[Yanick Champoux], ZAKAME => q[Zak B. Elep], SEE ALSO Acme::CPANAuthors Task AUTHOR Chris Williams <chris@bingosnet.co.uk> COPYRIGHT AND LICENSE This software is copyright (c) 2017 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.