Subject: | requirements in Build.PL |
In the generated Build.PL file
requires => {
'Test::More' => 0,
},
Test::More should be in 'build_requires' as it relates more to testing than normal operation.
build_requires => {
'Test::More' => 0,
},
I guess that's my oops since I submitted the orignal support for Module::Build.