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 'CatalystX-Menu-Tree';
all_from 'lib/CatalystX/Menu/Tree.pm';

test_requires 'Test::More';
no_index 'inc';
requires 'Catalyst::Runtime';
requires 'MRO::Compat';

WriteAll();