import my old svn repo here
[catagits/Catalyst-Component-ACCEPT_CONTEXT.git] / Makefile.PL
1 use inc::Module::Install;
2 use strict;
3 use warnings;
4
5 name 'Catalyst-Component-ACCEPT_CONTEXT';
6 all_from 'lib/Catalyst/Component/ACCEPT_CONTEXT.pm';
7
8 requires 'Catalyst';
9 requires 'Scalar::Util';
10 build_requires 'Devel::Cycle';
11 auto_install;
12 WriteAll;
13