summaryrefslogtreecommitdiff
path: root/ext/Pod-Html/lib
Commit message (Expand)AuthorAgeFilesLines
* Reword pod2html crossref err msgs; show only if $verboseMarc Green2020-02-111-10/+17
* Fix Pod::Html for EBCDICKarl Williamson2017-12-271-2/+2
* fix links in generated HTML documentationZefram2017-12-141-12/+7
* automatic titling in Pod::HtmlZefram2017-12-131-25/+60
* Replace multiple 'use vars' by 'our' in extNicolas R2017-11-111-5/+4
* Don't recognize the --libpods option in Pod::HtmlAbigail2017-01-161-4/+2
* (perl #127834) bump versions of modules in dists we updated a utility inTony Cook2016-07-261-1/+1
* 'use locale' no longer ever fails.to compileKarl Williamson2014-06-051-6/+2
* Pod::Html: use parent instead of baseRicardo Signes2013-09-121-2/+2
* pod2html output concernsTony Cook2013-07-191-5/+3
* Synchronize pod2html usage output and its POD textPetr Písař2013-06-091-4/+9
* Revert "Bump Pod::Html to 1.19"Chris 'BinGOs' Williams2013-02-281-1/+1
* Bump Pod::Html to 1.19Chris 'BinGOs' Williams2013-02-281-1/+1
* Enable perl core tests to pass when locale support is not available.Jess Robinson2013-02-091-3/+6
* Make Pod::Html::_unixify unescape dots on VMS.Craig A. Berry2013-01-061-1/+2
* Bump $Pod::Html::VERSION to reflect the changes of commit 978af2c644ee9abf.Nicholas Clark2012-06-041-1/+1
* Add --libpods back as a non-functional option to pod2html.Steve Peters2012-05-041-1/+3
* Since the HTML files generated by pod2html claim to have a utf-8 charset,Steve Peters2012-05-041-0/+1
* disable codes_in_verbatim for Pod::HtmlRicardo Signes2012-04-261-0/+1
* Set *.html permissions in installhtml.Craig A. Berry2012-04-191-0/+1
* allow "." in directory nameRicardo Signes2012-04-191-1/+1
* make Pod-Html's _unixify normalize Win32 drive lettersRicardo Signes2012-04-151-1/+2
* Sisyphus's fix for pod2htmlRicardo Signes2012-03-121-0/+9
* Bump Pod::Html version.Craig A. Berry2012-02-281-1/+1
* Better cross-platform unixify for Pod::Html.Craig A. Berry2012-02-281-3/+25
* unixify paths a bit more systematicaly in Pod-HtmlRicardo Signes2012-02-221-21/+15
* unixify the --outfile arg to pod2htmlRicardo Signes2012-02-211-0/+6
* Fix bug in pod2html crossreferencingMarc Green2012-02-201-19/+18
* avoid making a new top-level package for one helperRicardo Signes2012-02-071-22/+11
* Modernize the use of open() (copied from old code)Marc Green2012-02-061-6/+6
* Re-add cache featureMarc Green2012-02-061-14/+134
* Make Pod::Html more robust against malformed L<> contents.Nicholas Clark2012-01-171-2/+2
* Add Marc Green an an AUTHOR of Pod::HtmlMarc Green2011-10-311-1/+3
* Update version number (1.11 -> 1.12)Marc Green2011-10-311-1/+1
* Clean up some documentationMarc Green2011-10-311-6/+5
* Unixify the whole path, not just $dir.$fileMarc Green2011-10-311-2/+1
* Fix crossref cross platform compatability issuesMarc Green2011-10-311-15/+44
* Fix crossref bugMarc Green2011-10-311-12/+19
* Tabs -> SpacesMarc Green2011-10-311-89/+88
* Implement option to disable POD ERRORS sectionMarc Green2011-10-311-39/+54
* Implement --recurse and update test casesMarc Green2011-10-311-1/+1
* Fix bug with removal of Podroot from each PodpathMarc Green2011-10-311-2/+7
* Always anchor =item definitions.Marc Green2011-10-311-0/+1
* Update htmlfeature.t for new p2h; fix typo in HtmlMarc Green2011-10-311-2/+2
* Fix --backlink bug; add some documentationMarc Green2011-10-311-4/+10
* Use catdir (not catfile) to avoid a leading '//'Marc Green2011-10-311-1/+2
* Fix bug dealing with PODS not in %PagesMarc Green2011-10-311-4/+4
* Fix cross reference bugMarc Green2011-10-311-41/+68
* Move Pod::Simple::XHTML::LocalPodLinks into Pod::HtmlMarc Green2011-10-311-1/+75
* Add $Htmlfileurl to support relativizing crossrefsMarc Green2011-10-311-11/+28