NAME
App::Zapzi::Fetchers::POD - fetch article from a named POD module
VERSION
version 0.016
DESCRIPTION
This class reads POD from a given module name, eg 'Foo::Bar'
METHODS
name
Name of transformer visible to user.
handles($content_type)
Returns a valid filename if this module handles the given content-type. For POD this means it will search @INC
for a matching file.
fetch
Reads the POD file into the application.
AUTHOR
Rupert Lane <rupert@rupert-lane.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Rupert Lane.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.