Subject: | Better Reflection of Test Blocks |
Hi, Ingy~
I read through the Test::Base's docs over and over again but failed to
find a way to get a list of the section names for a `block' object. I
hope Block objects will provide better reflections in the future so
that I can catch stupid typos lurking in my `section' names
automatically.
By the way, `--- SKIP' and `--- ONLY' are very handy in debugging, and
I think conditional skip is very cool too. Do you think this feature
should go into Test::Base or left for a plugin? If the latter is
preferred, then what name should be given to such a CPAN module?
Thanks!
Agent