summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Leach <richardleach@users.noreply.github.com>2020-09-20 22:34:09 +0100
committerSawyer X <xsawyerx@cpan.org>2021-05-06 10:44:11 +0300
commit1005e8fb3c276d233bd991a5e81b483ab7814c85 (patch)
treeb300b483db83e5bab442ae001867e2056c626d3b
parent6f4a84653dedbe46980c4c4724ca6ff07ce374bb (diff)
downloadperl-1005e8fb3c276d233bd991a5e81b483ab7814c85.tar.gz
perldelta.pod: tweak -Dusedefaultstrict text
The existing text read to me as if -Dusedefaultstrict is on (i.e. defined) by default. Hopefully this PR is correct.
-rw-r--r--pod/perldelta.pod5
1 files changed, 2 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 77664782c6..c0adf622db 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -928,9 +928,8 @@ configuration option C<-Dusedefaultstrict>.
These strict defaults do not apply when C<perl> is run via C<-e> or C<-E>.
-This setting provides a diagnostic mechanism for perl developers for
-development and is intended for development purposes only and is thus turned
-on by default.
+This setting provides a diagnostic mechanism intended for development
+purposes only and is thus undefined by default.
=item *