Modify Module::CoreList docs to state the availability of the removed_from() functions.
Chris 'BinGOs' Williams [Sat, 8 May 2010 13:40:24 +0000 (14:40 +0100)]
dist/Module-CoreList/lib/Module/CoreList.pm

index 78f06dc..31be3c7 100644 (file)
@@ -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.