From: Chris 'BinGOs' Williams Date: Sat, 8 May 2010 13:40:24 +0000 (+0100) Subject: Modify Module::CoreList docs to state the availability of the removed_from() functions. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=279018d8f7ee0701721a840ba1e85752012463bf;p=p5sagit%2Fp5-mst-13.2.git Modify Module::CoreList docs to state the availability of the removed_from() functions. --- diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 78f06dc..31be3c7 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 +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 +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.