From 42e670e83c13d5cae089d1ac57b3b202fab2b114 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Thu, 27 Jun 2013 16:15:32 +0100 Subject: [PATCH] Correct the SYNOPSIS for Module::CoreList::Utils --- dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index cb5ff4e..78acbfb 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -879,8 +879,8 @@ Module::CoreList::Utils - what utilities shipped with versions of perl print $Module::CoreList::Utils::utilities{5.009003}{ptar}; # prints 1 - print Module::CoreList::Utils->first_release('corelist'); # prints 5.008009 - print Module::CoreList->first_release_by_date('corelist'); # prints 5.009002 + print Module::CoreList::Utils->first_release('corelist'); # prints 5.008009 + print Module::CoreList::Utils->first_release_by_date('corelist'); # prints 5.009002 =head1 DESCRIPTION -- 2.7.4