From: Tomas Doran Date: Sat, 5 May 2012 10:49:43 +0000 (+0100) Subject: Fix vague 'checkout' wording in Catalyst::Utils. RT#77000 X-Git-Tag: 5.90012~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=e01b60938f8c09eb9f02f267ae5d694e327d9832;hp=be21bc19ab7e5b061e201748758d8f38f50dfe3d Fix vague 'checkout' wording in Catalyst::Utils. RT#77000 --- diff --git a/Changes b/Changes index 0dba09e..261eb27 100644 --- 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 diff --git a/lib/Catalyst/Utils.pm b/lib/Catalyst/Utils.pm index 440d9e9..d46e143 100644 --- a/lib/Catalyst/Utils.pm +++ b/lib/Catalyst/Utils.pm @@ -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