The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Generated by git-ship. See 'git-ship --man' for help or https://github.com/jhthorsen/app-git-ship
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
  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(script/docsis-configfile)],
  BUILD_REQUIRES => {}
,
  TEST_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'
}
,
  META_MERGE     => {
    'dynamic_config' => 0,
    'meta-spec'      => {version => 2},
    'resources'      => {
      bugtracker => {web => 'https://github.com/jhthorsen/docsis-configfile/issues'},
      homepage   => 'https://github.com/jhthorsen/docsis-configfile',
      repository => {
        type => 'git',
        url  => 'https://github.com/jhthorsen/docsis-configfile.git',
        web  => 'https://github.com/jhthorsen/docsis-configfile',
      },
    },
  },
  test => {S => (-e 'META.yml' ? 't/*.t' : 't/*.t xt/*.t')},
);

unless (eval { ExtUtils::MakeMaker->VERSION('6.63_03') }) {
  my $test_requires = delete $WriteMakefileArgs{TEST_REQUIRES};
  @{$WriteMakefileArgs{PREREQ_PM}}{keys %$test_requires} = values %$test_requires;
}

WriteMakefile(%WriteMakefileArgs);