Subject: | Documentation patch for Module::Install::Catalyst |
Date: | Sat, 16 Jan 2016 17:15:26 +0100 |
To: | bug-Catalyst-Devel [...] rt.cpan.org |
From: | Marco <melmothx [...] gmail.com> |
Please consider the attached small patch which should clarify the
purpose of the module (which has not been clear to me for a long time
until a chat with mst).
Best wishes
diff --git a/lib/Module/Install/Catalyst.pm b/lib/Module/Install/Catalyst.pm
index 9c35cbd..8328ee3 100644
--- a/lib/Module/Install/Catalyst.pm
+++ b/lib/Module/Install/Catalyst.pm
@@ -73,6 +73,10 @@ Collect a list of all files a Catalyst application consists of and copy it
inside the blib/lib/ directory. Files and directories that match the modules
ignore list are excluded (see L<catalyst_ignore> and L<catalyst_ignore_all>).
+This usually means the templates, configuration and static files.
+Please note that ignored files are still packaged with C<make dist>.
+To ignore them in the dist you need a proper C<MANIFEST.SKIP> entry.
+
=cut
sub catalyst_files {
--
Marco