This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Simplify magic test
[perl5.git] / ext / Pod-Html /
2022-01-04 Michiel BeijenPod::Html: improve all tests
2021-09-01 James E KeenanExercise Pod::Html::Util::html_escape on Title element 19093/head
2021-08-23 James E KeenanPod::Html: correct line dropped in 13f1edeb52 19050/head
2021-08-23 James E KeenanPod::Html: remove debugging artifact
2021-08-23 James E KeenanPod::Html: remove debugging artifact
2021-08-23 James E KeenanPod::Html: assign directly to array ref
2021-08-23 James E KeenanPod-Html: remove commented-out code
2021-08-23 James E KeenanIntroduce $self->{Pages}
2021-08-23 James E KeenanMove $output into the object
2021-08-23 James E KeenanReplace _save_pages() with _transform()
2021-08-23 James E KeenanConvert 3 more subroutines to method calls
2021-08-23 James E KeenanTurn 3 more internal subroutines into method calls
2021-08-23 James E KeenanHave generate_cache() use object
2021-08-23 James E KeenanMake get_cache(), cache_key() and load_cache() use...
2021-08-23 James E KeenanFile::Spec::Unix is not needed within package Pod:...
2021-08-23 James E KeenanStart to make Pod::Html object-oriented.
2021-08-23 James E KeenanIncrement $VERSION to 1.33 in all .pm files
2021-08-14 James E KeenanPod::Html::Util: small documentation changes 18977/head
2021-08-14 James E KeenanPod::Html: assign directly to array ref
2021-08-14 James E KeenanPod-Html: Simplify the sub which processes options
2021-08-10 James E KeenanPod-Html: document new location for utility functions 19036/head
2021-07-11 James E KeenanIncrement $VERSION throughout
2021-07-11 James E KeenanRe-arrange subs in calling order
2021-07-06 James E KeenanUse lowercase for lexical variables -- even filehandles 18950/head
2021-07-06 James E KeenanAfter eval-ing $VERSION, assign return value back to...
2021-07-06 James E KeenanPod-Html: rename Auxiliary.pm to Util.pm
2021-07-06 James E KeenanKeep $VERSION in synch
2021-07-06 James E KeenanIntroduce refine_parser()
2021-07-06 James E KeenanIntroduce generate_cache() and identify_input()
2021-07-06 James E KeenanRename one method per suggestion from rjbs
2021-07-06 James E KeenanIntroduce internal sub set_Title();
2021-07-06 James E KeenanIntroduce internal sub refine_globals()
2021-07-06 James E KeenanCreate internal sub parse_input_for_podtree()
2021-07-06 James E KeenanRemove last hard-tabs from Html.pm
2021-07-06 James E KeenanCreate sub write_file()
2021-07-06 James E KeenanIntroduce Pod::Html::Auxiliary
2021-07-06 James E KeenanStart refactoring lib/Pod/Html.pm
2021-07-06 James E KeenanReduce default arguments for Testing:_prepare_argstable()
2021-07-06 James E KeenanIntroduce Testing::record_state_of_cache()
2021-06-28 James E Keenanext/Pod-Html/t/*.t: Have each file run in tempdir pod2html-single-tempdir-20210510
2021-06-25 Max MaischeinRemove inheritance from Exporter in ext/ modules
2021-03-14 James E KeenanMerge branch 'pod-html-duplicate-assignment-20210312...
2021-03-14 James E KeenanRemove duplicate call to init_globals()
2021-03-12 James E KeenanEliminate double assignment from @_ 18640/head
2021-02-28 James E KeenanTemporarily uncuddle the 'else's
2021-02-28 James E KeenanList the switches without the hyphens
2021-02-28 James E KeenanMake 3rd argument to convert_n_test a hash ref
2021-02-28 James E KeenanStart refactoring convert_n_test()
2020-11-04 Scott BakerBump the version
2020-11-04 Scott BakerFix a failing test
2020-11-04 Scott BakerFix some tests for Pod2HTML
2020-11-04 Scott BakerLeave tabstops at 8
2020-11-04 Scott BakerUse Text::Tabs to convert tabs to spaces instead
2020-11-04 Scott BakerChange wording on source of code
2020-11-04 Scott BakerMake pod2html remove whitespace from literal blocks
2020-02-11 Marc GreenReword pod2html crossref err msgs; show only if $verbose
2017-12-28 Karl WilliamsonFix Pod::Html for EBCDIC
2017-12-14 Zeframfix links in generated HTML documentation
2017-12-13 Zeframautomatic titling in Pod::Html
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in ext
2017-04-07 David Mitchellfix ext/Pod-Html/t/*.t that assumed '.' in @INC
2017-01-16 AbigailDon't recognize the --libpods option in Pod::Html
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-07-26 Tony Cook(perl #127834) bump versions of modules in dists we...
2016-07-26 Tony Cook(perl #127834) remove . from the end of @INC if complex...
2015-09-04 Karl WilliamsonStart fixing some pod pedantic errors
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-18 James E KeenanFixes for Pod-HTML tests after Pod-Simple update
2014-06-05 Karl Williamson'use locale' no longer ever fails.to compile
2013-09-12 Ricardo SignesPod::Html: use parent instead of base
2013-07-19 Tony Cookpod2html output concerns
2013-06-24 Tony Cook[perl #113926] fix a hash randomization bug
2013-06-24 James E Keenan[perl #113926] add tests for Pod::Html::anchorify()
2013-06-23 James E KeenanDocumentation corrections from Wallace Reis++.
2013-06-09 Petr PísařSynchronize pod2html usage output and its POD text
2013-03-18 Karl Williamsonext/Pod-Html/testdir/perlvar-copy.pod: Fix broken pod...
2013-02-28 Chris 'BinGOs' Wil... Revert "Bump Pod::Html to 1.19"
2013-02-28 Chris 'BinGOs' Wil... Bump Pod::Html to 1.19
2013-02-28 Ricardo Signescorrect Pod-Html tests for new Pod-Simple output
2013-02-10 Jess RobinsonEnable perl core tests to pass when locale support...
2013-01-06 Craig A. BerryMake Pod::Html::_unixify unescape dots on VMS.
2013-01-06 Craig A. BerryPod::Html test portability redux.
2012-07-13 Robin Barkersilence warning about use of --libpods
2012-06-04 Nicholas ClarkBump $Pod::Html::VERSION to reflect the changes of...
2012-05-04 Steve PetersAdd --libpods back as a non-functional option to pod2html.
2012-05-04 Steve PetersAdd --libpods back as a non-functional option to pod2html.
2012-05-04 Steve PetersSince the HTML files generated by pod2html claim to...
2012-04-27 Ricardo Signesdisable codes_in_verbatim for Pod::Html
2012-04-20 Craig A. BerrySet *.html permissions in installhtml.
2012-04-20 Ricardo Signesallow "." in directory name
2012-04-16 Ricardo Signesmake Pod-Html's _unixify normalize Win32 drive letters
2012-03-12 Ricardo Signesmake the pod2html tests work with fs with vols
2012-03-12 Ricardo SignesSisyphus's fix for pod2html
2012-02-29 Craig A. BerryBump Pod::Html version.
2012-02-29 Craig A. BerryPortability tweaks to Pod::Html's cache.t.
2012-02-29 Craig A. BerryBetter cross-platform unixify for Pod::Html.
2012-02-29 Craig A. BerryDifferent differences for Pod::Html tests.
2012-02-23 Ricardo Signeswork harder to get useful diagnostics on Win32
2012-02-22 Ricardo Signesunixify paths a bit more systematicaly in Pod-Html
2012-02-22 Ricardo Signesdon't assume that filesys starts at / in Pod-Html
next