Hi Neil,

> But it also has the “Regexp” cuckoo package inside Regexp/Grammars.pm.
> Could that be Regexp::Grammars::Regexp, or is there a reason why it’s a
toplevel name?

It has to be "Regexp", because otherwise you can't call the method it
installs
on an ordinary regex.

But the package declaration shouldn't be cuckoo'ing CPAN.
I've changed it to:

    package   # hide it from CPAN
    Regexp;

which I believe should, well, hide it from CPAN.

If that's indeed so, then feel free to liberate the Regexp namespace
from my evil clutches, and I will upload this tweak immediately.

Thanks,

Damian

Reply via email to