summaryrefslogtreecommitdiff
path: root/ext/Pod-Html
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix portability issue with Pod::Html test caseMarc Green2012-02-061-2/+2
* Modernize the use of open() (copied from old code)Marc Green2012-02-061-6/+6
* Re-add cache featureMarc Green2012-02-064-14/+209
* Make Pod::Html more robust against malformed L<> contents.Nicholas Clark2012-01-171-2/+2
* Purge references to --netscape and --libpods, no longer in Pod::HtmlNicholas Clark2012-01-171-19/+1
* Dynamically create and delete testdir/test.lib/smoke-me/gsoc-podMarc Green2011-10-3111-66/+132
* Add Marc Green an an AUTHOR of Pod::HtmlMarc Green2011-10-311-1/+3
* Rename 2 tests, update files that reference themMarc Green2011-10-3114-25/+25
* Update version number (1.11 -> 1.12)Marc Green2011-10-311-1/+1
* Clean up some documentationMarc Green2011-10-311-6/+5
* Clean up test cases, rename a fewMarc Green2011-10-3121-86/+66
* Stop prepending $volume onto $cwd --podrootMarc Green2011-10-311-1/+1
* Unixify the whole path, not just $dir.$fileMarc Green2011-10-311-2/+1
* Fix crossref cross platform compatability issuesMarc Green2011-10-3110-65/+106
* Fix crossref bugMarc Green2011-10-312-22/+20
* Tabs -> SpacesMarc Green2011-10-312-141/+88