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

2008-06-07 Thread Will Coleda via RT
On Sat Apr 12 07:57:11 2008, particle wrote: On Fri, Apr 11, 2008 at 12:15 PM, via RT Bernhard Schmalhofer [EMAIL PROTECTED] wrote: # New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #52776] # in the subject line of all future correspondence about this

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

2008-06-07 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 problem,

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

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 = '@perl@