summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-05-08 14:40:24 +0100
committerJesse Vincent <jesse@bestpractical.com>2010-08-25 13:11:26 -0400
commitc75e762cb2f6020a5331f6ce5d75d30f28f83611 (patch)
treef9ab51df2c8325b8e45707a8ee4fd83b81b8270d
parent306b57ccd99768ed6551f074510cf8bbd06cb086 (diff)
downloadperl-c75e762cb2f6020a5331f6ce5d75d30f28f83611.tar.gz
Modify Module::CoreList docs to state the availability of the removed_from() functions.
(cherry picked from commit 279018d8f7ee0701721a840ba1e85752012463bf)
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index dd88b454c8..956e0b8a93 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -84,12 +84,16 @@ omitted, it defaults to the current version of Perl.
=item C<removed_from( MODULE )>
+Available in version 2.32 and above
+
Takes a module name as an argument, returns the first perl version where that module
was removed from core. Returns undef if the given module was never in core or remains
in core.
=item C<removed_from_by_date( MODULE )>
+Available in version 2.32 and above
+
Takes a module name as an argument, returns the first perl version by release date where that module
was removed from core. Returns undef if the given module was never in core or remains
in core.