Subject: | redundant specialization of ReadmeAnyFromPod |
This plugin doesn't add any value on top of Dist::Zilla::Plugin::ReadmeAnyFromPod -- all you need to do is use a version of Pod::Markdown that fixes the 'perldoc_url_prefix' setting (which already defaults to 'metacpan').
I recommend you deprecate this module -- achievable by:
- add a deprecation notice to the '=head1 NAME'
- remove all code ([ReadmeAnyFromPod] already works!)
- add a hard dep to the fixed Pod::Markdown version
- and maybe a warn() in code that the module is deprecated
Thanks for the effort, but it was the pod->markdown conversion that was faulty.