projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Some escapes were mentioned twice, although they're not qr//-specific
[p5sagit/p5-mst-13.2.git]
/
Porting
/
Maintainers
1
#!/usr/bin/perl -w
2
3
#
4
# Maintainers - show information about maintainers
5
#
6
7
use strict;
8
use lib "Porting";
9
10
use Maintainers qw(show_results process_options);
11
12
show_results(process_options());
13
14