# Note: this file was auto-generated by Module::Build::Compat version 0.03
use
ExtUtils::MakeMaker;
WriteMakefile
(
'NAME'
=>
'Catalyst::Plugin::Authentication'
,
'VERSION_FROM'
=>
'lib/Catalyst/Plugin/Authentication.pm'
,
'PREREQ_PM'
=> {
'Catalyst'
=>
'5.49'
,
'Catalyst::Plugin::Session'
=>
'0.10'
,
'Class::Inspector'
=>
'0'
},
'INSTALLDIRS'
=>
'site'
,
'EXE_FILES'
=> [],
'PL_FILES'
=> {}
)
;