We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e50fc5 commit 48c4d24Copy full SHA for 48c4d24
pod/perldelta.pod
@@ -68,6 +68,13 @@ experience, using this pragma will raise a category
68
C<experimental:re_strict> warning.
69
See L<'strict' in re|re/'strict' mode>.
70
71
+=head2 New "const" subroutine attribute
72
+
73
+The "const" attribute can be applied to an anonymous subroutine. It causes
74
+it to be executed immediately when it is cloned. Its value is captured and
75
+used to create a new constant subroutine that is returned. This feature is
76
+experimental. See L<perlsub/Constant Functions>.
77
78
=head1 Security
79
80
XXX Any security-related notices go here. In particular, any security
0 commit comments