summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@semiotic.systems>2022-05-21 14:44:41 -0400
committerRicardo Signes <rjbs@semiotic.systems>2022-05-21 14:52:56 -0400
commit0d3b3506b94e4155b7b9cc838dfc2df55b90db02 (patch)
tree419d15f3927231747b59809dba5e953a7368b01c
parent534c33a520992c20e6bb6f29f5d5e58a2b97e378 (diff)
downloadperl-0d3b3506b94e4155b7b9cc838dfc2df55b90db02.tar.gz
builtin.pm: document that it is experimental
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm1
-rw-r--r--lib/builtin.pm6
2 files changed, 6 insertions, 1 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 38919c1653..1210a87065 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -19424,6 +19424,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Module::CoreList' => '5.20220520',
'Module::CoreList::Utils'=> '5.20220520',
'Win32' => '0.59',
+ 'builtin' => '0.006',
'feature' => '1.72',
},
removed => {
diff --git a/lib/builtin.pm b/lib/builtin.pm
index c72af1cab8..e740a0b181 100644
--- a/lib/builtin.pm
+++ b/lib/builtin.pm
@@ -1,4 +1,4 @@
-package builtin 0.005;
+package builtin 0.006;
use strict;
use warnings;
@@ -40,6 +40,10 @@ 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>.
+B<Warning>: At present, the entire C<builtin> namespace is experimental.
+Calling functions in it will trigger warnings of the C<experimental::builtin>
+category.
+
=head2 Lexical Import
This pragma module creates I<lexical> aliases in the currently-compiling scope