summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorSmylers <Smylers@stripey.com>2020-06-03 05:54:08 +0100
committerSawyer X <xsawyerx@cpan.org>2020-06-03 09:10:36 +0300
commitfe34d5041acc644bca5368a5089f858196ad2491 (patch)
treebf7a22d23d07e65d8442fa89aeaf18b1b94dbc44 /pod
parent6babf5422d2e0384a1d895676eb105e1fa6f4c5f (diff)
downloadperl-fe34d5041acc644bca5368a5089f858196ad2491.tar.gz
Correct warning categories
The 2 no-longer-needed warning categories were mentioned with each other's changes.
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 37ddfa0981..890bce5c70 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -91,14 +91,14 @@ For more detail see L<perlop/Class Instance Operator>.
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
+the warning category C<experimental::alpha_assertions> 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
+C<experimental::script_run> will continue to work without any
changes needed. Enabling the category has no effect.
=head2 Feature checks are now faster