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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
---
abstract: 'Parse text markup into HTML'
author:
- 'David E. Wheeler <david@justatheory.com>'
build_requires:
File::Spec::Functions: '0'
Module::Build: '0.4209'
Test::More: '0.96'
configure_requires:
Module::Build: '0.4209'
dynamic_config: 1
generated_by: 'Module::Build version 0.4234, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Text-Markup
provides:
Text::Markup:
file: lib/Text/Markup.pm
version: '0.33'
Text::Markup::Asciidoc:
file: lib/Text/Markup/Asciidoc.pm
version: '0.33'
Text::Markup::Asciidoctor:
file: lib/Text/Markup/Asciidoctor.pm
version: '0.33'
Text::Markup::Bbcode:
file: lib/Text/Markup/Bbcode.pm
version: '0.33'
Text::Markup::Cmd:
file: lib/Text/Markup/Cmd.pm
Text::Markup::CommonMark:
file: lib/Text/Markup/CommonMark.pm
version: '0.33'
Text::Markup::Creole:
file: lib/Text/Markup/Creole.pm
version: '0.33'
Text::Markup::HTML:
file: lib/Text/Markup/HTML.pm
version: '0.33'
Text::Markup::Markdown:
file: lib/Text/Markup/Markdown.pm
version: '0.33'
Text::Markup::Mediawiki:
file: lib/Text/Markup/Mediawiki.pm
version: '0.33'
Text::Markup::Multimarkdown:
file: lib/Text/Markup/Multimarkdown.pm
version: '0.33'
Text::Markup::None:
file: lib/Text/Markup/None.pm
version: '0.33'
Text::Markup::Pod:
file: lib/Text/Markup/Pod.pm
version: '0.33'
Text::Markup::Rest:
file: lib/Text/Markup/Rest.pm
version: '0.33'
Text::Markup::Textile:
file: lib/Text/Markup/Textile.pm
version: '0.33'
Text::Markup::Trac:
file: lib/Text/Markup/Trac.pm
version: '0.33'
requires:
File::BOM: '0.14'
HTML::Entities: '0'
HTML::Tagset: '0'
IPC::Open3: '0'
Parse::BBCode: '0.15'
Pod::Simple::XHTML: '3.15'
Symbol: '0'
Text::Markdown: '1.000004'
Text::MediawikiFormat: '1.0'
Text::MultiMarkdown: '1.000028'
Text::Textile: '2.10'
Text::Trac: '0.10'
Text::WikiCreole: '0.07'
perl: '5.008001'
resources:
homepage: https://metacpan.org/pod/Text::Markup
license: http://dev.perl.org/licenses/
version: '0.33'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|