So what’s new?
- Switched output format type from build to mb
- Extract more from t/ and xt/ directories
- Find modules in Test::Requires blocks
- Find modules in use_ok BEGIN blocks
- Supports suggests in on_test in cpanfile
Switched output format type from build to mb
midgen -f mb
Thanks for the kick azawawi++
Extract more from t/ and xt/ directories
We can now find the following located in your test files, then display in the revelant section in your chose output format.
Find modules in Test::Requires blocks
Example 1
1 2 3 4 5 6 7 8 |
|
Find modules in use_ok BEGIN blocks
Example 2
1 2 3 4 5 6 7 |
|
Supports suggests in on_test in cpanfile
~/GitHub/Plack$ midgen -lf cpanfile
- The above shows requires from ( use, require, no, use_ok, … )
- The suggests come from ( Test::Requires )
nb the !mcpan are modules from the local test framework hence they don’t exist :)