This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add the files from dist/meta to perl's repo
[metaconfig.git] / dist / U / packadmin.U
1 ?RCS: $Id: packadmin.U 1 2006-08-24 12:32:52Z rmanfredi $
2 ?RCS:
3 ?RCS: Copyright (c) 1996, Andy Dougherty
4 ?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
5 ?RCS: 
6 ?RCS: You may redistribute only under the terms of the Artistic Licence,
7 ?RCS: as specified in the README file that comes with the distribution.
8 ?RCS: You may reuse parts of this distribution only within the terms of
9 ?RCS: that same Artistic Licence; a copy of which may be found at the root
10 ?RCS: of the source tree for dist 4.0.
11 ?RCS:
12 ?MAKE:packadmin: cf_email Oldconfig Myread cat spackage package
13 ?MAKE:  -pick add $@ %<
14 ?Y:TOP
15 ?S:packadmin:
16 ?S:     Electronic mail address of the package administrator.
17 ?S:.
18 : check wehther they will act as local admin for the package
19 $cat <<EOM
20
21 If you or somebody else will be maintaining $package at your site, please
22 fill in the correct e-mail address here so that they may be contacted
23 if necessary.  You may enter "none" for no administrator.
24
25 EOM
26 case "$packadmin" in
27 '') dflt="$cf_email";;
28 *) dflt="$packadmin";;
29 esac
30 rp="$spackage administrator e-mail address"
31 . ./myread
32 packadmin="$ans"
33