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.40
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Lingua::Han::Utils',
  'VERSION_FROM' => 'lib/Lingua/Han/Utils.pm',
  'PREREQ_PM' => {
                   'Encode::Detect::CJK' => 0,
                   'Test::More' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;