From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910 #!/usr/bin/env perluse strict;use warnings;use Test::More;use Test::CheckManifest;ok_manifest();
#!/usr/bin/env perl
use
strict;
warnings;
Test::More;
Test::CheckManifest;
ok_manifest();