NAME

Acme::CPANAuthors::Arabic - We are the Arabic-speaking CPAN authors

SYNOPSIS

use Acme::CPANAuthors;

  my $authors  = Acme::CPANAuthors->new("Arabic");

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

DESCRIPTION

This class provides a hash of Arabic CPAN authors' PAUSE ID and name to the Acme::CPANAuthors module.

MAINTENANCE

If you are a Arabic CPAN author not listed here, please send me your ID/name via email or RT so we can always keep this module up to date. If there's a mistake and you're listed here but are not Arabic (or just don't want to be listed), sorry for the inconvenience: please contact me and I'll remove the entry right away.

AUTHOR

Ahmad M. Zawawi, <ahmad.zawawi at gmail.com>

BUGS

Please report any bugs or feature requests to bug-acme-cpanauthors-arabic at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CPANAuthors-Arabic. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Acme::CPANAuthors::Arabic

You can also look for information at:

COPYRIGHT & LICENSE

Copyright 2009 Ahmad M. Zawawi, all rights reserved.

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