NAME
MetaCPAN::API::POD - POD information for MetaCPAN::API
VERSION
version 0.02
DESCRIPTION
This role provides MetaCPAN::API with several methods to get the CPAN Ratings information.
ATTRIBUTES
pod_prefix
This attribute helps set the path to the POD requests in the REST API. You will most likely never have to touch this as long as you have an updated version of MetaCPAN::API.
Default: pod.
This attribute is read-only (immutable), meaning that once it's set on initialize (via new()
), you cannot change it. If you need to, create a new instance of MetaCPAN::API. Why is it immutable? Because it's better.
METHODS
search_pod
my $result = $mcpan->search_pod('MetaCPAN::API');
Search for the POD of a specific module.
AUTHOR
Sawyer X <xsawyerx@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 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.