# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Catalyst::Plugin::Authentication::Credential::TypeKey', 'VERSION_FROM' => 'lib/Catalyst/Plugin/Authentication/Credential/TypeKey.pm', 'PREREQ_PM' => { 'Authen::TypeKey' => '0', 'Catalyst' => '5.5', 'Catalyst::Plugin::Authentication' => '0', 'Test::MockObject' => '1.01' }, 'INSTALLDIRS' => 'site', 'PL_FILES' => {} ) ;