summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Timmermans <fawaka@gmail.com>2021-08-16 17:07:35 +0200
committerLeon Timmermans <fawaka@gmail.com>2021-08-16 17:07:35 +0200
commit35e9cc26ebde570031d35a49a9dc16ac6ecd8e9e (patch)
tree83153754be9e088b68336a34d1994e4e64c3da33
parenta5922cb58907d358f44c79ecfb2e3867224d8425 (diff)
downloadperl-35e9cc26ebde570031d35a49a9dc16ac6ecd8e9e.tar.gz
Perldelta that «use v5.35» enables warnings
-rw-r--r--pod/perldelta.pod7
1 files changed, 2 insertions, 5 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 9beb35e5cb..91996ee00a 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -24,11 +24,8 @@ explicitly.
=head1 Core Enhancements
-XXX New core language features go here. Summarize user-visible core language
-enhancements. Particularly prominent performance optimisations could go
-here, but most should go in the L</Performance Enhancements> section.
-
-[ List each enhancement as a =head2 entry ]
+All warnings are enabled automatically within the scope of
+a C<L<use v5.35|perlfunc/use VERSION>> (or higher) declaration.
=head1 Security