updates from mst
Brian Cassidy [Thu, 16 Nov 2006 13:35:45 +0000 (13:35 +0000)]
Makefile.PL

index 4237453..0e94fe1 100644 (file)
@@ -6,6 +6,19 @@ all_from 'lib/Task/Catalyst.pm';
 requires 'Catalyst'        => '5.7006';
 requires 'Catalyst::Devel' => '1.01';
 
+feature 'Apache/mod_perl Support',
+  -default                   => 1,
+  'Catalyst::Engine::Apache' => '1.05';
+
+feature 'FastCGI Support',
+    -default            => 1,
+    'FCGI'              => 0,
+    'FCGI::ProcManager' => 0;
+
+feature 'PAR Support',
+    -default => 1,
+    'PAR'    => 0;
+
 feature 'Log4perl Support',
     -default                  => 1,
     'Params::Validate'        => 0,
@@ -16,6 +29,10 @@ feature 'HTML::Widget Support',
     'Date::Calc'                     => 0,
     'Catalyst::Plugin::HTML::Widget' => '1.1';
 
+feature 'FormBuilder Support',
+    -default                        => 1,
+    'Catalyst::Plugin::FormBuilder' => '1.06';
+
 feature 'Stacktrace Advanced Debugging Support',
     -default                       => 1,
     'Catalyst::Plugin::StackTrace' => '0.02';
@@ -24,10 +41,6 @@ feature 'Prototype Support',
     -default                      => 1,
     'Catalyst::Plugin::Prototype' => '1.32';
 
-feature 'DefaultEnd Support',
-    -default                       => 1,
-    'Catalyst::Plugin::DefaultEnd' => '0.03';
-
 feature 'SubRequest Support',
     -default                       => 1,
     'Catalyst::Plugin::SubRequest' => '0.10';
@@ -51,6 +64,10 @@ feature 'I18N Support',
     -default                 => 1,
     'Catalyst::Plugin::I18N' => '0.05';
 
+feature 'BindLex Support',
+    -default                => 1,
+    'Catalyst::Controller::BindLex => '0.03';
+
 feature 'DBIx::Class Support',
     -default                        => 1,
     'Catalyst::Model::DBIC::Schema' => '0.08';