
EPublisher::Source::Plugin::MetaCPAN - Get POD from distributions via MetaCPAN

version 0.23

my $source_options = { type => 'MetaCPAN', module => 'Moose' };
my $url_source = EPublisher::Source->new( $source_options );
my @pod = $url_source->load_source;

Those options can be passed to this plugin:

my @pod = $url_source->load_source;
returns a list of documentation for the given distribution. Each element of the list is a hashref that looks like
{
pod => '=head1 EPublisher...',
filename => 'Epublisher.pm',
title => 'EPublisher,
}
Where
Complete POD documentation extracted from the file
Basename of the file where the documentation was found
Full path of the file with some substitutions:

Renee Baecker <module@renee-baecker.de>, Boris Daeppen <boris_daeppen@bluewin.ch>

This software is Copyright (c) 2012 by Renee Bäcker, Boris Däppen.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)