We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, e.g.
<PackageRequired Version="11.0.x">ITSMConfigurationManagement</PackageRequired>
technically works, but throws the error message:
Argument "x" isn't numeric in numeric ge (>=) at /opt/otobo/bin/psgi-bin/../../Kernel/System/Package.pm line 3792.
It would be nice to catch this and officially allow this syntax.
The text was updated successfully, but these errors were encountered:
An alternative would be to prohibit the 11.0.x syntax and write the version check as 11.0.
11.0.x
11.0
Sorry, something went wrong.
Excellent idea, I like it. If we go this way, I would at least want to check if we can include other tags like
<Framework>11.0.x</Framework>
No branches or pull requests
Currently, e.g.
technically works, but throws the error message:
It would be nice to catch this and officially allow this syntax.
The text was updated successfully, but these errors were encountered: