This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove `experimental::builtin` warnings from most of the builtin.c functions
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>
Mon, 7 Aug 2023 13:11:31 +0000 (14:11 +0100)
committerPaul Evans <leonerd@leonerd.org.uk>
Thu, 17 Aug 2023 16:19:09 +0000 (17:19 +0100)
commitedd58c235305af35984f7b105fd989d3bfbb5489
tree92a523f34aae306dc15639540fb3811f5b858c8d
parentf5bf33e9cceebd25a884b9271665fec01a8ce7cb
Remove `experimental::builtin` warnings from most of the builtin.c functions

Removes the experimental status and associated `experimental::builtin`
warning from most of the functions in the `builtin::` space.

Still remaining experimental are:

 * is_bool - because stable boolean tracking was only recently introduced and
   may not have been thoroughly tested yet

 * created_as_string, created_as_number - similar

 * export_lexically - because lexical export of subs is equally still
   quite new and may need more testing
builtin.c
lib/builtin.pm
pod/perlexperiment.pod
t/lib/warnings/builtin