Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
12345678910111213 #!perluse strict;use warnings;use Test::More;BEGIN { use_ok('Promises');}done_testing;
#!perl
use
strict;
warnings;
Test::More;
BEGIN {
use_ok(
'Promises'
);
}
done_testing;