Made JSAN support optional
[catagits/Catalyst-Runtime.git] / Build.PL
index 0c29696..992fba1 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -12,7 +12,7 @@ my $build = Module::Build->new(
         'Class::Data::Inheritable'          => 0,
         'CGI::Cookie'                       => 0,
         'HTML::Entities'                    => 0,
-        'HTTP::Body'                        => 0,
+        'HTTP::Body'                        => 0.03,
         'HTTP::Headers'                     => 1.59,
         'HTTP::Request'                     => 0,
         'HTTP::Response'                    => 0,
@@ -29,7 +29,7 @@ my $build = Module::Build->new(
         'Tree::Simple::Visitor::FindByPath' => 0,
         'URI'                               => 1.35,
     },
-    recommends         => { 'Catalyst::Engine::Apache' => 0, },
+    recommends         => { 'Catalyst::Engine::Apache' => 0, JSAN => 0 },
     create_makefile_pl => 'passthrough',
     create_readme      => 1,
     script_files       => [ glob('script/*') ],