/usr/local/CPAN/Catalyst-Plugin-Cache/Makefile.PL


use inc::Module::Install;

name 'Catalyst-Plugin-Cache';
all_from 'lib/Catalyst/Plugin/Cache.pm';
requires        'Catalyst'        => '5.7';
requires 'Storable'        => 0;
requires        'Task::Weaken'    => 0;
test_requires        'Test::Deep'      => 0;
test_requires        'Test::Exception' => 0;
test_requires        'Test::More'      => '0.88';
requires        'MRO::Compat'     => 0;

resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Plugin-Cache';
WriteAll;