diff options
author | David Golden <dagolden@cpan.org> | 2012-09-27 11:08:09 -0400 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2012-09-27 11:08:15 -0400 |
commit | 42b68fb1f934ac50514f30d47e6528efa653e54f (patch) | |
tree | aaa760401c740facb201362c446415dd2a7a734f /pod | |
parent | b28fe7caf78b8f342c134fce9354b964f9e5f8cd (diff) | |
download | perl-42b68fb1f934ac50514f30d47e6528efa653e54f.tar.gz |
perlpolicy.pod: clarify module deprecation/removal
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlpolicy.pod | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/pod/perlpolicy.pod b/pod/perlpolicy.pod index 7e713b4920..1387b4567f 100644 --- a/pod/perlpolicy.pod +++ b/pod/perlpolicy.pod @@ -207,11 +207,15 @@ an experimental feature useful and want to help shape its future. If something in the Perl core is marked as B<deprecated>, we may remove it from the core in the next stable release series, though we may not. As of Perl 5.12, deprecated features and modules warn the user as they're used. -If you use a deprecated feature and believe that its removal from the Perl -core would be a mistake, please contact the perl5-porters mailinglist and -plead your case. We don't deprecate things without a good reason, but -sometimes there's a counterargument we haven't considered. Historically, -we did not distinguish between "deprecated" and "discouraged" features. +When a module is deprecated, it will also be made available on CPAN. +Installing it from CPAN will silence deprecation warnings for that module. + +If you use a deprecated feature or module and believe that its removal from +the Perl core would be a mistake, please contact the perl5-porters +mailinglist and plead your case. We don't deprecate things without a good +reason, but sometimes there's a counterargument we haven't considered. +Historically, we did not distinguish between "deprecated" and "discouraged" +features. =item discouraged @@ -225,7 +229,8 @@ significant improvement to the Perl core. Once a feature, construct or module has been marked as deprecated for a stable release cycle, we may remove it from the Perl core. Unsurprisingly, -we say we've B<removed> these things. +we say we've B<removed> these things. When a module is removed, it will +no longer ship with Perl, but will continue to be available on CPAN. =back |