The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

WriteMakefile(
'NAME' => 'OpenTracing::Implementation::DataDog',
'VERSION_FROM' => 'lib/OpenTracing/Implementation/DataDog.pm',
'LICENSE' => 'perl',
test => {
TESTS => 't/*.t t/*/*.t',
},
);