http://www.perlmonks.org?node_id=1057189


in reply to Re: META.yml the difference between `name` and `requires`
in thread META.yml the difference between `name` and `requires`

META-spec 1.4 is more relevant. CPAN::Meta::Spec is version 2 of the specification and is typically only used in META.json files rather than META.yml. CPAN::Meta::Spec has a more powerful prerequisite specification.

(PS: can you please fix your </i>?)

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name