MetaCPAN::Client::Role::Entity - A role for MetaCPAN entities
version 2.030000
This is a role to be consumed by all MetaCPAN::Client entities. It provides common attributes and methods.
Hash reference containing all the entity data.
Entities are usually generated using new_from_request which sets the data attribute appropriately by picking the relevant information.
new_from_request
data
Required.
Create a new entity object using a request hash. The hash represents the information returned from a MetaCPAN request. This also sets the data attribute.
Perform type checks & conversion for the incoming data.
Sawyer X <xsawyerx@cpan.org>
Mickey Nasriachi <mickey@cpan.org>
This software is copyright (c) 2016 by Sawyer X.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install MetaCPAN::Client, copy and paste the appropriate command in to your terminal.
cpanm
cpanm MetaCPAN::Client
CPAN shell
perl -MCPAN -e shell install MetaCPAN::Client
For more information on module installation, please visit the detailed CPAN module installation guide.