1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
---
abstract: 'HTML to text conversion with links as footnotes'
author:
- 'Struan Donald. E<lt>struan@cpan.orgE<gt>'
- "Ian Malpass E<lt>ian@indecorous.comE<gt> was responsible for the custom \nformatting bits and the nudge to release the code."
- "Simon Dassow E<lt>janus@errornet.de<gt> for the anchor_links option plus \na few bugfixes and optimisations"
- 'Thomas Sibley E<lt>trs@bestpractical.comE<gt> patches for skipping links that are their urls and to change the delimiters for bold and italic text..'
build_requires:
Test::More: 0
configure_requires:
Module::Build: 0.38
dynamic_config: 1
generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.112150'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: HTML-FormatText-WithLinks
provides:
HTML::FormatText::WithLinks:
file: lib/HTML/FormatText/WithLinks.pm
version: 0.15
requires:
HTML::FormatText: 2
HTML::TreeBuilder: 0
URI::WithBase: 0
resources:
license: http://dev.perl.org/licenses/
repository: https://github.com/struan/html-formattext-withlinks
version: 0.15
|