ugexe / zef

Raku Module Management
Artistic License 2.0
206 stars 44 forks source link

Check for existence instead of number of characters #526

Closed ugexe closed 11 months ago

ugexe commented 11 months ago

The values of 'provides' meta data can be mutated by e.g. CURI and so checking for the string length of those values may not always be the best check. We are only interseted if the key exists, so this updates the code to only check for that.