The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use inc::Module::Install 0.91;

name 'Catalyst-ActionRole-FindViewByIsa';
all_from 'lib/Catalyst/ActionRole/FindViewByIsa.pm';
license 'perl';

test_requires 'Catalyst::Runtime' => '5.80';
test_requires 'Catalyst::Controller::ActionRole';
test_requires 'Catalyst::Action::Renderview';
test_requires 'Test::More';

if ($Module::Install::AUTHOR) {
    system("pod2text lib/Catalyst/ActionRole/FindViewByIsa.pm > README") and die;
}

WriteAll;