diff options
author | Aristotle Pagaltzis <pagaltzis@gmx.de> | 2019-02-18 00:14:46 +0100 |
---|---|---|
committer | Aristotle Pagaltzis <pagaltzis@gmx.de> | 2019-02-18 00:14:46 +0100 |
commit | 7f4cf7621dff61fd6643465d9120524907cb34b3 (patch) | |
tree | f49a13c67f35ffe5ed185116cb8e1d80e23a75ec /lib | |
parent | a64ac81e504b759fcf679d357a59737a7a1c2c08 (diff) | |
download | perl-7f4cf7621dff61fd6643465d9120524907cb34b3.tar.gz |
prepare next patch
Diffstat (limited to 'lib')
-rw-r--r-- | lib/deprecate.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/deprecate.pm b/lib/deprecate.pm index c52f381af2..bc883e7478 100644 --- a/lib/deprecate.pm +++ b/lib/deprecate.pm @@ -84,7 +84,6 @@ deprecate - Perl pragma for deprecating the core version of a module This module is used using C<use deprecate;> (or something that calls C<< deprecate->import() >>, for example C<use if COND, deprecate;>). - If the module that includes C<use deprecate> is located in a core library directory, a deprecation warning is issued, encouraging the user to use the version on CPAN. If that module is located in a site library, it is |