Skip to content

Commit a170c88

Browse files
rwp0leonerd
authored andcommitted
[doc] builtin.pm: Mark stringify as experimental
Fixes #22277
1 parent 5eda900 commit a170c88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/builtin.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ that are fundamentally stringlike versus numberlike in nature.
264264
265265
$str = stringify($val);
266266
267+
This function is currently B<experimental>.
268+
267269
Returns a new plain perl string that represents the given argument.
268270
269271
When given a value that is already a string, a copy of this value is returned

0 commit comments

Comments
 (0)