summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2021-08-03 17:29:29 +0000
committerJames E Keenan <jkeenan@cpan.org>2021-08-10 20:03:58 +0000
commit68327975be0888d6cf8425ec1fb62510c1321310 (patch)
tree8e350c0e99b62d379472ce1ee1f13559ba43b9d5 /MANIFEST
parent7e18321c957fcae8d9b16428c51f22dea10040b1 (diff)
downloadperl-68327975be0888d6cf8425ec1fb62510c1321310.tar.gz
Pod-Html: document new location for utility functions
... along with guidance on changes in perl-5.38. Pod::Html::Util: caution on use of these subroutines outside core. For perl-5.36, these three utility functions will still be importable from Pod::Html, but thereafter they will only be importable from Pod::Html::Util. (They are simply imported and re-exported per suggestion from Graham Knop in GH 19036. Also, (i) add explicit tests for anchorify() and relativize_url() based on how they are used in 'installhtml'; (ii) conduct these tests imported from both Pod::Html::Util (permanently) and Pod::Html (during perl-5.36 only). For: https://github.com/Perl/perl5/pull/19036
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 99677f7ba6..72f8c69d61 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4360,6 +4360,7 @@ 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/Util.pm Helper functions for Pod-Html
ext/Pod-Html/t/anchorify.t
+ext/Pod-Html/t/anchorify-536.t Test Pod-Html utility functions during perl-5.36
ext/Pod-Html/t/cache.pod
ext/Pod-Html/t/cache.t
ext/Pod-Html/t/crossref.pod