X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=8f88af454b192234e0224548d96698b75b8cec32;hp=e97a3ba16143a5f33b042826472dc96320346fcf;hb=3d041c32e1c9ba81fabe6e85c36a9e3ec96f7287;hpb=8a440eba91ace539964b76901ad0e9274ece4ec6 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';