# New Ticket Created by Neil Bowers # Please include the string: [perl #119945] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=119945 > Somewhat embarrassingly my first core module patch had a bug in it: if you specify a minimum version for the module, I traverse through releases, seeing if an acceptable version was released upto and including the specified release of Perl. But I was traversing the sequence of releases as if they were a linear sequence. This fix now traverse the branch on the release tree leading to the specified version of perl. An example where this resulted in the wrong behaviour, for Text::Soundex is illustrated in this blog post: http://neilb.org/2013/09/21/adding-is-core.html Added tests for this example, and a couple more tests for good measure. NeilThread Previous | Thread Next