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
Consider adressing the "malicious guy publishes modules with same name but higher version number"-Problem
Bad:
"depends": [ "App::Mi6", ],
Good:
"depends": [ "App::Mi6:auth<zef:skaji>", ],
Maybe also suggest that META6.json should contain an api declaration
{ "api": "v1", }
such that users can do
"App::Mi6:auth<zef:skaji>:api<v1>"
in order to not get suprised by breaking changes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Consider adressing the "malicious guy publishes modules with same name but higher version number"-Problem
Bad:
Good:
Maybe also suggest that META6.json should contain an api declaration
such that users can do
"App::Mi6:auth<zef:skaji>:api<v1>"
in order to not get suprised by breaking changes.
The text was updated successfully, but these errors were encountered: