# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Catalyst::Plugin::Authorization::ACL', 'VERSION_FROM' => 'lib/Catalyst/Plugin/Authorization/ACL.pm', 'PREREQ_PM' => { 'Catalyst' => '5.7', 'Class::Data::Inheritable' => '0', 'Class::Throwable' => '0', 'Tree::Simple::Visitor::FindByPath' => '0', 'Tree::Simple::Visitor::GetAllDescendents' => '0' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;