Lines Matching full:configure_requires
98 configure_requires => { Stuff => 2.34 },
174 # Test CONFIGURE_REQUIRES meta-spec 1.4
178 CONFIGURE_REQUIRES => { "Fake::Module1" => 1.01, },
186 },'CONFIGURE_REQUIRES meta-spec 1.4';
189 # Test CONFIGURE_REQUIRES meta-spec 2.0
193 CONFIGURE_REQUIRES => { "Fake::Module1" => 1.01, },
201 },'CONFIGURE_REQUIRES meta-spec 2.0';
320 'configure_requires' => {
349 'configure_requires' => {
375 META_ADD => (my $meta_add = { build_requires => {}, configure_requires => {} }),
432 CONFIGURE_REQUIRES => { "Fake::Module0" => 0.99 },
437 is($meta->{configure_requires}, undef, "no configure_requires in v2 META");