This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix .gitignore: only ignore 'perl' in root of repo, not U/perl subdir
[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:.
2f125bce 12: Ask e-mail of administrator
959f3c4c
JH
13$cat <<EOM
14
15If you or somebody else will be maintaining perl at your site, please
16fill in the correct e-mail address here so that they may be contacted
17if necessary. Currently, the "perlbug" program included with perl
063063db 18will send mail to this address in addition to perlbug@perl.org. You may
959f3c4c
JH
19enter "none" for no administrator.
20
21EOM
22case "$perladmin" in
23'') dflt="$cf_email";;
24*) dflt="$perladmin";;
25esac
26rp='Perl administrator e-mail address'
27. ./myread
28perladmin="$ans"
29