summaryrefslogtreecommitdiff
path: root/ext/Pod-Html
Commit message (Expand)AuthorAgeFilesLines
* Reword pod2html crossref err msgs; show only if $verboseMarc Green2020-02-112-12/+21
* Fix Pod::Html for EBCDICKarl Williamson2017-12-271-2/+2
* fix links in generated HTML documentationZefram2017-12-142-24/+19
* automatic titling in Pod::HtmlZefram2017-12-1312-36/+71
* Replace multiple 'use vars' by 'our' in extNicolas R2017-11-111-5/+4
* fix ext/Pod-Html/t/*.t that assumed '.' in @INCDavid Mitchell2017-04-0715-15/+15
* Don't recognize the --libpods option in Pod::HtmlAbigail2017-01-161-4/+2
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-2/+2
* (perl #127834) bump versions of modules in dists we updated a utility inTony Cook2016-07-261-1/+1
* (perl #127834) remove . from the end of @INC if complex modules are loadedTony Cook2016-07-261-0/+1
* Start fixing some pod pedantic errorsKarl Williamson2015-09-031-47/+47
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-284-4/+4
* Fixes for Pod-HTML tests after Pod-Simple updateJames E Keenan2015-01-182-3/+7
* '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-1915-21/+19
* [perl #113926] fix a hash randomization bugTony Cook2013-06-241-2/+2
* [perl #113926] add tests for Pod::Html::anchorify()James E Keenan2013-06-241-0/+96
* Documentation corrections from Wallace Reis++.James E Keenan2013-06-232-0/+10
* Synchronize pod2html usage output and its POD textPetr Písař2013-06-092-10/+113
* ext/Pod-Html/testdir/perlvar-copy.pod: Fix broken pod linksKarl Williamson2013-03-181-2/+2
* 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
* correct Pod-Html tests for new Pod-Simple outputRicardo Signes2013-02-285-12/+12
* 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
* Pod::Html test portability redux.Craig A. Berry2013-01-066-18/+23
* silence warning about use of --libpodsRobin Barker2012-07-131-1/+0
* 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-042-2/+4
* 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-263-0/+5
* 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-153-3/+4
* make the pod2html tests work with fs with volssmoke-me/pod-htmlRicardo Signes2012-03-121-5/+5
* Sisyphus's fix for pod2htmlRicardo Signes2012-03-121-0/+9
* Bump Pod::Html version.Craig A. Berry2012-02-281-1/+1
* Portability tweaks to Pod::Html's cache.t.Craig A. Berry2012-02-281-3/+4
* Better cross-platform unixify for Pod::Html.Craig A. Berry2012-02-281-3/+25
* Different differences for Pod::Html tests.Craig A. Berry2012-02-281-10/+12
* work harder to get useful diagnostics on Win32Ricardo Signes2012-02-222-17/+23
* unixify paths a bit more systematicaly in Pod-HtmlRicardo Signes2012-02-221-21/+15
* don't assume that filesys starts at / in Pod-HtmlRicardo Signes2012-02-212-4/+5
* unixify the --outfile arg to pod2htmlRicardo Signes2012-02-211-0/+6
* Fix bug in pod2html crossreferencingMarc Green2012-02-204-20/+227
* Pod::Html's feature2.t needs to match path separators portably.Nicholas Clark2012-02-151-1/+1
* add --quiet to silence noisy testsRobin Barker2012-02-128-3/+25
* Move lib/Pod/t/eol.t to ext/Pod-Html, as it's testing Pod::Html.Nicholas Clark2012-02-081-0/+71
* avoid making a new top-level package for one helperRicardo Signes2012-02-071-22/+11