in reply to Working around a 5.6.0 bug
my $build = Module::Build->new( #whatever requires => { 'perl' => '5.6.1', } ); [download]