Hi Jim,
> We don't want HTML::Mason::Commands indexed in this context.
> I'll try adding that directory to no_index in the META file.
Since you're using the package name inside Web_Vendor.pm, that's a safe way to
go.
> Out of curiosity, I searched for HTML::Mason::Commands on metacpan and
> d
Hi Neil,
In this case, we're overriding a behavior from RT which puts a bunch of
methods in HTML::Mason::Commands:
https://github.com/bestpractical/rt-extension-formtools/blob/master/lib/RT/Interface/Web_Vendor.pm
I believe RT::Extension::FormTools was indexed correctly, which is the
main mo
Hi BPS,
In your release of RT-Extension-FormTools, you included a module
HTML::Mason::Commands. This wasn't indexed (the rest of the release was),
because there's a module of that name in the HTML-Mason distribution, and
indexing permissions associated with that.
To avoid this sort of clash, t