From 41e4d0e1fdc7e3d080383502c9aaee1dfbf8b883 Mon Sep 17 00:00:00 2001 From: Lars Dieckow Date: Fri, 14 Jun 2013 17:00:10 +0200 Subject: [PATCH] bump dependencies for recent fixes --- Build.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index ca7f874ff4..6c607d8b0c 100644 --- a/Build.PL +++ b/Build.PL @@ -23,7 +23,7 @@ my $builder = Local::Module::Build->new( 'Catalyst::Plugin::Session' => 0, 'Catalyst::Plugin::Session::Store::FastMmap' => 0, 'Catalyst::Plugin::Session::State::Cookie' => 0, - 'Catalyst::Runtime' => '5.90014', + 'Catalyst::Runtime' => '5.90040', 'Catalyst::View::JSON' => 0, 'Catalyst::View::TT' => 0, 'Config::General' => 0, @@ -41,6 +41,7 @@ my $builder = Local::Module::Build->new( 'Moose::Util::TypeConstraints' => 0, 'MooseX::Object::Pluggable' => 0, 'namespace::autoclean' => 0, + 'NGCP::Schema' => '1.002', 'strict' => 0, 'Template' => 0, 'warnings' => 0,