X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a600ea519ba32000dd18976ac345db965cd2615b;hb=03983f624cc797a92c441a839a9c5dd4f62d8303;hp=912cd9506d192fef80e20140ff45b8a36b5fcb3b;hpb=b8c160a4a02cba800468b8bba63e244da662b694;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 912cd95..a600ea5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,6 +19,7 @@ requires 'namespace::autoclean' => '0.09'; requires 'namespace::clean' => '0.13'; requires 'B::Hooks::EndOfScope' => '0.08'; requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00903'; +requires 'Class::Load' => '0.12'; requires 'Class::MOP' => '0.95'; requires 'Data::OptList'; requires 'Moose' => '1.03'; @@ -90,6 +91,7 @@ author_requires(map {; $_ => 0 } qw( Test::NoTabs Test::Pod Test::Pod::Coverage + Test::Spelling Pod::Coverage::TrustPod ));