From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567891011 #!/usr/bin/perluse strict;use warnings;use Test2::V0;use Net::Async::OpenExchRates;ok 1, 'to be implemented';done_testing();
#!/usr/bin/perl
use
strict;
warnings;
Test2::V0;
Net::Async::OpenExchRates;
ok 1,
'to be implemented'
;
done_testing();