Correct the SYNOPSIS for Module::CoreList::Utils
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Thu, 27 Jun 2013 15:15:32 +0000 (16:15 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Thu, 27 Jun 2013 15:15:32 +0000 (16:15 +0100)
dist/Module-CoreList/lib/Module/CoreList/Utils.pm

index cb5ff4e..78acbfb 100644 (file)
@@ -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