Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more

BEGIN {
$ENV{OPENTRACING_INTERFACE} = 1 unless exists $ENV{OPENTRACING_INTERFACE};
}
#
# This breaks if it would be set to 0 externally, so, don't do that!!!
BEGIN {
use_ok('OpenTracing::Role::SpanContext');
};
done_testing;