The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.03
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' => '0',
                           'Test::Exception' => '0',
                           'Test::MockObject' => '1.01'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;