Subject: | Allow prove to run tests in the perl debugger |
When writing tests and using prove -lv to test them it would be useful to tell prove to run the test file in the perl debugger. As part of test driven development, I'm often writing the tests along with the module itself. If the module tests aren't working as expected it would be great to debug it through prove. As it is now, I have to edit the test file to include use blib; then run make test, perl -d t/test.t. Using this method has already caused a number of problems.
Thanks alot
--
Shawn Sorichetti.