summaryrefslogtreecommitdiff
path: root/ext/Pod-Html/lib/Pod
Commit message (Expand)AuthorAgeFilesLines
* Bump $Pod::Html::VERSION to reflect the changes of commit 978af2c644ee9abf.Nicholas Clark2012-06-041-1/+1
* Add --libpods back as a non-functional option to pod2html.Steve Peters2012-05-041-1/+3
* Since the HTML files generated by pod2html claim to have a utf-8 charset,Steve Peters2012-05-041-0/+1
* disable codes_in_verbatim for Pod::HtmlRicardo Signes2012-04-261-0/+1
* Set *.html permissions in installhtml.Craig A. Berry2012-04-191-0/+1
* allow "." in directory nameRicardo Signes2012-04-191-1/+1
* make Pod-Html's _unixify normalize Win32 drive lettersRicardo Signes2012-04-151-1/+2
* Sisyphus's fix for pod2htmlRicardo Signes2012-03-121-0/+9
* Bump Pod::Html version.Craig A. Berry2012-02-281-1/+1
* Better cross-platform unixify for Pod::Html.Craig A. Berry2012-02-281-3/+25
* unixify paths a bit more systematicaly in Pod-HtmlRicardo Signes2012-02-221-21/+15
* unixify the --outfile arg to pod2htmlRicardo Signes2012-02-211-0/+6
* Fix bug in pod2html crossreferencingMarc Green2012-02-201-19/+18
* avoid making a new top-level package for one helperRicardo Signes2012-02-071-22/+11
* Modernize the use of open() (copied from old code)Marc Green2012-02-061-6/+6
* Re-add cache featureMarc Green2012-02-061-14/+134
* Make Pod::Html more robust against malformed L<> contents.Nicholas Clark2012-01-171-2/+2
* Add Marc Green an an AUTHOR of Pod::HtmlMarc Green2011-10-311-1/+3
* Update version number (1.11 -> 1.12)Marc Green2011-10-311-1/+1
* Clean up some documentationMarc Green2011-10-311-6/+5
* Unixify the whole path, not just $dir.$fileMarc Green2011-10-311-2/+1
* Fix crossref cross platform compatability issuesMarc Green2011-10-311-15/+44
* Fix crossref bugMarc Green2011-10-311-12/+19
* Tabs -> SpacesMarc Green2011-10-311-89/+88
* Implement option to disable POD ERRORS sectionMarc Green2011-10-311-39/+54
* Implement --recurse and update test casesMarc Green2011-10-311-1/+1
* Fix bug with removal of Podroot from each PodpathMarc Green2011-10-311-2/+7
* Always anchor =item definitions.Marc Green2011-10-311-0/+1
* Update htmlfeature.t for new p2h; fix typo in HtmlMarc Green2011-10-311-2/+2
* Fix --backlink bug; add some documentationMarc Green2011-10-311-4/+10
* Use catdir (not catfile) to avoid a leading '//'Marc Green2011-10-311-1/+2
* Fix bug dealing with PODS not in %PagesMarc Green2011-10-311-4/+4
* Fix cross reference bugMarc Green2011-10-311-41/+68
* 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
* 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
* 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