summaryrefslogtreecommitdiff
path: root/cpan/Pod-Simple/lib
Commit message (Collapse)AuthorAgeFilesLines
* bump Pod::Simple to CPAN version 3.22Jesse Luehrs2012-06-1728-54/+88
|
* Upgrade Pod-Simple to 3.20. This should fix issue 111520.Abigail2012-03-1128-35/+40
|
* Upgrade Pod::Simple from version 3.18 to 3.19Florian Ragwitz2011-08-2328-73/+252
|
* Update Pod-Simple to CPAN version 3.18Chris 'BinGOs' Williams2011-07-1727-30/+45
| | | | | | | | | | | | | | [DELTA] 2011-07-16 David E. Wheeler <david@justatheory.org> * Release 3.18 Pod::Simple now properly parses Pod files using Mac OS Classic line- endings (\r). Marc Green/Google Summer of Code. Fixed test failure in 't/search50.t when the test finds a .pod but the module is in a .pm. Thanks to the cpan-testers who reported this when the test searched for Capture::Tiny.
* Update Pod-Simple to CPAN version 3.17Chris 'BinGOs' Williams2011-07-1029-50/+205
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2011-07-09 David E. Wheeler <david@justatheory.org> * Release 3.17 Documented tertiary methods. Patch from Shawn H Corey. Added "backlink" option to Pod::Simple::XHTML. Thanks to Marc Green/Google Summer of Code for the pull request. Typos fixed in Pod::Simple::HTMLBatch. Reported by Shawn H Corey. Fixed quoting of value returned by a "strip_verbatim_indent()" code reference so that regex meta characters are properly escaped. Added "anchor_items" option to Pod::Simple::XHMTL. This allows text items (which are output as <dt> elements) to have IDs that can be referenced in the "#" part of a URL. Marc Green/Google Summer of Code. Added "recurse" option to Pod::Simple::Search. It's enabled by default; disable it to turn off recursion into subdirectories. Marc Green/Google Summer of Code. Added documentation to clarify the behavior of the "content_seen" method. Thanks to Olaf Alders for the pull request.
* Update Pod-Simple to CPAN version 3.16Chris 'BinGOs' Williams2011-03-1528-101/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2011-03-14 David E. Wheeler <david@justatheory.org> * Release 3.16 Fixed invalid HTML generated for nested lists by Pod::Simple::XHTML (Fitz Elliott). Replaced the invalid "<nobr>" tag -- created for "S<>" -- with '<span style="white-space: nowrap;">' (Fitz Elliott). Fixed some nerbles in our own Pod (Michael Stevens) Improved the "Minimal code" example in Pod::Simple::HTML. The key is to use pase_file(), not parse_from_file() (which should otherwise be undocumented, and is just there for Pod::Parser compatibility. Thanks to prodding from Ævar Arnfjörð Bjarmason (RT #65428). Added the html_charset() and html_encode_chars() attributes to Pod::Simple::XHTML. Inspired by a bug report from Agent Zhang (章亦春) (RT #29587). Added "Minimal code" example to the Pod::Simple::XHTML documentation. Fixed mispelling of the "=encoding" markup in the parser (it was spelled "=encode"). Thanks to "TTY" for the patch. (RT #24820).
* Update Pod-Simple to CPAN version 3.15Chris 'BinGOs' Williams2010-11-1228-45/+203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2010-11-11 David E. Wheeler <david@justatheory.org> * Release 3.15 Removed "perlpod.pod" and "perlpodspec.pod". These now just live in the Perl core. Fixed stylesheet names output by HTMLBatch to match the names of the actual stylesheet files (broken in 3.09). Thanks to Kevin Ryde for the report (RT #56725). Added missing closing slash to the CSS links in the XHTML output. Thanks to HarleyPig for the patch! Added parens around bar "qw(...)" in t/xhtml05.t. Thanks to Jerry D. Hedden for the patch. Improved the Pod::Simple::HTML docs. Thanks to Gabor Szabo for the patch. Pod::Simple::XHTML now properly encodes entities in URLs in the anchor tag. Thanks to John McNamara for the report (RT-60249). Pod::Simple::HTML and XHTML now strip whitespace from the end of section names that appear as anchor names for headers (in HTML) and IDs (in XHTML). Such whitespace appeared when "X<>" entities were stripped out but not the space between them (RT-56572). Make test "t/search50.t" always pass on case-insensitive file systems rather than just skip VMS.
* import Pod-Simple 3.14 for C<< >> fixRicardo Signes2010-04-2827-54/+34
|
* Upgrade to Pod::Simple 3.13 from CPAN to fix a regression (in 3.08) that ↵Jesse Vincent2009-12-1829-63/+154
| | | | broke html output
* Updated to Pod::Simple 3.11 from CPAN [perl #71004]Jesse Vincent2009-12-1029-148/+799
|
* Bring Pod::Simple up to 3.10David E. Wheeler2009-11-122-6/+23
| | | | | | This is the same as the version just released to CPAN. Notable changes are skipping failing tests on VMS and fixing nested definition lists in the XHTML formatter.
* Skip some Pod::Simple tests on VMS that think case is always preserved.Craig A. Berry2009-11-071-1/+1
| | | | | | Already in the upstream queue at: https://rt.cpan.org/Ticket/Display.html?id=51184
* Bring Pod::Simple up to 3.09 as on CPAN.David E. Wheeler2009-10-288-83/+342
|
* Upgrade to Pod-Simple-3.08Steve Hay2009-10-112-3/+3
|
* Move Pod::Simple from ext/ to cpan/Nicholas Clark2009-10-0230-0/+12040