my $b = Module::Build->new( # ... other stuff here... auto_features => { signature_support => { description => "Module::Signature support", requires => q{ Module::Signature >= 0.05 }, }, }, );