Added $c-req->protocol and $c->req->secure
[catagits/Catalyst-Runtime.git] / Build.PL
index e6decc6..7f08e12 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -16,7 +16,7 @@ my $build = Module::Build->new(
         'HTTP::Request'                     => 0,
         'HTTP::Response'                    => 0,
         'LWP::UserAgent'                    => 0,
-        'Module::Pluggable::Fast'           => 0.14.14,
+        'Module::Pluggable::Fast'           => 0.14,
         'Path::Class'                       => 0,
         'Template'                          => 0,
         'Text::ASCIITable'                  => 0,
@@ -24,6 +24,7 @@ my $build = Module::Build->new(
         'Tree::Simple::Visitor::FindByPath' => 0,
         'URI'                               => 0,
     },
+    create_makefile_pl => 'passthrough',
     script_files => [ glob('script/*') ],
     test_files   => [
         glob('t/*.t'), glob('t/*/*.t'), glob('t/*/*/*.t'), glob('t/*/*/*/*.t')