summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2015-07-07 18:59:40 -0400
committerJames E Keenan <jkeenan@cpan.org>2015-07-10 18:43:02 -0400
commit7f279091ed7e7241570d4e4abce94248caeb8869 (patch)
tree80b6a1fb5ac494fc206384b327986e17c8a4de2d
parent913cec4246caa89e35bb997c168e7ea2dfcadc4f (diff)
downloadperl-7f279091ed7e7241570d4e4abce94248caeb8869.tar.gz
Clarify that deprecated_in() returns a perl version.
I.e., a string like 5.010001. This makes documentation of deprecated_in() consistent with that of other Module::CoreList functions. For: RT # 125563 (2nd of two problems raised)
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pod b/dist/Module-CoreList/lib/Module/CoreList.pod
index edc00ec9fe..b32335e353 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pod
+++ b/dist/Module-CoreList/lib/Module/CoreList.pod
@@ -100,7 +100,7 @@ omitted, it defaults to the current version of Perl.
Available in version 2.77 and above.
-Returns the first PERL_VERSION where the MODULE was marked as deprecated. Returns C<undef>
+Returns the first perl version where the MODULE was marked as deprecated. Returns C<undef>
if the MODULE has not been marked as deprecated.
=item C<removed_from( MODULE )>