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 0.72;

if ( -e 'MANIFEST.SKIP' ) {
    system( 'pod2text lib/Catalyst/Action/RenderView.pm > README' );
}

name 'Catalyst-Action-RenderView';
all_from 'lib/Catalyst/Action/RenderView.pm';

requires 'Catalyst::Runtime' => '5.70';
requires 'Test::More';
requires 'Data::Visitor' => '0.08';

test_requires 'HTTP::Request::AsCGI';

auto_install;
WriteAll;