From: Tomas Doran Date: Wed, 27 May 2009 19:47:11 +0000 (+0000) Subject: Sharedir in Makefile.PL X-Git-Tag: 1.21_01~1^2~132 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5561a11ece2fab5090dd404f727754b270d6ed20;hp=455739ad562e435af09f98fb477d5b051ed5c876;p=catagits%2FCatalyst-Devel.git Sharedir in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 46fb3c9..6387947 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,6 +3,7 @@ use inc::Module::Install 0.87; name 'Catalyst-Devel'; all_from 'lib/Catalyst/Devel.pm'; +requires 'File::ShareDir'; requires 'Catalyst' => '5.8000'; requires 'Catalyst::Action::RenderView' => '0.04'; requires 'Catalyst::Plugin::Static::Simple' => '0.16';