Skip to content
New issue

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

Report invalid "*" versions #28

Closed
zoffixznet opened this issue Aug 30, 2017 · 3 comments
Closed

Report invalid "*" versions #28

zoffixznet opened this issue Aug 30, 2017 · 3 comments
Assignees

Comments

@zoffixznet
Copy link
Contributor

if a module has "*" as version in META file, it should be reported as a meta error. Per: https://irclog.perlgeek.de/perl6-dev/2017-06-16#i_14743456

eveo 	Well, it's using "*" as a version number
TimToady 	that's not really a valid version number; it's a valid version number matcher
TimToady 	wildcards should not be part of the identity of a module; they should only be used where dependencies are being checked
@jonathanstowe
Copy link
Owner

Sounds sensible to me. I'll try to have a look this evening.

@jonathanstowe
Copy link
Owner

I'm going to make the test "shouldn't have any '*' as part of the version"

@jonathanstowe
Copy link
Owner

Okay I didn't leave it till the evening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants