X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8f88af454b192234e0224548d96698b75b8cec32;hb=11ae73780599395627cb18dc95849ddcb0fce2ae;hp=e97a3ba16143a5f33b042826472dc96320346fcf;hpb=def528160d211a56360aaf12efa8765c6c5ffc57;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index e97a3ba..8f88af4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,6 +6,7 @@ name 'Catalyst-Runtime'; all_from 'lib/Catalyst/Runtime.pm'; requires 'namespace::clean'; +requires 'B::Hooks::EndOfScope'; requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00600'; requires 'Moose' => '0.59'; requires 'Carp';