Acme::CPANAuthors::Booking - Booking.com CPAN authors


Acme-CPANAuthors-Booking documentation  | view source Contained in the Acme-CPANAuthors-Booking distribution.

Index


NAME

Top

Acme::CPANAuthors::Booking - Booking.com CPAN authors

SYNOPSIS

Top

 use Acme::CPANAuthors;

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

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

See documentation for Acme::CPANAuthors for more details.

DESCRIPTION

Top

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

BUGS

Top

As soon as Booking.com hires a new CPAN author, this module is out of date.

COMMERCIAL BREAK

Top

Booking.com is hiring. Send your resume to mailto:cpan@abigail.be if you are interested.

DEVELOPMENT

Top

The current sources of this module are found on github, git://github.com/Abigail/Acme--CPANAuthors--Booking.git.

AUTHOR

Top

Abigail, mailto:cpan@abigail.be.

COPYRIGHT and LICENSE

Top

INSTALLATION

Top

To install this module, run, after unpacking the tar-ball, the following commands:

   perl Makefile.PL
   make
   make test
   make install


Acme-CPANAuthors-Booking documentation  | view source Contained in the Acme-CPANAuthors-Booking distribution.