X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=650c947837f17095f713701784d5d60d66d2fc47;hp=60ba43f03ffdc2f913e123d5d2e60e07310bd734;hb=d134bcca06274815d0e9c3ff44171742cf6f5f49;hpb=e7164f21e0bca09c087b84a207b6afc2ae376e06 diff --git a/Makefile.PL b/Makefile.PL index 60ba43f..650c947 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ name 'Catalyst-Runtime'; all_from 'lib/Catalyst/Runtime.pm'; requires 'namespace::clean'; -requires 'Scope::Upper'; +requires 'Scope::Upper' => '0.06'; requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00700'; requires 'Moose' => '0.64'; requires 'Carp';