added in module for semvar comparisons

This code implements comparisons using (list based) strings as
semantic versions. It follows the stadard dictated by semvar.org.

Signed-off-by: Eric Merritt <ericbmerritt@gmail.com>
This commit is contained in:
Martin J. Logan 2011-03-12 17:54:33 -06:00 committed by Eric Merritt
parent 251d8543b9
commit 9e6f98ba81
3 changed files with 101 additions and 3 deletions

View file

@ -48,7 +48,7 @@ fetch(List, Fun)
end.
%%%===================================================================
%%% API
%%% Test Functions
%%%===================================================================
-ifndef(NOTEST).