RSS | Module Info | Add a review of Sub-Stubber
Sub-Stubber (0.04)
I wrote this module to test modules which I wrote myself because I was tired of writing boilerplate 'stub' code and all sorts of weird checks.
I suppose a future release can offer options to monkey-patch other (external) modules, but I'm guessing there's quite a few of those modules around.
I suppose it would be possible to make ->regstub accept fully qualified package names, and would allow the behavior you are talking about.
So maybe in a future release.
Mark Nunberg - 2012-01-18T04:31:30 (permalink)
Was this review helpful to you?
Yes
No
Sub-Stubber
(0.04)
A module I'd like to give a 5 stars rating but it is so completely illogical (to me).
I'm fine with everything except that the stubbing work is done in the wrong place. If I have a module with a few subs, I don't want to modify or add code so it is easy for someone else to transform my subs into stubs.
This is obviously thought as a mechanism to hep test your own module. But what if someone else want to stub a sub I didn't think about?.
I find no flexibility in this system.
نديم الخمير - 2012-01-17T04:38:44 (permalink)
0 out of 1 found this review helpful.
Was this review helpful to you?
Yes
No

