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.4210
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Passwd::Keyring::OSXKeychain',
  'VERSION_FROM' => 'lib/Passwd/Keyring/OSXKeychain.pm',
  'PREREQ_PM' => {
                   'IPC::System::Simple' => '1.18',
                   'Module::Build' => '0.19',
                   'Test::More' => 0,
                   'Test::Pod::Coverage' => '1.0'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;