Deprecated.
The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.
NAME
MetaCPAN::API::Module - Module information for MetaCPAN::API
VERSION
version 0.51
DESCRIPTION
This role provides MetaCPAN::API with fetching information about modules.
More specifically, this returns the .pm
file of that module.
METHODS
module
my $result = $mcpan->module('MetaCPAN::API');
Searches MetaCPAN and returns a module's .pm
file.
file
This used to be a synonym of module
, but the functionality has now moved to MetaCPAN::API::File.
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.