On Thu, Sep 13, 2007 at 11:10:09AM +0100, Nicholas Clark
wrote:
> Well, it's my fault, in that changes from 18 months ago
started all this.
> And I'm slack for seeing Richard more than several
times since then and not
> remembering that I needed to offer a solution.
I wouldn't worry too much about it, until this morning I was
unaware that
there was a problem to be fixed.
> I think that B provides a solution:
>[snip]
> $o = B::svref_2object(*PF_INET);
> print $o->GvFLAGS() & B::GVf_IMPORTED_CV;
>
>[snip]
> Everything else I have is the same:
It's even good back to 5.005_04, though there B doesn't
expose
GVf_IMPORTED_CV.
With hindsight GVf_IMPORTED_CV was exactly what I wanted all
along, I was only
playing games with CvGV because I was unaware that the flag
was there to poll.
Thanks for the explanation and the fix, Pod::Coverage 0.19
is on the way to
CPAN which should save my neck from the testing posse when
5.10 rolls round.
--
Richard Clamp <richardc unixbeard.net>
|