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.4214
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Net::SeedServe',
  'VERSION_FROM' => 'lib/Net/SeedServe.pm',
  'PREREQ_PM' => {
                   'IO::All' => '0.33',
                   'Test::More' => 0,
                   'Time::HiRes' => '1.59'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;