The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

my %options =
  (
  NAME     => 'InlineX::C2XS::Context',
  VERSION_FROM => 'Context.pm',
  LICENSE  => 'perl',
  );

WriteMakefile(%options);