fixed psig loggers
John Napiorkowski [Mon, 18 Mar 2013 20:24:57 +0000 (16:24 -0400)]
Changes
lib/Catalyst/Utils.pm

diff --git a/Changes b/Changes
index c10ca7f..271f537 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
 5.90021 - TBA
+  - Added cpanfile as a way to notice we are a dev checkout
   - Added 'x-tunneled-method' HTTP Header method override to match features in
     Catalyst::Action::REST and in other similar systems on CPAN
 
index d46e143..245c789 100644 (file)
@@ -173,12 +173,14 @@ These are:
 
 =item dist.ini
 
+=item L<cpanfile>
+
 =back
 
 =cut
 
 sub dist_indicator_file_list {
-    qw{Makefile.PL Build.PL dist.ini};
+    qw{Makefile.PL Build.PL dist.ini cpanfile};
 }
 
 sub home {