Subject: | auto_include_deps would mention the (test|build)_requires version. |
Currently, auto_include_deps doesn't mention the $version of test_requires($name, $version).
This is problem when user call the test_requires('Test::More' => 0.94).
Test::More is built-in to older perl, but recent version is not built-in.
http://gist.github.com/225125