Hi. Thanks for Test::Spec. It's really helping to make my tests more readable.
I think I found a problem in the order that blocks are executed, unless I'm missing something.
Looks like the top-level containers in the %_Package_Contexts do not have have their order maintained.
I added a test, t/ordering.t, that demonstrates the problem.
All I did was change it to use the _ixhash() function to create those containers rather than a naked hash.
Hi. Thanks for Test::Spec. It's really helping to make my tests more readable.
I think I found a problem in the order that blocks are executed, unless I'm missing something. Looks like the top-level containers in the %_Package_Contexts do not have have their order maintained.
I added a test, t/ordering.t, that demonstrates the problem.
All I did was change it to use the _ixhash() function to create those containers rather than a naked hash.