From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567891011 #!/usr/bin/perluse warnings;use strict;use Test::More;use_ok "String::Defer" or BAIL_OUT "module will not load!";done_testing;
#!/usr/bin/perl
use
warnings;
strict;
Test::More;
use_ok
"String::Defer"
or BAIL_OUT
"module will not load!"
;
done_testing;