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 Config;
use ExtUtils::MakeMaker;
WriteMakefile(
  NAME          => 'HTML::EmbeddedPerl',
  ABSTRACT_FROM => 'lib/HTML/EmbeddedPerl.pm',
  AUTHOR        => 'TWINKLE COMPUTING <twinkle@cpan.org>',
  LICENSE       => 'perl',
  VERSION_FROM  => 'lib/HTML/EmbeddedPerl.pm',
  INST_SCRIPT   => 'blib/bin',
  INC           => '-I . -I mod_twepl',
  EXE_FILES     => ["bin/twepl$Config{_exe}"],
);

# xsubpp
print "ParseXS: processing to twepl_xsubs.\n";
chdir 'mod_twepl';
require 'XSUBTRIM.PL';