From 0ed8589e005b67d92a07aab80dc8d3911707a7b6 Mon Sep 17 00:00:00 2001 From: Jonathan Yu Date: Sat, 25 Feb 2012 08:52:29 -0800 Subject: [PATCH] Doc typo verison -> version --- lib/inc/latest.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/inc/latest.pm b/lib/inc/latest.pm index 8c53ea85..92e66356 100644 --- a/lib/inc/latest.pm +++ b/lib/inc/latest.pm @@ -132,7 +132,7 @@ a distribution and are used by Build.PL (or Makefile.PL). Arguments to C are module names that are checked against both the current C<@INC> array and against specially-named directories in C. If -the bundled verison is newer than the installed one (or the module isn't +the bundled version is newer than the installed one (or the module isn't installed, then, the bundled directory is added to the start of <@INC> and the module is loaded from there.