Branch: refs/heads/smoke-me/jkeenan/auxiliary-functions-20221125
Home: https://github.com/Perl/perl5
Commit: 8d24772c38c363c0890aec296a9da094b511476d
https://github.com/Perl/perl5/commit/8d24772c38c363c0890aec296a9da094b511476d
Author: James E Keenan <[email protected]>
Date: 2022-11-25 (Fri, 25 Nov 2022)
Changed paths:
M MANIFEST
M ext/Pod-Html/lib/Pod/Html.pm
M ext/Pod-Html/lib/Pod/Html/Util.pm
R ext/Pod-Html/t/anchorify-536.t
M ext/Pod-Html/t/lib/Testing.pm
M pod/perldelta.pod
Log Message:
-----------
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.