This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Part 2 of a big cleanup action based on the upcoming dist-4.0
[metaconfig.git] / U / perl / perladmin.U
CommitLineData
959f3c4c
JH
1?RCS: Copyright (c) 1996, Andy Dougherty
2?RCS:
3?RCS: You may distribute under the terms of either the GNU General Public
4?RCS: License or the Artistic License, as specified in the README file.
5?RCS:
6?MAKE:perladmin: cf_email Oldconfig Myread cat
7?MAKE: -pick add $@ %<
8?Y:TOP
9?S:perladmin:
10?S: Electronic mail address of the perl5 administrator.
11?S:.
12$cat <<EOM
13
14If you or somebody else will be maintaining perl at your site, please
15fill in the correct e-mail address here so that they may be contacted
16if necessary. Currently, the "perlbug" program included with perl
063063db 17will send mail to this address in addition to perlbug@perl.org. You may
959f3c4c
JH
18enter "none" for no administrator.
19
20EOM
21case "$perladmin" in
22'') dflt="$cf_email";;
23*) dflt="$perladmin";;
24esac
25rp='Perl administrator e-mail address'
26. ./myread
27perladmin="$ans"
28