Subject: | Always returns the same values |
No matter which URL you try to shorten with this module the same 4 values
is returned.
- This is fixed by commit 41dc278 in
https://github.com/pmakholm/Algorithm-URL-Shorten
But I have no idea what the use case for this module is. Why is this 4
times 6 character representation of the md5sum of a url a better unique
representation that the URL itself or than the 40 character hex
representation of the sha1sum?