X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=3700c20f89001ed123eeeae195a10c6d6a822efb;hp=a9beeef78f9a79858adf618baae776ea1f5c3394;hb=d4e3f644985ba3164db36980df32a5a1d530c6f5;hpb=88d1b599e1163761c9bd53bec53ba078f13e09d4 diff --git a/Makefile.PL b/Makefile.PL index a9beeef..3700c20 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,6 +23,7 @@ requires 'Object::Signature'; requires 'MRO::Compat'; requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00801'; requires 'Moose' => '0.76'; +requires 'HTML::Entities'; # an indirect dep. needs a certain version. requires 'Tie::RefHash' => '1.34';