> From: Shlomi Fish [mailto:shlomif@shlomifish.org] > Jesse Vincent <jesse@fsck.com> wrote: > > I'd love to see it happen. I'd encourage you to do it as a series of > > small commits rather than a larger change. > > Well, what I usually do with such code, is add "use strict;", > get rid of all > the errors, and then commit. How can I effectively split it > across several > smaller commits? Exactly! perldb.pl is different! Even if you get rid of compile errors after introducing "use strict", the behaviour could be changed at a distance! Please use other modules for this "strict" insertion! Otherwise, PLEASE provide us with better RFC, consisting of exact plan of doing things, introducing and describing some special techniques that will make us safe from introduced misbehaviours. It must be well-thought robust plan, exactly opposite of original RFC. Regards, Vadim.Thread Previous | Thread Next