This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In perlfunc, don't have functions in "Misc" and a second category.
authorNicholas Clark <nick@ccl4.org>
Wed, 22 Feb 2012 13:00:41 +0000 (14:00 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 17 Mar 2012 10:16:15 +0000 (11:16 +0100)
commit17d155413b0e201ca149c3701d53539001559d4d
tree0a9a8461494c7ebb4e0638ea980969ad6cd2ff66
parentdba7b06570fc6c08715b9cb0ae9b7662e7e6fee2
In perlfunc, don't have functions in "Misc" and a second category.

dump, eval, evalbytes and wantarray are now only in "flow control".
local, my, our and state are only in "scoping".
prototype is now only in "misc". Whilst *prototypes* affect parsing, and
hence indirectly flow control, the prototype function is for introspecting
prototypes.
ext/Pod-Functions/t/Functions.t
pod/perlfunc.pod