summaryrefslogtreecommitdiff
path: root/lib/Pod
Commit message (Collapse)AuthorAgeFilesLines
* Convert lib/Pod/t/utils.t from Test to Test::MoreNicholas Clark2011-01-211-24/+13
| | | | Curiously this test file is not part of the Pod-Parser distribution.
* Remove Mac OS classic code from tests in lib.Nicholas Clark2011-01-181-2/+1
| | | | | Including all @INC setting boilerplate from lib/Tie/ExtraHash.t, which TestInit now performs.
* Fix typos (spelling errors) in lib/*Peter J. Acklam) (via RT2011-01-071-1/+1
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81890] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81890 > Signed-off-by: Abigail <abigail@abigail.be>
* Move Pod::Html from lib/ to ext/Nicholas Clark2010-10-058-2943/+0
|
* [perl #73560] [PATCH] Fix typos in Pod::FunctionsNga Tang Chan2010-04-131-4/+4
| | | | (also, bump $VERSION)
* Move Pod::Parser from lib (and t/pod) to ext.Nicholas Clark2009-09-139-7664/+0
|
* Move podlators from lib to ext.Nicholas Clark2009-09-1327-7342/+0
|
* Move Pod::LaTeX from lib to ext.Nicholas Clark2009-09-133-2381/+0
|
* Move Pod::Escapes from lib to ext.Nicholas Clark2009-09-136-1138/+0
|
* Move Pod::Perldoc from lib to ext.Nicholas Clark2009-09-1315-3137/+0
|
* Move Pod::Simple from lib to ext.Nicholas Clark2009-09-13174-26775/+0
| | | | | In the process, unpack the "packed" files. These were the last files uunecoded, so now uupacktool.pl is obsolete, and can be retired.
* Entity-encode E<0xNNNN> and E<0NNN> correctlyAbhijit Menon-Sen2009-09-043-1/+6
| | | | | | | | | Fixes bug #68964 reported by samv, where pod2html encoded E<0x2070> to &0x2070 and not &#x2070. perlpodspec says E<0x2070> should work, but the code in Pod::Html accepted only E<x2070>. The new code accepts both, and processes octal entities correctly as well. Signed-off-by: Abhijit Menon-Sen <ams@toroid.org>
* Move Pod::Plainer from lib to extNicholas Clark2009-08-311-69/+0
| | | | | | | We can probably deprecate this from core. It seems to have been written to "shore up pod2latex shortcomings" (d23ed1f2ad4fab0a) in March 2000, and 3 months later that was replaced with the Pod::LaTex on CPAN (076c2fc018b685ea), so nothing in core uses it.
* sync lib/Pod/Simple/ChangeLog with CPANDavid Mitchell2009-06-121-0/+29
|
* remove typo fix from LaTex.pm, to keep it in sync with CPANDavid Mitchell2009-06-121-1/+1
| | | | | this backs out the fix from 3c4b39bee8832007b7e91bfce8701d34cacab411 (I've reported it upstream instead with RT #46887)
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-063-0/+0
|
* patch@2009-05-25.21:50:08 text-options.t file cleanup on VMSJohn E. Malmberg2009-05-261-1/+1
| | | | | | | | | | | This patch fixes lib/Pod/text-options.t to not leave tmp.pod and out.tmp files behind on VMS. -John wb8tyw@qsl.net Personal Opinion Only Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* Upgrade to Pod-Parser-1.37.Steve Hay2009-02-044-12/+11
| | | | | | | | | | Two local changes remain: part of the change to t/pod/pod2usage2.t in http://perl5.git.perl.org/perl.git/commitdiff/767c16a part of the change to lib/Pod/t/contains_pod.t in http://perl5.git.perl.org/perl.git/commitdiff/fb59f97
* Upgrade to Pod-Parser-1.36.Steve Hay2009-01-309-378/+460
| | | | | | | | | | | | | Three local changes remain in blead: Blank lines "between" verbatim sections are now acceptible: http://perl5.git.perl.org/perl.git/commitdiff/caa547d Be less picky about what constitutes "numeric lists" in Pod: http://perl5.git.perl.org/perl.git/commitdiff/4df4f5d Changes made to contains_pod.t when upgrading to 1.34: http://perl5.git.perl.org/perl.git/commitdiff/fb59f97
* Upgrade to podlators 2.2.2Rafael Garcia-Suarez2009-01-193-6/+23
|
* Upgrade to podlators 2.2.1Rafael Garcia-Suarez2008-12-264-6/+93
|
* Be less picky about what constitutes "numeric lists" in Pod; This allows ↵Alex Vandiver2008-12-251-1/+1
| | | | "64bit" to not trigger the "numeric" match in a description list, for instance.
* Blank lines "between" verbatim sections are now acceptible; This allows code ↵Alex Vandiver2008-12-251-11/+20
| | | | examples to have indented blank lines without Pod::Parser carping.
* Upgrade to Pod-Perldoc-3.15Steve Hay2008-11-071-1/+1
| | | p4raw-id: //depot/perl@34765
* Fix new test (just added by podlators upgrade) on Win32, at leastSteve Hay2008-11-072-1/+2
| | | p4raw-id: //depot/perl@34759
* Upgrade to podlators-2.2.0Steve Hay2008-11-0711-18/+256
| | | p4raw-id: //depot/perl@34758
* Upgrade to podlators-2.1.4Steve Hay2008-09-267-71/+176
| | | p4raw-id: //depot/perl@34421
* Upgrade to podlators 2.1.3Nicholas Clark2008-09-158-22/+326
| | | p4raw-id: //depot/perl@34364
* Upgrade to podlators 2.1.2Steve Hay2008-07-2212-102/+230
| | | p4raw-id: //depot/perl@34153
* update Pod-Perldoc to version 3.14_07Adriano Ferreira2008-06-0811-20/+264
| | | | | | From: "Adriano Ferreira" <aferreira@shopzilla.com> Message-ID: <73ddeb6c0806080729n63fc806dq83287e57347a4b5f@mail.gmail.com> p4raw-id: //depot/perl@34028
* incorrectly failing test in lib/Pod/t/text.tHans Dieter Pearcey2008-06-061-2/+1
| | | | | Message-ID: <20080605163838.GA25576@glaive.weftsoar.net> p4raw-id: //depot/perl@34004
* This needs to change so this doesn't need updating everytimeSteve Peters2008-06-051-1/+1
| | | | | we update Pod::Simple. p4raw-id: //depot/perl@34003
* Upgrade to Pod-Simple-3.07Steve Peters2008-06-053-6/+30
| | | p4raw-id: //depot/perl@34000
* It appears that the S<> bug in Pod::Simple hasn't been fixed yet. Steve Peters2008-06-051-1/+1
| | | | | Bump the version needed for the skip. p4raw-id: //depot/perl@33999
* Upgrade to Pod-Simple-3.06Steve Peters2008-06-0411-66/+929
| | | p4raw-id: //depot/perl@33997
* Upgrade to podlators-2.1.0Steve Peters2008-06-0216-48/+160
| | | p4raw-id: //depot/perl@33987
* update Pod-Perldoc to version 3.14_04Adriano Ferreira2008-04-261-20/+25
| | | | | | From: "Adriano Ferreira" <a.r.ferreira@gmail.com> Message-ID: <73ddeb6c0804230545v75fee05dmeb849636addb14e1@mail.gmail.com> p4raw-id: //depot/perl@33747
* ++$Pod::Html::VERSIONNicholas Clark2008-03-141-1/+1
| | | p4raw-id: //depot/perl@33534
* Pod::Html: fix markup errors with (nested) definition listsBrendan O'Dea2007-12-264-72/+79
| | | | | Message-ID: <20071201005912.GA14441@londo.c47.org> p4raw-id: //depot/perl@32727
* Upgrade to podlators 2.0.6Rafael Garcia-Suarez2007-11-294-31/+67
| | | p4raw-id: //depot/perl@32551
* Underscore the non-official version numberRafael Garcia-Suarez2007-11-161-1/+1
| | | p4raw-id: //depot/perl@32335
* Change Pod::Checker to allow the "=encoding" Pod command. FixesSteve Peters2007-11-151-1/+2
| | | | | RT #47271: podchecker says Unknown command 'encoding' p4raw-id: //depot/perl@32330
* [perl #45823] [PATCH] v5.8.8. pod2html: <a name="example"> anchor, but <a ↵Axel Kollmorgen2007-10-092-20/+20
| | | | | | | | href="item_example"> link From: Axel Kollmorgen (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-10743-1190934218-322.45823-75-0@perl.org> p4raw-id: //depot/perl@32079
* Band-aid for Pod::Man::devise_title to keep it from lookingCraig A. Berry2007-09-091-2/+2
| | | | | beyond the end of an array and generating undefined warnings. p4raw-id: //depot/perl@31825
* Typo fixRafael Garcia-Suarez2007-08-301-2/+2
| | | p4raw-id: //depot/perl@31763
* lib/Pod/Perldoc.pm - make -L more forgivingAdriano Ferreira2007-08-301-12/+49
| | | | | | From: "Adriano Ferreira" <a.r.ferreira@gmail.com> Message-ID: <73ddeb6c0708231137w2d436cfbo7409345c37280560@mail.gmail.com> p4raw-id: //depot/perl@31762
* Skip a couple of case sensitive tests in Pod::Simple on VMS.Craig A. Berry2007-08-102-4/+12
| | | p4raw-id: //depot/perl@31701
* The lib/Pod/Perldoc.pm portion of...Marcus Holland-Moritz2007-07-181-0/+1
| | | | | | Subject: [PATCH] Various Gentoo Patches Message-ID: <20070718171758.77912ed4@r2d2> p4raw-id: //depot/perl@31628
* Re: [perl #41683] [PATCH] v5.8.8 pod2html -- incorrect treatment of ↵Jari Aalto2007-03-231-5/+21
| | | | | | | | | non-manual page refs like "this(c)" Message-ID: <87ejo1s9o7.fsf@w2kpicasso.cante.net> with adjustments to the regexp p4raw-id: //depot/perl@30722
* Convert file to proper line-endingsRafael Garcia-Suarez2007-03-231-43/+44
| | | p4raw-id: //depot/perl@30715