On Thursday 10 April 2008 04:14:15 Gabor Szabo wrote: > The issue was raised on the Oslo Hackathon that it would be cool > if we could keep the tests around so that they can be executed > later again making sure that even after one has upgraded other > parts of his system the previously installed modules still work as > expected.
I use Test::Class and install the test modules with the other modules such that anyone who subclasses my code can subclass my tests for great justice. -- c