remove Test::WWW::Mechanize::Catalyst from Makefile.PL (circular dep)
Matt S Trout [Fri, 19 May 2006 01:36:04 +0000 (01:36 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 88f390c..0c6463c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 This file documents the revision history for Perl extension Catalyst.
 
+        - Removed Test::WWW::Mechanize::Catalyst from Makefile.PL (circular dep)
         - Updated docs for Catalyst::Component
         - Separated execute and dispatch on Catalyst::Action
         - cleaned up logging and debug output
index 3500fab..5bbb8a9 100644 (file)
@@ -45,10 +45,6 @@ feature 'Apache/mod_perl Support',
 
 feature 'FastCGI Support', -default => 0, 'FCGI' => 0, 'FCGI::ProcManager' => 0;
 
-feature 'Test::WWW::Mechanize::Catalyst Support',
-  -default                         => 0,
-  'Test::WWW::Mechanize::Catalyst' => 0;
-
 feature 'PAR Support',
   -default => 0,
   'PAR'    => 0;