This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add all missing functions to Pod::Functions.
authorNicholas Clark <nick@ccl4.org>
Mon, 23 Jan 2012 22:16:56 +0000 (23:16 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 18 Feb 2012 12:16:51 +0000 (13:16 +0100)
commit9e5f1ef1bff730b36ea82e6398352eab5a575b38
treecddb402d77c48ba5422f3f6b81b48f762b802aae
parent8d9a42761c02030eee049d59f4bb4539b6955149
Add all missing functions to Pod::Functions.

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