This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Copy call checker when cloning closure prototype
[perl5.git] / ext / Pod-Html /
2012-05-04 Steve PetersAdd --libpods back as a non-functional option to pod2html.
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
2012-02-22 Ricardo Signesunixify the --outfile arg to pod2html
2012-02-21 Marc GreenFix bug in pod2html crossreferencing
2012-02-15 Nicholas ClarkPod::Html's feature2.t needs to match path separators...
2012-02-12 Robin Barkeradd --quiet to silence noisy tests
2012-02-08 Nicholas ClarkMove lib/Pod/t/eol.t to ext/Pod-Html, as it's testing...
2012-02-07 Ricardo Signesavoid making a new top-level package for one helper
2012-02-07 Marc GreenFix portability issue with Pod::Html test case
2012-02-07 Marc GreenModernize the use of open() (copied from old code)
2012-02-07 Marc GreenRe-add cache feature
2012-01-17 Nicholas ClarkMake Pod::Html more robust against malformed L<> contents.
2012-01-17 Nicholas ClarkPurge references to --netscape and --libpods, no longer...
2011-10-31 Marc GreenDynamically create and delete testdir/test.lib/
2011-10-31 Marc GreenAdd Marc Green an an AUTHOR of Pod::Html
2011-10-31 Marc GreenRename 2 tests, update files that reference them
2011-10-31 Marc GreenUpdate version number (1.11 -> 1.12)
2011-10-31 Marc GreenClean up some documentation
2011-10-31 Marc GreenClean up test cases, rename a few
2011-10-31 Marc GreenStop prepending $volume onto $cwd --podroot
2011-10-31 Marc GreenUnixify the whole path, not just $dir.$file
2011-10-31 Marc GreenFix crossref cross platform compatability issues
2011-10-31 Marc GreenFix crossref bug
2011-10-31 Marc GreenTabs -> Spaces
2011-10-31 Marc GreenImplement option to disable POD ERRORS section
2011-10-31 Marc GreenRemove unneeded code
2011-10-31 Marc GreenStop using wrong outfile
2011-10-31 Marc GreenAdd a test case
2011-10-31 Marc GreenRemove /usr/share/perl presence dependency
2011-10-31 Marc GreenUpdate htmlview.t for new Pod::Html
2011-10-31 Marc GreenUpdate test case for new Pod::Html
2011-10-31 Marc GreenDon't uc(), keep case the same
2011-10-31 Marc GreenImplement --recurse and update test cases
2011-10-31 Marc GreenFix bug with removal of Podroot from each Podpath
2011-10-31 Marc GreenAlways anchor =item definitions.
2011-10-31 Marc GreenUpdate htmlfeature2.t for new p2h
2011-10-31 Marc GreenUpdate htmlfeature.t for new p2h; fix typo in Html
2011-10-31 Marc GreenUpdate old-p2h to new-p2h script conversion
2011-10-31 Marc GreenFix --backlink bug; add some documentation
2011-10-31 Marc GreenUpdate htmlescp.t test case for new Pod::Html
2011-10-31 Marc GreenFix typo in test case
2011-10-31 Marc GreenUpdate htmldir4.t to test new Pod::Html
2011-10-31 Marc GreenUpdate htmldir2.t and htmldir3.t to test new p2h
2011-10-31 Marc GreenUse catdir (not catfile) to avoid a leading '//'
2011-10-31 Marc GreenAdd old-p2h test to new-p2h test conversion script
2011-10-31 Marc GreenFix bug dealing with PODS not in %Pages
2011-10-31 Marc GreenUpdate htmldir.t testcase for new Pod::Html
2011-10-31 Marc GreenUpdate crossref test case for new Pod::Html
2011-10-31 Marc GreenFix cross reference bug
2011-10-31 Marc GreenStart modifying test cases to suit new Pod::Html
2011-10-31 Marc GreenMove Pod::Simple::XHTML::LocalPodLinks into Pod::Html
2011-10-31 Marc GreenAdd $Htmlfileurl to support relativizing crossrefs
2011-10-31 Marc GreenFix ::Search callback arg; fix @Podpath mapping
2011-10-31 Marc GreenFix minor formatting
2011-10-31 Marc GreenRemove --libpods feature
2011-10-31 Marc GreenAllow test cases to change arguments to pod2html
2011-10-31 Marc GreenReimplement --header, $bodystyle, $tdstyle
2011-10-31 Marc GreenStart to reimplement --header
2011-10-31 Marc GreenConsider $Podroot when finding PODs; consider $Quiet
2011-10-31 Marc GreenFinish skeleton version of Pod::Html
2011-10-31 Marc GreenDon't delete html file produced, used for testing
2011-10-31 Marc GreenCreate lib/ dir; begin writing ::Search object
2011-10-31 Marc GreenUse Pod::Simple::Search to resolve L<> directives
2011-10-31 Marc GreenContinue to transition to ::LocalPodLinks
2011-10-31 Marc GreenRemove spurious code after start of parser switch
2011-10-31 Marc GreenStart replacing home made pod parser with ::Simple
2011-10-31 Marc GreenTemporarily remove --header feature
2011-10-31 Marc GreenRemove cache feature for simplicity
2011-10-31 Marc GreenRemove deprecated --netscape flag
2011-08-27 Florian RagwitzMake pod2html a regular script without substitutions
2011-08-27 Florian RagwitzGive Pod-Html a more modern dist layout
2011-03-29 David Leadbeater[perl #86566] Allow Pod::Html to write to STDOUT again
2011-02-04 Nicholas ClarkConvert Pod::Html to lexical file handles.
2010-10-10 Florian RagwitzUpdate gitignore files for moved pod scripts
2010-10-05 Nicholas ClarkMove pod2html.PL into ext/Pod-Html
2010-10-05 Nicholas ClarkMove Pod::Html from lib/ to ext/