diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-09-15 22:03:51 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-09-15 22:45:12 -0700 |
commit | ca40957e468ea3b89ae69e8fca549bb1ad47b35f (patch) | |
tree | 7ee58df8a0c18346f897cc923815ae5aaaebc2bd /pod/perlexperiment.pod | |
parent | e7d0b8012b8b3d92c39255cf40044c8233629cec (diff) | |
download | perl-ca40957e468ea3b89ae69e8fca549bb1ad47b35f.tar.gz |
Document lexical subs
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r-- | pod/perlexperiment.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod index 1538452bb9..ad88c06f9e 100644 --- a/pod/perlexperiment.pod +++ b/pod/perlexperiment.pod @@ -256,6 +256,12 @@ See L<perlapi/PL_keyword_plugin> for the mechanism. Introduced in: Perl 5.11.2 +=item Lexical subroutines + +Introduced in: Perl 5.18 + +See also: L<perlsub/Lexical Subroutines> + =back =head2 Accepted features |