The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dist::Zilla::Plugin::LocalHTML::Pod2HTML - Pod::Simple::HTML wrapper to generate local links for project modules.

VERSION

version v0.2.5

ATTRIBUTES

callerPlugin

Points back to the parent plugin object.

prefixRx

Contains regexp for matching local modules.

local_files

List of files to build docs for.

METHODS

Inherited from Pod::Simple::HTML

init_prefixRx

Builder for prefixRx attribute. Generates regexp from caller plugin local_prefix attribute.

init_local_files

Builder for local_files attribute. Records local files to be processed.

AUTHOR

Vadim Belman <vrurg@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Vadim Belman.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.