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
https://metacpan.org/pod/CPAN::Meta::Spec#keywords - "Keywords must not include whitespace." However, CPAN::Meta::Validator only validates the 'keywords' entry as { list => { value => &string } }. 'string' is too lax here.
The other meta validation packages also contain the same issue: Test::CPAN::Meta::Version, Test::CPAN::Meta::YAML::Version, Test::CPAN::Meta::JSON::Version.
https://metacpan.org/pod/CPAN::Meta::Spec#keywords - "Keywords must not
include whitespace." However, CPAN::Meta::Validator only validates the
'keywords' entry as { list => { value => &string } }. 'string' is too lax
here.
The other meta validation packages also contain the same issue:
Test::CPAN::Meta::Version, Test::CPAN::Meta::YAML::Version,
Test::CPAN::Meta::JSON::Version.
https://metacpan.org/pod/CPAN::Meta::Spec#keywords - "Keywords must not include whitespace." However, CPAN::Meta::Validator only validates the 'keywords' entry as { list => { value => &string } }. 'string' is too lax here.
The other meta validation packages also contain the same issue: Test::CPAN::Meta::Version, Test::CPAN::Meta::YAML::Version, Test::CPAN::Meta::JSON::Version.
Here's an example in the wild that should fail a validation test: https://metacpan.org/source/TOBYINK/Type-Tiny-0.038/META.json#L8
The text was updated successfully, but these errors were encountered: