The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Generated by git-ship. See 'git-ship --man' for help or https://github.com/jhthorsen/app-git-ship
use ExtUtils::MakeMaker;
WriteMakefile(
  NAME => 'DOCSIS::ConfigFile',
  AUTHOR => 'Jan Henning Thorsen <jhthorsen@cpan.org>',
  LICENSE => 'artistic_2',
  ABSTRACT_FROM => 'lib/DOCSIS/ConfigFile.pm',
  VERSION_FROM => 'lib/DOCSIS/ConfigFile.pm',
  EXE_FILES => [qw(  )],
  META_MERGE => {
    resources => {
      bugtracker => 'https://github.com/jhthorsen/docsis-configfile/issues',
      homepage => 'https://github.com/jhthorsen/docsis-configfile',
      repository => 'https://github.com/jhthorsen/docsis-configfile.git',
    },
  },
  BUILD_REQUIRES => {
  'Test::More' => '0.8'
}
,
  PREREQ_PM => {
  'Digest::HMAC_MD5' => '1.00',
  'Digest::MD5' => '2.30',
  'Digest::SHA' => '5.00',
  'Math::BigInt' => '1.80',
  'Socket' => '1.50',
  'bytes' => '1.00',
  'perl' => '5.010001'
}
,
  test => { TESTS => 't/*.t' },
);