summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2022-11-25 19:56:10 +0000
committerJames E Keenan <jkeenan@cpan.org>2022-11-28 22:37:37 +0000
commitbcbede66ea9b2d1ecf2388cdeaa9690250ef7aee (patch)
treea983401481f52b8b74fe8f41df6b835b57327911 /MANIFEST
parent285903d31244ff873b8ac875054b1140f8f60815 (diff)
downloadperl-bcbede66ea9b2d1ecf2388cdeaa9690250ef7aee.tar.gz
Pod-Html auxiliary subroutines now imported only from Pod::Html::Util
As part of the refactoring of Pod-Html conducted during the 5.35/5.36 development cycle, three subroutines were moved from ext/Pod-Html/lib/Pod/Html.pm to ext/Pod-Html/lib/Pod/Html/Util.pm. To allow for the possibility that someone might have been importing any of these subroutines from Pod::Html, in 5.36 we imported them from Pod::Html::Util and allowed their re-exporting and noted in the documentation that this proviso would be for 5.36 only (68327975be0). As of 5.38 we can dispense with this proviso and remove the test file used to exercise it as well. Update pod/perldelta.pod as needed. Keep porting tests happy.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 45ff118394..20427253fc 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4398,7 +4398,6 @@ 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