The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use 5.7.2;
use strict;
use ExtUtils::MakeMaker;

WriteMakefile(
              INC		=> "-I../Encode",
          NAME		=> 'Encode::Unicode',
          VERSION_FROM	=> "Unicode.pm",
          MAN3PODS  => {},
          );