From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789101112 #!/usr/bin/perl -w## Maintainers - show information about maintainers#use strict;use lib "Porting";use Maintainers qw(show_results process_options);show_results(process_options());
#!/usr/bin/perl -w
#
# Maintainers - show information about maintainers
use
strict;
lib
"Porting"
;
Maintainers
qw(show_results process_options)
show_results(process_options());