Assuming you have access to the code and would like
to do an obscure good thing in your spare time :-),
you could throw in a filter for what gets diffed,
based on the -T file test.
The code is written in perl, right?
cmac
On Feb 19, 2010, at 4:25 AM, Barbie wrote:
On Thu, Feb 18, 2010 at 05:47:52PM -0800, cr...@animalhead.com wrote:
Q1: Can I use a no_index clause in META.yml to exclude
data files from the search.cpan diff? Or does that
only affect the module indexing?
Q2: If I move the data files to a share folder instead
of lib/auto/My/Module, will they be automatically
excluded from the diff?
The no_index is pure for indexing purposes. As far as I'm aware the
diff
on search.cpan.org covers the whole unwrapped distribution. Moving
your
data files to a share folder would still be part of the distribution,
unless you meant to split it into a separate data distribution.
Cheers,
Barbie.