diff options
author | James E Keenan <jkeenan@cpan.org> | 2021-03-14 00:08:47 +0000 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2021-07-06 01:08:03 +0000 |
commit | d32e5dc4f13e3a8f42c445ab32d50f7aff8d1cd7 (patch) | |
tree | ff7112dbcfe220d0d6382fad5728f18136c359fd /MANIFEST | |
parent | 1906cbf52f374975647233a566ec1c711cfed623 (diff) | |
download | perl-d32e5dc4f13e3a8f42c445ab32d50f7aff8d1cd7.tar.gz |
Introduce Pod::Html::Auxiliary
This package will hold helper subroutines used within the main package
or in tests. They can be placed in a separate module and imported into
Pod::Html because they won't depend on having the globals passed as an
argument. They will also be potentially independently testable.
Start with html_escape().
Move anchorify(), htmlify() to Auxiliary.pm. Also _unixify -- now as unixify().
Move relativize_url() to Auxiliary.
Move usage() to Auxiliary.
Move trim_leading_whitespace to Auxiliary.
Move parse_command_line() to Auxiliary.
Keep porting tests happy. Increment $VERSION. Run: ./perl -Ilib
regen/lib_cleanup.pl
anchorify.t, eol.t: Correct excessive corrections.
Standardize setting of $VERSION.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4324,6 +4324,7 @@ ext/Pod-Html/bin/pod2html Translator to turn pod into HTML ext/Pod-Html/corpus/perlpodspec-copy.pod ext/Pod-Html/corpus/perlvar-copy.pod ext/Pod-Html/lib/Pod/Html.pm Convert POD data to HTML +ext/Pod-Html/lib/Pod/Html/Auxiliary.pm Helper functions for Pod-Html ext/Pod-Html/t/anchorify.t ext/Pod-Html/t/cache.pod ext/Pod-Html/t/cache.t |