From: David Golden Date: Wed, 21 Oct 2009 11:49:40 +0000 (-0400) Subject: Fix documentation of Module::CoreList::is_deprecated X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a069fd9ed26dbc9a5d8eb94afb3326588c6b5e56;p=p5sagit%2Fp5-mst-13.2.git Fix documentation of Module::CoreList::is_deprecated --- diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index bdfbbe2..123f4fa 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -49,7 +49,7 @@ Since 2.11, Module::CoreList::first_release() returns the first release in the order of perl version numbers. If you want to get the earliest perl release instead, use Module::CoreList::first_release_by_date(). -New in 2.22, Module::CoreList::deprecated(MODULE,PERL_VERSION) returns true +New in 2.22, Module::CoreList::is_deprecated(MODULE,PERL_VERSION) returns true if MODULE is marked as deprecated in PERL_VERSION. If PERL_VERSION is omitted, it defaults to the current version of Perl.