From 7f279091ed7e7241570d4e4abce94248caeb8869 Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Tue, 7 Jul 2015 18:59:40 -0400 Subject: 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) --- dist/Module-CoreList/lib/Module/CoreList.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +Returns the first perl version where the MODULE was marked as deprecated. Returns C if the MODULE has not been marked as deprecated. =item C -- cgit v1.2.1