diff options
author | James E Keenan <jkeenan@cpan.org> | 2022-11-25 19:56:10 +0000 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2022-11-28 22:37:37 +0000 |
commit | bcbede66ea9b2d1ecf2388cdeaa9690250ef7aee (patch) | |
tree | a983401481f52b8b74fe8f41df6b835b57327911 /pod | |
parent | 285903d31244ff873b8ac875054b1140f8f60815 (diff) | |
download | perl-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 'pod')
-rw-r--r-- | pod/perldelta.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 6605efab1c..b8493d670c 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -137,6 +137,12 @@ L<XXX> has been upgraded from version A.xx to B.yy. If there was something important to note about this change, include that here. +=item * + +L<Pod::Html> has been upgraded from version 1.33 to 1.34. Three auxiliary +subroutines previously importable from Pod::Html must now be imported from +Pod::Html::Util. + =back =head2 Removed Modules and Pragmata |