Fixed prereq bug
[catagits/Catalyst-Runtime.git] / Build.PL
index 992fba1..bc9e77f 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -7,7 +7,7 @@ my $build = Module::Build->new(
     module_name        => 'Catalyst',
     requires           => {
         'perl'                              => '5.8.1',
-        'UNIVERSAL::require'                => 0,
+        'UNIVERSAL::require'                => "0.10",
         'Class::Accessor::Fast'             => 0,
         'Class::Data::Inheritable'          => 0,
         'CGI::Cookie'                       => 0,
@@ -29,7 +29,7 @@ my $build = Module::Build->new(
         'Tree::Simple::Visitor::FindByPath' => 0,
         'URI'                               => 1.35,
     },
-    recommends         => { 'Catalyst::Engine::Apache' => 0, JSAN => 0 },
+    recommends         => { 'Catalyst::Engine::Apache' => 0 },
     create_makefile_pl => 'passthrough',
     create_readme      => 1,
     script_files       => [ glob('script/*') ],