(ok, I know there's 0.04 now, but I've deleted that announcement)
The thing I'd *really* like to see in this now is the ability to run
it on arbitrary code - not just installed modules. i.e. I want to add
it to a 'build' process, that will automatically reject code that isn't
fully documented - before it gets installed.
To do this, I've had to refactor out the methods for _load_package,
_get_package_filename, and _syms_functions, and then do some on-the-fly
redefining of them.
It works. To a point. But isn't very nice at all.
But I can't think how to best implement this either directly in
Pod::Coverage, or by providing nice enough hooks for a subclass...
Anyone here any nicer ideas?
Thanks,
Tony