optional_steps =>{
# which optional steps to run and when to run them
- # build_docs => {min_hours_since => 24*7},
- make_test => {min_hours_since => 24*7},
+ # make-doc => {min_hours_since => 24*7},
+ test => {min_hours_since => 24*7},
},
# locales to test
locales => [qw( C )],
- # Unused
+ # Placemarker for auto-generated build features
config_opts =>[
qw()
],