This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Pod::Functions with changes from perlfunc.pod
authorNicholas Clark <nick@ccl4.org>
Mon, 23 Jan 2012 20:47:16 +0000 (21:47 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 18 Feb 2012 12:16:51 +0000 (13:16 +0100)
commit3017d6ff27eb1c05142eea0fd45b5a74d2018e1a
treebfb884b2f4513bdd02c88a840fdf62fafa461722
parentf5fa2679be08eedfc24ad5bb18929e804aa6f8d1
Update Pod::Functions with changes from perlfunc.pod

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.
lib/Pod/Functions.pm
lib/Pod/t/Functions.t