]> git.deb.at Git - deb/packages.git/commit
Deb::Versions: Fix a bug introduces by ~ handling
authorFrank Lichtenheld <frank@lichtenheld.de>
Tue, 11 Sep 2007 14:59:16 +0000 (16:59 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Tue, 11 Sep 2007 14:59:16 +0000 (16:59 +0200)
commit00a3b2eb3a2ba0470e5f07adb09d00662d3e89f3
treed787a9846c32c33462de8825b9d49c096f25e39f
parent648a333fa9bee495e2a16843f3b5c61957828f11
Deb::Versions: Fix a bug introduces by ~ handling

708b1364be58c9b921cc3838d7ed5f5b48959d78 fixed the handling
of ~ but broke the handling of comparing a "normal" letter
with the empty string. A letter sorts earlier than all
non-letter except ~, but of course not earlier as the empty string.
lib/Deb/Versions.pm