Lines Matching full:spec

29     my $have_url = delete $have->{'meta-spec'}->{url};
30 my $want_url = delete $want->{'meta-spec'}->{url};
33 like $have_url, qr{CPAN::Meta::Spec}, "CPAN::Meta::Spec mentioned in meta-spec URL";
41 'meta-spec' => {
42 url => 'http://module-build.sourceforge.net/META-spec-v1.4.html',
47 'meta-spec' => {
48 url => 'https://metacpan.org/pod/CPAN::Meta::Spec',
123 # Test MIN_PERL_VERSION meta-spec 1.4
135 }, 'MIN_PERL_VERSION meta-spec 1.4';
138 # Test MIN_PERL_VERSION meta-spec 2.0
150 }, 'MIN_PERL_VERSION meta-spec 2.0';
153 # Test MIN_PERL_VERSION meta-spec 1.4
171 }, 'MIN_PERL_VERSION and PREREQ_PM meta-spec 1.4';
174 # Test CONFIGURE_REQUIRES meta-spec 1.4
186 },'CONFIGURE_REQUIRES meta-spec 1.4';
189 # Test CONFIGURE_REQUIRES meta-spec 2.0
201 },'CONFIGURE_REQUIRES meta-spec 2.0';
204 # Test BUILD_REQUIRES meta-spec 1.4
209 META_MERGE => { "meta-spec" => { version => 1.4 }},
217 },'BUILD_REQUIRES meta-spec 1.4';
220 # Test BUILD_REQUIRES meta-spec 2.0
232 },'BUILD_REQUIRES meta-spec 2.0';
235 # Test TEST_REQUIRES meta-spec 1.4
240 META_MERGE => { "meta-spec" => { version => 1.4 }},
248 },'TEST_REQUIRES meta-spec 1.4';
251 # Test TEST_REQUIRES meta-spec 2.0
263 },'TEST_REQUIRES meta-spec 2.0';
398 "File::Spec" => "0.8",
456 note "CPAN::Meta bug using the module version instead of the meta spec version";
469 is $meta->{'meta-spec'}{version}, 2, "internally, our MYMETA struct is v2";
475 is $meta_yml->{'meta-spec'}{version}, 1.4, "MYMETA.yml correctly downgraded to 1.4";
477 cmp_ok $meta_json->{'meta-spec'}{version}, ">=", 2, "MYMETA.json at 2 or better";