Gentoo Archives: gentoo-dev

From: Maciej Mrozowski <reavertm@××××××.fm>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: perl-module.class review
Date: Mon, 21 Sep 2009 16:31:19
Message-Id: 200909211830.47403.reavertm@poczta.fm
In Reply to: Re: [gentoo-dev] Re: perl-module.class review by "Tomáš Chvátal"
1 On Monday 21 of September 2009 17:38:53 Tomáš Chvátal wrote:
2
3 > I think it is not required
4 > EXPF="src_compile src_test src_install" <- definition, also nulls anything
5 > what was in it before :]
6 > case ${EAPI:-0} in
7 > 2) EXPF="${EXPF} src_configure" ;;
8 > 1|0) ;;
9 > *) die "Unknown EAPI, Bug eclass maintainers." ;;
10 > esac
11 > EXPORT_FUNCTIONS ${EXPF} <- export
12
13 How about unsetting variables after use in first place so that they no longer
14 pollute global env.
15
16 --
17 regards
18 MM
19
20 ----------------------------------------------------------------------
21 Rudi Schuberth odkrywa kulisy swojego odchudzania. Ile schudnie?
22 Sprawdz >>> http://link.interia.pl/f236a

Replies

Subject Author
[gentoo-dev] Re: perl-module.class review Torsten Veller <tove@g.o>