From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

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