Fix vague 'checkout' wording in Catalyst::Utils. RT#77000
Tomas Doran [Sat, 5 May 2012 10:49:43 +0000 (11:49 +0100)]
Changes
lib/Catalyst/Utils.pm

diff --git a/Changes b/Changes
index 0dba09e..261eb27 100644 (file)
--- a/Changes
+++ b/Changes
@@ -18,6 +18,7 @@
     calling readers, rather than accessing elements in the $self->{} hash
     directly.
   - Add note in Catalyst::Component to strongly disrecommend $self->config
+  - Fix vague 'checkout' wording in Catalyst::Utils. RT#77000
 
 5.90011 - 2012-03-08 16:43:00
 
index 440d9e9..d46e143 100644 (file)
@@ -161,7 +161,19 @@ Returns home directory for given class.
 =head2 dist_indicator_file_list
 
 Returns a list of files which can be tested to check if you're inside
-a checkout
+a CPAN distribution which is not yet installed.
+
+These are:
+
+=over
+
+=item Makefile.PL
+
+=item Build.PL
+
+=item dist.ini
+
+=back
 
 =cut