Subject: | Sync POD with code |
A trivial patch against current git is attached to make the documentation
of catalyst_ignore agree with the code.
Kind regards,
Dave Lambley
Subject: | sync_docs_code.patch |
diff --git a/lib/Module/Install/Catalyst.pm b/lib/Module/Install/Catalyst.pm
index 5230d6f..4c47bff 100644
--- a/lib/Module/Install/Catalyst.pm
+++ b/lib/Module/Install/Catalyst.pm
@@ -114,7 +114,7 @@ sub catalyst_ignore_all {
@IGNORE = @$ignore;
}
-=head2 catalyst_ignore(\@ignore)
+=head2 catalyst_ignore(@ignore)
Add a regexp to the list of ignored patterns. Can be called multiple times.