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 inc::Module::Install;

name     'Catalyst-View-ByCode';
all_from 'lib/Catalyst/View/ByCode.pm';
author   q{Wolfgang Kinkeldei <wolfgang@kinkeldei.de>};
license  'perl';

build_requires 'Test::More';

auto_install;

WriteAll;