EPublisher::Source::Plugin::PerltutsCom - Get POD from tutorials published on perltuts.com
version 0.4
my $source_options = { type => 'PerltutsCom', name => 'Moose' }; my $url_source = EPublisher::Source->new( $source_options ); my $pod = $url_source->load_source;
$url_source->load_source;
reads the URL
Renee Baecker <module@renee-baecker.de>
This software is Copyright (c) 2012 by Renee Bäcker.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)