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