diff options
author | Ricardo Signes <rjbs@cpan.org> | 2014-12-18 21:21:58 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-01-05 21:31:41 -0500 |
commit | 9650f35b1f161b417324376040f61ae47b518529 (patch) | |
tree | cd6b5aac2c9d2e36dcf636076f66c8b6214f51ff /pod/perlpolicy.pod | |
parent | b50cfd0a486367dd5f82cdf3ec88ee9d3aa67aa4 (diff) | |
download | perl-9650f35b1f161b417324376040f61ae47b518529.tar.gz |
perlpolicy: the point is caution, not low stakes
Diffstat (limited to 'pod/perlpolicy.pod')
-rw-r--r-- | pod/perlpolicy.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlpolicy.pod b/pod/perlpolicy.pod index 683d62c021..b1fef2186b 100644 --- a/pod/perlpolicy.pod +++ b/pod/perlpolicy.pod @@ -158,8 +158,8 @@ 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. If both the cost and the gain are believed to -be low, backward compatibility wins. When a feature is deprecated, a +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. |