summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2009-10-21 07:49:40 -0400
committerDavid Golden <dagolden@cpan.org>2009-10-21 07:51:44 -0400
commita069fd9ed26dbc9a5d8eb94afb3326588c6b5e56 (patch)
tree89a3194fca5505390a3574e08582bb1c8cd2d217 /dist
parent295e8c06d82ac75b111246bf21d51c7f30b6aa10 (diff)
downloadperl-a069fd9ed26dbc9a5d8eb94afb3326588c6b5e56.tar.gz
Fix documentation of Module::CoreList::is_deprecated
Diffstat (limited to 'dist')
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index bdfbbe2e4b..123f4fafed 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.