Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: bcbede66ea9b2d1ecf2388cdeaa9690250ef7aee https://github.com/Perl/perl5/commit/bcbede66ea9b2d1ecf2388cdeaa9690250ef7aee Author: James E Keenan <jkee...@cpan.org> Date: 2022-11-28 (Mon, 28 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. Commit: 4d597d86ca65c369680ced9b942edbde4a6ec0a7 https://github.com/Perl/perl5/commit/4d597d86ca65c369680ced9b942edbde4a6ec0a7 Author: James E Keenan <jkee...@cpan.org> Date: 2022-11-28 (Mon, 28 Nov 2022) Changed paths: M ext/Pod-Html/t/lib/Testing.pm Log Message: ----------- Testing.pm: minor grammatical corrections and docs tidying Compare: https://github.com/Perl/perl5/compare/285903d31244...4d597d86ca65