Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 68327975be0888d6cf8425ec1fb62510c1321310
https://github.com/Perl/perl5/commit/68327975be0888d6cf8425ec1fb62510c1321310
Author: James E Keenan <[email protected]>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M MANIFEST
M ext/Pod-Html/lib/Pod/Html.pm
M ext/Pod-Html/lib/Pod/Html/Util.pm
A ext/Pod-Html/t/anchorify-536.t
M ext/Pod-Html/t/anchorify.t
M ext/Pod-Html/t/lib/Testing.pm
M pod/perldeprecation.pod
Log Message:
-----------
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