On Wed, Jun 15, 2005 at 11:00:50AM -0700, Gisle Aas wrote: > Rafael Garcia-Suarez <[EMAIL PROTECTED]> writes: > > > Steve Peters wrote: > > > > > > OK, the attached includes changes to both perl.c and > > > ext/Devel/DProf/t/DProf.t to support -f only when available. > > > > Thanks, applied as #24854. > > Always recognizing -f is a feature and has the same effect whether > SITECUSTOMIZE is enabled or not, so I would strongly prefer this patch > to be reverted. > > Why do you want -f to not work for non-sitecustomize perls? >
Two reasons, really. First, -f is not a recognized option under perl -h if USE_SITECUSTOMIZE isn't included. Second, the code generates warnings under various lints and compilers as it currently stood. Steve Peters [EMAIL PROTECTED]