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.03

# note that I shoved this bit in by hand - Mark
use 5.007003;

use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Test::utf8',
          'VERSION_FROM' => 'lib/Test/utf8.pm',
          'PREREQ_PM' => {
                           'Test::Builder' => '0.15',
                           'Test::Builder::Tester' => '1.01'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;