diff options
author | Karl Williamson <khw@cpan.org> | 2019-10-31 18:46:05 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-10-31 18:49:15 -0600 |
commit | b16dfd16370837c4a8d092c9f5bbb58a2dde7fe7 (patch) | |
tree | a40e6097956d70d2dd6c225f83f9abef9e6e289b /pod | |
parent | 3c57a2d9c1ae2573e5f6fd7e9474a4f9ecc6f3f7 (diff) | |
download | perl-b16dfd16370837c4a8d092c9f5bbb58a2dde7fe7.tar.gz |
perldelta for removing experimental status
For both script runs and alpha assertions.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index c94402f4df..97dd426763 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -27,6 +27,21 @@ here, but most should go in the L</Performance Enhancements> section. [ List each enhancement as a =head2 entry ] +=head2 Alpha assertions are no longer experimental + +See L<perlre/(*pla:pattern)>, L<perlre/(*plb:pattern)>, +L<perlre/(*nla:pattern)>>, and L<perlre/(*nlb:pattern)>. +Use of these no longer generates a warning; existing code that disables +the warning category C<experimental::script_run> will continue to work +without any changes needed. Enabling the category has no effect. + +=head2 Script runs are no longer experimental + +See L<perlre/Script Runs>. Use of these no longer generates a warning; +existing code that disables the warning category +C<experimental::alpha_assertions> will continue to work without any +changes needed. Enabling the category has no effect. + =head1 Security XXX Any security-related notices go here. In particular, any security |