X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FUtils.pm;h=245c7892d6459216f4dfa5ce80aea9f1f4a18275;hb=1bef5f599dd1a07e3693ea84fe805a31efa08142;hp=440d9e9c7867fc821441c251ea06309a2653bd15;hpb=a8946dc8b4ba4c46b4db564b8f9692d48cc7a62f;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Utils.pm b/lib/Catalyst/Utils.pm index 440d9e9..245c789 100644 --- a/lib/Catalyst/Utils.pm +++ b/lib/Catalyst/Utils.pm @@ -161,12 +161,26 @@ 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 + +=item L + +=back =cut sub dist_indicator_file_list { - qw{Makefile.PL Build.PL dist.ini}; + qw{Makefile.PL Build.PL dist.ini cpanfile}; } sub home {