The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use strict;
use warnings;
use inc::Module::Install 0.65;

name 'Catalyst-Plugin-Cache-Memcached';
all_from 'lib/Catalyst/Plugin/Cache/Memcached.pm';

requires 'Catalyst::Runtime' => '5.7006';
requires 'Cache::Memcached';

auto_install;
WriteAll;