Re: [perl #43031] [PATCH] Move instance variable initialization to new()

2007-05-22 Thread James E Keenan
Steve Peters wrote: # New Ticket Created by Steve Peters # Please include the string: [perl #43031] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43031 > Creating new instance variables after a new is never good. The at

Re: [perl #43031] [PATCH] Move instance variable initialization to new()

2007-05-22 Thread chromatic
On Tuesday 22 May 2007 13:41:47 Steve Peters wrote: > Creating new instance variables after a new is never good. The attached > patch is needed before things can start to be moved around. I moved the 'defines' initialization too. Thanks, applied as r18625. -- c

[perl #43031] [PATCH] Move instance variable initialization to new()

2007-05-22 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #43031] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43031 > Creating new instance variables after a new is never good. The attached patch is needed