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

use strict;
our $VERSION = 'v0.46.1';
sub bootstrap_tracer {
my $implementation_class = shift;
my @implementation_args = @_;
return Tracer->new( @implementation_args );
}
BEGIN {
} # check at compile time, perl -c will work
1;