From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567891011 #!/bin/env perluse Test2::V0 -target => 'OpenTelemetry::Trace::Event';is CLASS->new, object { call name => 'empty'; call attributes => hash { etc }; # Does this need a getter? call timestamp => T;}, 'Can create an event';done_testing;
#!/bin/env perl
use
Test2::V0
-target
=>
'OpenTelemetry::Trace::Event'
;
is CLASS->new, object {
call
name
'empty'
attributes
=> hash { etc };
# Does this need a getter?
timestamp
=> T;
},
'Can create an event'
done_testing;