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.4224
require 5.014;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'INSTALLDIRS' => 'site',
  'VERSION_FROM' => 'lib/Linux/DesktopFiles.pm',
  'PL_FILES' => {},
  'NAME' => 'Linux::DesktopFiles',
  'PREREQ_PM' => {
                   'GDBM_File' => 0
                 },
  'EXE_FILES' => []
)
;