This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #97466] Stop defined from propagating ref cx too far
[perl5.git] / ext / Pod-Html / t /
2012-07-13 Robin Barkersilence warning about use of --libpods
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-04-27 Ricardo Signesdisable codes_in_verbatim for Pod::Html
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-02-29 Craig A. BerryPortability tweaks to Pod::Html's cache.t.
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 Signesdon't assume that filesys starts at / in Pod-Html
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 Marc GreenFix portability issue with Pod::Html test case
2012-02-07 Marc GreenRe-add cache feature
2011-10-31 Marc GreenDynamically create and delete testdir/test.lib/
2011-10-31 Marc GreenRename 2 tests, update files that reference them
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 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 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 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 GreenAdd old-p2h test to new-p2h test conversion script
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 GreenStart modifying test cases to suit new Pod::Html
2011-10-31 Marc GreenAllow test cases to change arguments to pod2html
2011-10-31 Marc GreenDon't delete html file produced, used for testing
2010-10-05 Nicholas ClarkMove Pod::Html from lib/ to ext/