]> git.deb.at Git - deb/packages.git/commit
Deb/Versions.pm: Fix handling of ~ vs. empty string
authorFrank Lichtenheld <Frank Lichtenheld frank@lichtenheld.de>
Sat, 2 Jun 2007 16:01:29 +0000 (18:01 +0200)
committerFrank Lichtenheld <Frank Lichtenheld frank@lichtenheld.de>
Sat, 2 Jun 2007 16:01:29 +0000 (18:01 +0200)
commit708b1364be58c9b921cc3838d7ed5f5b48959d78
tree682f2f219181faa3328e88eb4a5f74fa22456820
parentf9b7f76ea7a996e9dbf07201257ef5e66bff5f9b
Deb/Versions.pm: Fix handling of ~ vs. empty string

~ sorts even before the empty string, so we can't just
abort if one of the revisions is shorter than the other
since it can still sort later.
lib/Deb/Versions.pm