summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Always anchor =item definitions.Marc Green2011-10-311-0/+1
* Update htmlfeature2.t for new p2hMarc Green2011-10-311-28/+24
* Update htmlfeature.t for new p2h; fix typo in HtmlMarc Green2011-10-313-30/+20
* Update old-p2h to new-p2h script conversionMarc Green2011-10-311-13/+12
* Fix --backlink bug; add some documentationMarc Green2011-10-311-4/+10
* Update htmlescp.t test case for new Pod::HtmlMarc Green2011-10-311-24/+16
* Fix typo in test caseMarc Green2011-10-311-1/+1
* Update htmldir4.t to test new Pod::HtmlMarc Green2011-10-311-23/+20
* Update htmldir2.t and htmldir3.t to test new p2hMarc Green2011-10-312-46/+40
* Use catdir (not catfile) to avoid a leading '//'Marc Green2011-10-311-1/+2
* Add old-p2h test to new-p2h test conversion scriptMarc Green2011-10-311-0/+53
* Fix bug dealing with PODS not in %PagesMarc Green2011-10-311-4/+4
* Update htmldir.t testcase for new Pod::HtmlMarc Green2011-10-311-23/+20
* Update crossref test case for new Pod::HtmlMarc Green2011-10-311-17/+33
* Fix cross reference bugMarc Green2011-10-311-41/+68
* Start modifying test cases to suit new Pod::HtmlMarc Green2011-10-3115-6/+681
* Move Pod::Simple::XHTML::LocalPodLinks into Pod::HtmlMarc Green2011-10-311-1/+75
* Add $Htmlfileurl to support relativizing crossrefsMarc Green2011-10-311-11/+28
* Fix ::Search callback arg; fix @Podpath mappingMarc Green2011-10-311-4/+13
* Fix minor formattingMarc Green2011-10-311-3/+3
* Remove --libpods featureMarc Green2011-10-311-26/+3
* Allow test cases to change arguments to pod2htmlMarc Green2011-10-311-3/+5
* Reimplement --header, $bodystyle, $tdstyleMarc Green2011-10-311-8/+19
* Start to reimplement --headerMarc Green2011-10-311-6/+49
* Consider $Podroot when finding PODs; consider $QuietMarc Green2011-10-311-4/+4
* Finish skeleton version of Pod::HtmlMarc Green2011-10-311-6/+25
* Don't delete html file produced, used for testingMarc Green2011-10-311-1/+1
* Create lib/ dir; begin writing ::Search objectMarc Green2011-10-311-38/+16
* Use Pod::Simple::Search to resolve L<> directivesMarc Green2011-10-311-17/+18
* Continue to transition to ::LocalPodLinksMarc Green2011-10-311-19/+14
* Remove spurious code after start of parser switchMarc Green2011-10-311-1554/+11
* Start replacing home made pod parser with ::SimpleMarc Green2011-10-311-112/+47
* Temporarily remove --header featureMarc Green2011-10-311-12/+1
* Remove cache feature for simplicityMarc Green2011-10-311-177/+7
* Remove deprecated --netscape flagMarc Green2011-10-311-11/+2
* Improve general GNU hints, needed for GNU/Hurd.Pino Toscano2011-10-311-0/+1
* File::Glob: Consistent use of spaces after dotsFather Chrysostomos2011-10-291-4/+4
* File::Glob: Remove docs specific to Mac ClassicFather Chrysostomos2011-10-291-40/+0
* Document File::Glob::csh_globFather Chrysostomos2011-10-291-0/+5
* Glob.xs: Remove dMY_CXT from bsd_globFather Chrysostomos2011-10-291-2/+0
* Glob.xs: Clarify commentFather Chrysostomos2011-10-291-1/+2
* Glob.xs: Remove commentFather Chrysostomos2011-10-291-4/+0
* Glob.xs: constingFather Chrysostomos2011-10-291-2/+2
* Glob.xs: Be more parsimonious with SVsFather Chrysostomos2011-10-291-16/+7
* Glob.xs: Remove commentFather Chrysostomos2011-10-291-1/+0
* Oops: Fix Glob.xs assertion failureFather Chrysostomos2011-10-292-3/+6
* Glob.xs: Eliminate x_GLOB_ITERFather Chrysostomos2011-10-291-11/+2
* Document File::Glob’s :bsd_glob tagFather Chrysostomos2011-10-291-2/+25
* Add :bsd_glob export tag to File::Glob [perl #96116]Father Chrysostomos2011-10-293-2/+84
* Glob.xs: Refactor iteration into separate functionFather Chrysostomos2011-10-281-32/+54