summaryrefslogtreecommitdiff
path: root/ext/Pod-Html/lib
Commit message (Expand)AuthorAgeFilesLines
* Increment $VERSION throughoutJames E Keenan2021-07-112-2/+2
* Re-arrange subs in calling orderJames E Keenan2021-07-112-141/+140
* Use lowercase for lexical variables -- even filehandlesJames E Keenan2021-07-061-6/+6
* After eval-ing $VERSION, assign return value back to $VERSIONJames E Keenan2021-07-061-2/+1
* Pod-Html: rename Auxiliary.pm to Util.pmJames E Keenan2021-07-062-6/+6
* Keep $VERSION in synchJames E Keenan2021-07-061-1/+1
* Introduce refine_parser()James E Keenan2021-07-061-49/+51
* Introduce generate_cache() and identify_input()James E Keenan2021-07-061-42/+61
* Rename one method per suggestion from rjbsJames E Keenan2021-07-061-2/+2
* Introduce internal sub set_Title();James E Keenan2021-07-061-18/+23
* Introduce internal sub refine_globals()James E Keenan2021-07-061-19/+25
* Create internal sub parse_input_for_podtree()James E Keenan2021-07-061-13/+20
* Remove last hard-tabs from Html.pmJames E Keenan2021-07-061-13/+12
* Create sub write_file()James E Keenan2021-07-061-17/+21
* Introduce Pod::Html::AuxiliaryJames E Keenan2021-07-062-246/+310
* Start refactoring lib/Pod/Html.pmJames E Keenan2021-07-061-133/+128
* Remove inheritance from Exporter in ext/ modulesMax Maischein2021-06-251-3/+2
* Merge branch 'pod-html-duplicate-assignment-20210312' into bleadJames E Keenan2021-03-141-2/+1
|\
| * Eliminate double assignment from @_James E Keenan2021-03-121-3/+2
* | Remove duplicate call to init_globals()James E Keenan2021-03-141-3/+1
|/
* Bump the versionScott Baker2020-11-031-1/+1
* Leave tabstops at 8Scott Baker2020-11-031-2/+1
* Use Text::Tabs to convert tabs to spaces insteadScott Baker2020-11-031-11/+4
* Change wording on source of codeScott Baker2020-11-031-1/+1
* Make pod2html remove whitespace from literal blocksScott Baker2020-11-031-0/+32
* 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