NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
I might have some ideas you can steal (Score:1)
I've had some minor success writing test scripts for POE::Declare components, perhaps I should write up some journal stuff on how I did it.
I would really appreciate it (Score:1)
Yesterday I was finally able to make some progress.
In my project, one of the packages loads a set of extensions coming from an inner namespace. If I abstract it enough (to make it load the extensions of a given namespace - using an attribute), I can subclass the package, create a package that it will load as an extension, I can then make sure it loads it correctly.
However, I can only test it by the subclassing an event, since it loads a Role. So, I have to abstract it some more.
I don't know if it's a "god d