From: John Napiorkowski Date: Mon, 18 Mar 2013 20:24:57 +0000 (-0400) Subject: fixed psig loggers X-Git-Tag: 5.90030~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5d16179bed95c8dd3928ff6bb2cadb3edf4334ba;hp=93c35f02b80d64aefb87db79ba40951bdcb84356;p=catagits%2FCatalyst-Runtime.git fixed psig loggers --- diff --git a/Changes b/Changes index c10ca7f..271f537 100644 --- 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 diff --git a/lib/Catalyst/Utils.pm b/lib/Catalyst/Utils.pm index d46e143..245c789 100644 --- a/lib/Catalyst/Utils.pm +++ b/lib/Catalyst/Utils.pm @@ -173,12 +173,14 @@ These are: =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 {