The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Note: this file was auto-generated by Module::Build::Compat version 0.39_01
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'WWW::LinkChecker::Internal',
  'VERSION_FROM' => 'lib/WWW/LinkChecker/Internal.pm',
  'PREREQ_PM' => {
                   'Getopt::Long' => 0,
                   'Test::More' => 0,
                   'WWW::Mechanize' => 0,
                   'strict' => 0,
                   'warnings' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'scripts/link-checker'
                 ],
  'PL_FILES' => {}
)
;