This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #109570] Fix off-by-1 error in arybase’s lslice
[perl5.git] / ext / Pod-Html / lib /
2012-01-17 Nicholas ClarkMake Pod::Html more robust against malformed L<> contents.
2011-10-31 Marc GreenAdd Marc Green an an AUTHOR of Pod::Html
2011-10-31 Marc GreenUpdate version number (1.11 -> 1.12)
2011-10-31 Marc GreenClean up some documentation
2011-10-31 Marc GreenUnixify the whole path, not just $dir.$file
2011-10-31 Marc GreenFix crossref cross platform compatability issues
2011-10-31 Marc GreenFix crossref bug
2011-10-31 Marc GreenTabs -> Spaces
2011-10-31 Marc GreenImplement option to disable POD ERRORS section
2011-10-31 Marc GreenImplement --recurse and update test cases
2011-10-31 Marc GreenFix bug with removal of Podroot from each Podpath
2011-10-31 Marc GreenAlways anchor =item definitions.
2011-10-31 Marc GreenUpdate htmlfeature.t for new p2h; fix typo in Html
2011-10-31 Marc GreenFix --backlink bug; add some documentation
2011-10-31 Marc GreenUse catdir (not catfile) to avoid a leading '//'
2011-10-31 Marc GreenFix bug dealing with PODS not in %Pages
2011-10-31 Marc GreenFix cross reference bug
2011-10-31 Marc GreenMove Pod::Simple::XHTML::LocalPodLinks into Pod::Html
2011-10-31 Marc GreenAdd $Htmlfileurl to support relativizing crossrefs
2011-10-31 Marc GreenFix ::Search callback arg; fix @Podpath mapping
2011-10-31 Marc GreenFix minor formatting
2011-10-31 Marc GreenRemove --libpods feature
2011-10-31 Marc GreenReimplement --header, $bodystyle, $tdstyle
2011-10-31 Marc GreenStart to reimplement --header
2011-10-31 Marc GreenConsider $Podroot when finding PODs; consider $Quiet
2011-10-31 Marc GreenFinish skeleton version of Pod::Html
2011-10-31 Marc GreenCreate lib/ dir; begin writing ::Search object
2011-10-31 Marc GreenUse Pod::Simple::Search to resolve L<> directives
2011-10-31 Marc GreenContinue to transition to ::LocalPodLinks
2011-10-31 Marc GreenRemove spurious code after start of parser switch
2011-10-31 Marc GreenStart replacing home made pod parser with ::Simple
2011-10-31 Marc GreenTemporarily remove --header feature
2011-10-31 Marc GreenRemove cache feature for simplicity
2011-10-31 Marc GreenRemove deprecated --netscape flag
2011-08-27 Florian RagwitzGive Pod-Html a more modern dist layout