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 ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'         => 'Catalyst::Plugin::Authorization::Roles',
    'VERSION_FROM' => 'lib/Catalyst/Plugin/Authorization/Roles.pm',
    'PREREQ_PM'    => {
        'Catalyst'                         => '5.49',
        'Catalyst::Plugin::Authentication' => '0.03',
        'Set::Object'                      => '1.14',
        'Test::Exception'                  => '0',
        'Test::MockObject'                 => '1.01',
        'UNIVERSAL::isa'                   => '0.05'
    },
    'INSTALLDIRS' => 'site',
    'PL_FILES'    => {},
    'SIGN'        => 1,
);