Re: [perl #52776] [PATCH] Allow @foo@ syntax when setting config data.

2008-06-07 Thread jerry gay
On Sat, Jun 7, 2008 at 3:26 AM, Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote: > >> On Fri, Jun 06, 2008 at 11:17:33PM -0700, Will Coleda via RT wrote: >> >>> >>> Let's borrow the syntax from the makefile generation itself, and just >>> have RM_F's definition be: >>> >>> +rm_f => '@

Re: [perl #52776] [PATCH] Allow @foo@ syntax when setting config data.

2008-06-07 Thread Bernhard Schmalhofer
On Fri, Jun 06, 2008 at 11:17:33PM -0700, Will Coleda via RT wrote: Let's borrow the syntax from the makefile generation itself, and just have RM_F's definition be: +rm_f => '@perl@ -MExtUtils::Command -e rm_f', [...] Sound good to me. Additionally (though it won't he

Re: [perl #52776] [PATCH] Allow @foo@ syntax when setting config data.

2008-06-06 Thread Patrick R. Michaud
On Fri, Jun 06, 2008 at 11:17:33PM -0700, Will Coleda via RT wrote: > Let's borrow the syntax from the makefile generation itself, and > just have RM_F's definition be: > > +rm_f => '@perl@ -MExtUtils::Command -e rm_f', > > [...] > > Additionally (though it won't help the original