
MetaCPAN::API::Module - Module information for MetaCPAN::API

version 0.43

This role provides MetaCPAN::API with fetching information about modules.
More specifically,
this returns the .pm file of that module.

my $result = $mcpan->module('MetaCPAN::API');
Searches MetaCPAN and returns a module's .pm file.
A synonym of module.

Sawyer X <xsawyerx@cpan.org>

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.