summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2021-12-18 21:39:14 +0000
committerKarl Williamson <khw@cpan.org>2021-12-18 16:46:11 -0700
commitf1a13907b704fd1d898c8c26db3ec4c41cd95b95 (patch)
tree6a84d8b3634df882f8b1d8b8aff54527eec02d84
parent6bdb1ede0d812e79de2436e39c513a686caac9df (diff)
downloadperl-f1a13907b704fd1d898c8c26db3ec4c41cd95b95.tar.gz
Document that all of builtin is currently experimental
-rw-r--r--lib/builtin.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/builtin.pm b/lib/builtin.pm
index baa7ec1931..326d200d36 100644
--- a/lib/builtin.pm
+++ b/lib/builtin.pm
@@ -34,6 +34,9 @@ can be requested for convenience.
Individual named functions can be imported by listing them as import
parameters on the C<use> statement for this pragma.
+The overall C<builtin> mechanism, as well as every individual function it
+provides, are currently B<experimental>.
+
=head2 Lexical Import
This pragma module creates I<lexical> aliases in the currently-compiling scope