[perl #49364] [CAGE]: Eliminate $data{args} from configuration step class initializers

2008-01-11 Thread James Keenan via RT
Final stage -- elimination of 'args' element in each config step class's _init() routine -- accomplished in r24769. No damage to 'make test'. Resolving ticket.

[perl #49364] [CAGE]: Eliminate $data{args} from configuration step class initializers

2008-01-07 Thread James Keenan via RT
The patch attached tackles these two steps in the process. I'll apply it in 2-3 days unless someone objects, then proceed to step (3). Patch applied to trunk in r24673.

[perl #49364] [CAGE]: Eliminate $data{args} from configuration step class initializers

2008-01-05 Thread James Keenan via RT
On Thu Jan 03 19:42:16 2008, [EMAIL PROTECTED] wrote: [snip] What remains is: (1) Eliminate code from Parrot::Configure and Parrot::Configure::Step that was used to process the 'args' attribute. (2) Adjust documentation in those modules and in docs/configuration.pod. The patch attached

[perl #49364] [CAGE]: Eliminate $data{args} from configuration step class initializers

2008-01-03 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #49364] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=49364 The Parrot configuration step classes (config/*/*.pm) each have an initializer