The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Module::Build;
my $build = Module::Build->new
(
    module_name => 'XML::ED',
    c_source => 'lib/XML/ED/',
    license => "perl",
    sign => 1,
);

$build->create_build_script;