diff options
author | David Steinbrunner <dsteinbrunner@pobox.com> | 2013-05-21 07:17:21 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2013-05-25 14:48:53 +0200 |
commit | f5ee86c7378dd2609eec3b496254def6f3d58a68 (patch) | |
tree | 6a24a8e7e8f4c42464886c5ce250491bc8ae843f /dist | |
parent | efaa61e24beb535fda79f980bb05126966ecca87 (diff) | |
download | perl-f5ee86c7378dd2609eec3b496254def6f3d58a68.tar.gz |
typo fix for Module::CoreList
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pod b/dist/Module-CoreList/lib/Module/CoreList.pod index b98a1b3419..1a47d32750 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pod +++ b/dist/Module-CoreList/lib/Module/CoreList.pod @@ -111,7 +111,7 @@ The keys are library names and the values are hashrefs. Each hashref has an entry for one or both of C<left> and C<right>, giving the versions of the library in each of the left and right perl distributions. -For example, it might return these data (among others) for the the difference +For example, it might return these data (among others) for the difference between 5.008000 and 5.008001: 'Pod::ParseLink' => { left => '1.05', right => '1.06' }, |