X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Component-ACCEPT_CONTEXT.git;a=blobdiff_plain;f=Makefile.PL;h=d173933aaee6f0d6d16fc23e454b1cfc1fed69eb;hp=1a9f71425318972ba7efe1ba84fdfc695a6b8a29;hb=75f37967953d7c4558c4e4bfd6525e2afc61fd7c;hpb=6166f03d12382556473156bd939721414a11fcb2 diff --git a/Makefile.PL b/Makefile.PL index 1a9f714..d173933 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,11 +1,13 @@ use inc::Module::Install; +use strict; +use warnings; name 'Catalyst-Component-ACCEPT_CONTEXT'; all_from 'lib/Catalyst/Component/ACCEPT_CONTEXT.pm'; -build_requires 'Catalyst::Runtime'; -build_requires 'Test::WWW::Mechanize::Catalyst'; -build_requires 'Test::More'; -build_requires 'ok'; +requires 'Catalyst'; +requires 'Scalar::Util'; +build_requires 'Devel::Cycle'; +auto_install; +WriteAll; -WriteAll();