xref: /openbsd-src/gnu/usr.bin/perl/Porting/Maintainers (revision 8500990981f885cbe5e6a4958549cacc238b5ae6)
1#!/usr/bin/perl -w
2
3#
4# Maintainers - show information about maintainers
5#
6
7use strict;
8use lib "Porting";
9
10use Maintainers qw(show_results process_options);
11
12show_results(process_options());
13
14
15