Acme-CPANAuthors-You-re_using

 view release on metacpan or  search on metacpan

samples/list_authors  view on Meta::CPAN

#!perl

use strict;
use warnings;

use Acme::CPANAuthors;

my $authors = Acme::CPANAuthors->new("You're_using");
print $authors->name($_) . " ($_)\n" for $authors->id;



( run in 0.851 second using v1.01-cache-2.11-cpan-5c0b1e786e0 )