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.4220
require 5.010;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'VERSION_FROM' => 'lib/Evented/Configuration.pm',
  'INSTALLDIRS' => 'site',
  'PL_FILES' => {},
  'EXE_FILES' => [],
  'NAME' => 'Evented::Configuration',
  'PREREQ_PM' => {
                   'Evented::Object' => '5.55'
                 }
)
;