perl/Porting/Maintainers
Jarkko Hietaniemi 0cf5154416 Add META.yml and Stas' makemeta (plus extensive reworking
of the Maintainers utility)

p4raw-id: //depot/perl@20491
2003-08-05 08:31:29 +00:00

15 lines
194 B
Perl

#!/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());