in reply to Working around a 5.6.0 bug

In Module::Build you would just:
my $build = Module::Build->new( #whatever requires => { 'perl' => '5.6.1', } );
I'm sure there's a way that's just as easy with MakeMaker