The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678910 use Test::Most;use Test::OpenTracing::Interface::Scope qw/can_all_ok/;use strict;use warnings;use OpenTracing::Implementation::DataDog::Scope;can_all_ok('OpenTracing::Implementation::DataDog::Scope');done_testing();
use
Test::Most;
Test::OpenTracing::Interface::Scope
qw/can_all_ok/
;
strict;
warnings;
OpenTracing::Implementation::DataDog::Scope;
can_all_ok(
'OpenTracing::Implementation::DataDog::Scope'
);
done_testing();