On Wed, Nov 25, 2009 at 3:26 AM, Abigail <abigail@abigail.be> wrote: > On Tue, Nov 24, 2009 at 07:52:38PM -0500, Eric Brine wrote: > > Hi, > > > > This makes 1..5 no different than 1,2,3,4,5 in terms of functionality, > and > > avoids some very subtle bugs. > > > > > It does however have the potential to break code. > Yes. Specifically, it'll break code (noisily) that modifies what Perl treats as constants. I even had to fix such a bug in t/op/mydef.t. This is what the submitter and the responders requested. If you'd rather I do it differently, I'm up to giving it a go.Thread Previous | Thread Next