in reply to Re: "Can't happen" bugs
in thread "Can't happen" bugs
if (my @bad = grep { /^(dualvar|set_prototype)$/ } @_ ) { ... }
And then give @bad in the error message. (This'll give a bogusly redundant list if the import spec of Scalar::Util contains bogus redundancies, but I doubt that's a problem.)
Anyway there's now a bug in the RT queue for this distro with the correct fix in it.
|
|---|