0.06 version bump and changelog
[catagits/Catalyst-Component-ACCEPT_CONTEXT.git] / Makefile.PL
CommitLineData
6166f03d 1use inc::Module::Install;
75f37967 2use strict;
3use warnings;
6166f03d 4
5name 'Catalyst-Component-ACCEPT_CONTEXT';
6all_from 'lib/Catalyst/Component/ACCEPT_CONTEXT.pm';
7
75f37967 8requires 'Catalyst';
9requires 'Scalar::Util';
ff05bc31 10requires 'MRO::Compat';
75f37967 11build_requires 'Devel::Cycle';
12auto_install;
13WriteAll;
6166f03d 14