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
|
name = Markdent
author = Dave Rolsky <autarch@urth.org>
license = Perl_5
copyright_holder = Dave Rolsky
; authordep Dist::Zilla::PluginBundle::DROLSKY = 1.18
[@DROLSKY]
dist = Markdent
next_release_width = 6
prereqs_skip = HTML::Differences
stopwords = API
stopwords = CLI
stopwords = CaptureEvents
stopwords = EndCode
stopwords = GitHub
stopwords = Gruber
stopwords = Gruber's
stopwords = HTMLStream
stopwords = MARKDENT
stopwords = Markdent
stopwords = Markdent's
stopwords = Markdown
stopwords = PayPal
stopwords = Rolsky
stopwords = SHAs
stopwords = StartCode
stopwords = StartEmphasis
stopwords = StartLink
stopwords = XML's
stopwords = blockquote
stopwords = blockquotes
stopwords = colspan
stopwords = doctype
stopwords = escapeable
stopwords = esque
stopwords = html
stopwords = inline
stopwords = lang
stopwords = mdtest
stopwords = namespace
stopwords = parameterized
stopwords = parser's
stopwords = parsers
stopwords = preformatted
stopwords = strikethrough
stopwords = unordered
stopwords = uri
stopwords = wiki
Test::CleanNamespaces.skip = ^Markdent::(?:Regexes|Types(?:::Internal)?)$
use_github_issues = 1
-remove = Git::CheckFor::MergeConflicts
; Unfortunately some of the test files have trailing spaces and tabs
-remove = Test::EOL
-remove = Test::NoTabs
-remove = Test::Pod::Coverage::Configurable
; For some reason it can't find Text::Markdown on MetaCPAN
-remove = Test::Portability
-remove = Test::Synopsis
[Prereqs / DevelopRequires]
HTML::Differences = 0
Pod::Coverage::Moose = 0.02
Test::Pod::Coverage = 1.04
|