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
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
14 If you or somebody else will be maintaining perl at your site, please
15 fill in the correct e-mail address here so that they may be contacted
16 if necessary. Currently, the "perlbug" program included with perl
17 will send mail to this address in addition to perlbug@perl.org. You may
18 enter "none" for no administrator.
19
20 EOM
21 case "$perladmin" in
22 '') dflt="$cf_email";;
23 *) dflt="$perladmin";;
24 esac
25 rp='Perl administrator e-mail address'
26 . ./myread
27 perladmin="$ans"
28