[Bug 571282] Review Request: perl-CatalystX-LeakChecker - Debug memory leaks in Catalyst applications

bugzilla at redhat.com bugzilla at redhat.com
Sat Mar 13 03:16:47 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=571282

--- Comment #2 from Chris Weyl <cweyl at alumni.drew.edu> 2010-03-12 22:16:42 EST ---
Whoops -- sorry about that, %perl_ext_env_unset is a macro I have defined on my
system; I'm thinking about including it in the macros.perl file.  Basically, it
unsets any "special" env vars that happen to be set, as well as sets some to
get some of the more interactive Makefile.PL's to go with the defaults:

%perl_ext_env_unset %{expand:
unset PERL_MM_OPT MODULEBUILDRC PERL5INC
export PERL_AUTOINSTALL="--defaultdeps"
export PERL_MM_USE_DEFAULT=1
}

It's conditionalized in this package, so it does no harm, but I can remove it
if you'd prefer.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list