You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: