On Wed Nov 17 12:44:51 2010, RJBS wrote:
Show quoted text> We really can't diagnose this problem based on what you've told us.
> What files were included
> that should not have been? Please show us your dist.ini, also
The files included were:
- pm_to_blib
- blib/lib/*
This was caused by updating a subversion sandbox from a pre-Dist::Zilla
version of a module to a version that had been converted to Dist::Zilla.
So, these files were left over from the last "perl Makefile.PL && make"
call. Obviously, since these files were still in the directory (and I
was used to seeing them because I'm new to Dist::Zilla) they were
included into the distribution.
Now, I understand why it happens. But it occurs to me that I can't be
the only person who would run into this shortly after converting from a
non-Dist::Zilla-ized version of a module to a Dist::Zilla-ized version.
As such, it's possibly worth a message because it's a known issue.
When I didn't understand the issue, it seemed to be a serious issue. Now
that I understand it, it's much simpler.
I'm not sure that the dist.ini file has any real effect as long as the
[GatherDir] entry is there. I don't actually have access to that file at
the moment. If you still need it, I'll try to get it from work.