This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Pod-Html: document new location for utility functions 19036/head
authorJames E Keenan <jkeenan@cpan.org>
Tue, 3 Aug 2021 17:29:29 +0000 (17:29 +0000)
committerJames E Keenan <jkeenan@cpan.org>
Tue, 10 Aug 2021 20:03:58 +0000 (20:03 +0000)
commit68327975be0888d6cf8425ec1fb62510c1321310
tree8e350c0e99b62d379472ce1ee1f13559ba43b9d5
parent7e18321c957fcae8d9b16428c51f22dea10040b1
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
MANIFEST
ext/Pod-Html/lib/Pod/Html.pm
ext/Pod-Html/lib/Pod/Html/Util.pm
ext/Pod-Html/t/anchorify-536.t [new file with mode: 0644]
ext/Pod-Html/t/anchorify.t
ext/Pod-Html/t/lib/Testing.pm
pod/perldeprecation.pod