This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fixes for "installhtml --splithead", based on :
authorSteve Hay <SteveHay@planit.com>
Wed, 2 Apr 2003 11:33:41 +0000 (12:33 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 2 Apr 2003 18:46:31 +0000 (18:46 +0000)
commit776d31feeb0161f4118b833a7b36f8270236bd3b
tree781a8391b64c0d4546e1e174ff80e0862e087ed4
parent7f18b612425de6038ac70eda799f641227e16a64
Fixes for "installhtml --splithead", based on :
Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
Message-ID: <3E8ABC85.5060807@uk.radan.com>

This also includes a small patch to Pod::Html : when generating
anchor names, play on the safe side and turn every non-alphanumeric
character into an '_'. Moreover, Pod::Html::anchorify() is now
optionally exported.

p4raw-id: //depot/perl@19136
installhtml
lib/Pod/Html.pm