This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Sync Module-CoreList in Maintainers.pl with CPAN
[perl5.git] / Porting / Maintainers
CommitLineData
b128a327
JH
1#!/usr/bin/perl -w
2
3#
c9fe4ea1 4# Maintainers - show information about maintainers
b128a327
JH
5#
6
7use strict;
0cf51544 8use lib "Porting";
b128a327 9
0cf51544 10use Maintainers qw(show_results process_options);
b128a327 11
0cf51544 12show_results(process_options());
b128a327 13
b128a327 14