summaryrefslogtreecommitdiff
path: root/ext/Pod-Html/lib
Commit message (Expand)AuthorAgeFilesLines
* Pod-Html auxiliary subroutines now imported only from Pod::Html::UtilJames E Keenan2022-11-282-9/+6
* Pod::Html: correct line dropped in 13f1edeb52James E Keenan2021-08-231-0/+1
* Pod::Html: remove debugging artifactJames E Keenan2021-08-231-1/+1
* Pod::Html: remove debugging artifactJames E Keenan2021-08-231-1/+0
* Pod::Html: assign directly to array refJames E Keenan2021-08-231-1/+3
* Pod-Html: remove commented-out codeJames E Keenan2021-08-232-12/+1
* Introduce $self->{Pages}James E Keenan2021-08-231-10/+14
* Move $output into the objectJames E Keenan2021-08-231-5/+4
* Replace _save_pages() with _transform()James E Keenan2021-08-231-22/+18
* Convert 3 more subroutines to method callsJames E Keenan2021-08-231-27/+27
* Turn 3 more internal subroutines into method callsJames E Keenan2021-08-231-16/+15
* Have generate_cache() use objectJames E Keenan2021-08-231-14/+14
* Make get_cache(), cache_key() and load_cache() use objectJames E Keenan2021-08-231-21/+21
* File::Spec::Unix is not needed within package Pod::HtmlJames E Keenan2021-08-231-1/+0
* Start to make Pod::Html object-oriented.James E Keenan2021-08-231-72/+78
* Increment $VERSION to 1.33 in all .pm filesJames E Keenan2021-08-232-2/+2
* Pod::Html::Util: small documentation changesJames E Keenan2021-08-141-1/+3
* Pod::Html: assign directly to array refJames E Keenan2021-08-141-1/+3
* Pod-Html: Simplify the sub which processes optionsJames E Keenan2021-08-142-59/+71
* Pod-Html: document new location for utility functionsJames E Keenan2021-08-102-10/+45
* 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