From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910 #!/usr/bin/perl -wuse strict;use warnings;use Test::DescribeMe qw(author);use Test::Needs 'Test::Synopsis';Test::Synopsis->import();all_synopsis_ok();
#!/usr/bin/perl -w
use
strict;
warnings;
Test::DescribeMe
qw(author)
;
Test::Needs
'Test::Synopsis'
Test::Synopsis->
import
();
all_synopsis_ok();