diff options
author | Ricardo Signes <rjbs@cpan.org> | 2014-12-18 21:25:27 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-01-05 21:31:41 -0500 |
commit | 667f5e7f722e725f12e664e2dd66190f90db42d7 (patch) | |
tree | 5f58ae4fb87b4bb8945c5a67c338cd84e3fe9365 /pod/perlpolicy.pod | |
parent | 9650f35b1f161b417324376040f61ae47b518529 (diff) | |
download | perl-667f5e7f722e725f12e664e2dd66190f90db42d7.tar.gz |
perlpolicy: clarify what "feature can be replaced" means
Diffstat (limited to 'pod/perlpolicy.pod')
-rw-r--r-- | pod/perlpolicy.pod | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/pod/perlpolicy.pod b/pod/perlpolicy.pod index b1fef2186b..b6107af073 100644 --- a/pod/perlpolicy.pod +++ b/pod/perlpolicy.pod @@ -155,13 +155,14 @@ We want to ensure that Perl continues to grow and flourish in the coming years and decades, but not at the expense of our user community. Existing syntax and semantics should only be marked for destruction in -very limited circumstances. If they can be easily replaced, are -believed to be very rarely used, and stand in the way of actual -improvement to the Perl language or perl interpreter, they may be -considered for removal. When in doubt, caution dictates that we will -favor backward compatibility. When a feature is deprecated, a -statement of reasoning describing the decision process will be posted, -and a link to it will be provided in the relevant perldelta documents. +very limited circumstances. If they believed to be very rarely used, +stand in the way of actual improvement to the Perl language or perl +interpreter, and if affected code can be easily updated to continue +working, they may be considered for removal. When in doubt, caution +dictates that we will favor backward compatibility. When a feature is +deprecated, a statement of reasoning describing the decision process +will be posted, and a link to it will be provided in the relevant +perldelta documents. Using a lexical pragma to enable or disable legacy behavior should be considered when appropriate, and in the absence of any pragma legacy |