X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=31446c9fbbf14a6646cae4518ecd758d3daf4654;hb=5662d9dc3d49accad1efeab2527c9e02cdc7cddd;hp=b821853e5d617e7fcf056b70de95e9fbd35cb015;hpb=4c29e62ebc6c12535d3ae334cd592696886b793f;p=catagits%2FCatalyst-Plugin-Cache.git diff --git a/Makefile.PL b/Makefile.PL index b821853..31446c9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use inc::Module::Install; name 'Catalyst-Plugin-Cache'; all_from 'lib/Catalyst/Plugin/Cache.pm'; -requires 'Catalyst' => '5.7'; +requires 'Catalyst' => '5.8'; requires 'Storable' => 0; requires 'Task::Weaken' => 0; test_requires 'Test::Deep' => 0;