Subject: | inc/.author should not be bundled |
The inc/.author directory should probably not be in the final distribution tarball. I think if the tarball was created with "make dist", then this directory wouldn't be included.
I stumbled over this because I saw the message
Newer version of Module::Install is available on CPAN.
CPAN: 1.16
LOCAL: 1.12
Please upgrade.
when running "perl Makefile.PL". This message is meant for the author of the module, not the user, so it's slightly confusing. Without an inc/.author directory this message would not appear.