| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This reveals that use_ok() was not in a BEGIN block, and in turn that the
test count needs to be declared before this BEGIN block runs. Now fixed.
|
| |
|
|
|
|
|
|
|
| |
These were added to the section 'Functions for real @ARRAYs' in perlfunc.pod
by commit a5ce339cb0c533c9 in Sep 2010.
As ever, tweak the golden results in the test to match these changes.
|
|
|
|
|
|
|
|
|
|
|
| |
evalbytes was added to perlfunc.pod by commit 7289c5e6ca773d7c in Nov 2011.
fc was added to perlfunc.pod by commit 628253b8ba8b9cbe in Jan 2012.
say was added by commit 0d863452f5cac863 in Dec 2005.
state was added.pod by commit 36fb85f3330d45ee in Jul 2006.
__FILE__, __LINE__ and __PACKAGE__ were added by commit cfa52385fa426b5e in
Aug 2011, and __SUB__ by commit 84ed01088568ffe9 in Nov 2011.
Again, tweak the golden results in the test to match these changes.
|
|
|
|
|
|
|
| |
Commit 0d863452f5cac863 in Dec 2005 added the switch feature, along with
documentation in perlfunc.pod, but did not update Pod::Functions.
Again, tweak the golden results in the test to match these changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updated description of Binary from commit 5dac7880bdc47787 in Feb 2011.
Updated description of Flow from commit cf2649810f00335b in Jul 2005, and
added the "the" which has always been missing from Pod::Function's version.
Updated description of Modules from commit 3b10bc60979cfe9a in Jan 2010.
Updated description of Objects from commit 353c650532037e40 in Oct 2007.
The description of Namespaces had always differed from that in perlfunc.pod.
Remove stray tabs from the descriptions of gets and sprintf.
Commit 19799a22062ef658 (May 1999) added lock to perlfunc.pod without a
it is the only function in "Threads", move it to "Misc", instead of creating
a category just for it.
use always had two entries with different descriptions in the __DATA__
section. This isn't actually sensible, as the code that builds the exported
data structures ends up taking Types from both, and using the last
description that it sees. So merge the two together to reflect this.
Drop the CHANGES section from the Pod, which is both incomplete and
redundant, given that version control does this job much better.
Tweak the golden results in the test to match these changes.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* use variables for the names of temporary files
* use lexicals for file handles
* check the return value of close
* use is() rather than ok() with ==
[possibly still dubious that it's using unpack checksums for comparison,
instead of SHAs or simply File::Compare]
|
|
|
|
|
|
| |
eol.t gained code to clean up temporary files it generated as part of commit
0ec158f4b0db050a in 2002. The temporary file names used by Pod::Html were
changed by commit 33869856bc668ad8 in 2003, but eol.t had never been updated.
|
|
|
|
| |
Curiously this test file is not part of the Pod-Parser distribution.
|
|
|
|
|
| |
Including all @INC setting boilerplate from lib/Tie/ExtraHash.t, which TestInit
now performs.
|
|
|
|
|
|
|
|
|
| |
# 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>
|
| |
|
|
|
|
| |
(also, bump $VERSION)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
In the process, unpack the "packed" files. These were the last files uunecoded,
so now uupacktool.pl is obsolete, and can be retired.
|
|
|
|
|
|
|
|
|
| |
Fixes bug #68964 reported by samv, where pod2html encoded E<0x2070> to
&0x2070 and not ⁰. 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>
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
this backs out the fix from 3c4b39bee8832007b7e91bfce8701d34cacab411
(I've reported it upstream instead with RT #46887)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
"64bit" to not trigger the "numeric" match in a description list, for instance.
|
|
|
|
| |
examples to have indented blank lines without Pod::Parser carping.
|
|
|
| |
p4raw-id: //depot/perl@34765
|
|
|
| |
p4raw-id: //depot/perl@34759
|
|
|
| |
p4raw-id: //depot/perl@34758
|
|
|
| |
p4raw-id: //depot/perl@34421
|
|
|
| |
p4raw-id: //depot/perl@34364
|
|
|
| |
p4raw-id: //depot/perl@34153
|
|
|
|
|
|
| |
From: "Adriano Ferreira" <aferreira@shopzilla.com>
Message-ID: <73ddeb6c0806080729n63fc806dq83287e57347a4b5f@mail.gmail.com>
p4raw-id: //depot/perl@34028
|
|
|
|
|
| |
Message-ID: <20080605163838.GA25576@glaive.weftsoar.net>
p4raw-id: //depot/perl@34004
|
|
|
|
|
| |
we update Pod::Simple.
p4raw-id: //depot/perl@34003
|
|
|
| |
p4raw-id: //depot/perl@34000
|
|
|
|
|
| |
Bump the version needed for the skip.
p4raw-id: //depot/perl@33999
|
|
|
| |
p4raw-id: //depot/perl@33997
|
|
|
| |
p4raw-id: //depot/perl@33987
|
|
|
|
|
|
| |
From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
Message-ID: <73ddeb6c0804230545v75fee05dmeb849636addb14e1@mail.gmail.com>
p4raw-id: //depot/perl@33747
|
|
|
| |
p4raw-id: //depot/perl@33534
|
|
|
|
|
| |
Message-ID: <20071201005912.GA14441@londo.c47.org>
p4raw-id: //depot/perl@32727
|