From: Andrew Rodland Date: Sat, 18 Feb 2012 01:10:08 +0000 (-0500) Subject: Spell out "current directory" X-Git-Tag: 5.90011~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=122020c4bccf3c81c605e5f949acd5bd4fd63c59 Spell out "current directory" To make aspell happy, and maybe make people less confused. --- diff --git a/lib/Catalyst/Utils.pm b/lib/Catalyst/Utils.pm index 29bef60..7bdbca0 100644 --- a/lib/Catalyst/Utils.pm +++ b/lib/Catalyst/Utils.pm @@ -207,7 +207,7 @@ sub home { =head2 find_home_unloaded_in_checkout ($path) -Tries to determine if C<$path> (or cwd if not supplied) +Tries to determine if C<$path> (or the current directory if not supplied) looks like a checkout. Any leading lib or blib components will be removed, then the directory produced will be checked for the existence of a C<< dist_indicator_file_list() >>.