removed the ~= operator

This commit is contained in:
Tarek Ziadé 2010-02-13 20:16:20 +00:00
parent 38a26f3fbc
commit e5f8d610aa
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ Version Specifiers
Version specifiers are a series of conditional operators and
version numbers, separated by commas. Conditional operators
must be one of "<", ">", "<=", ">=", "==", "~=" and "!=".
must be one of "<", ">", "<=", ">=", "==" and "!=".
Any number of conditional operators can be specified, e.g.
the string ">1.0, !=1.3.4, <2.0" is a legal version declaration.