Skip Menu |

This queue is for tickets about the Catalyst-Devel CPAN distribution.

Report information
The Basics
Id: 68563
Status: resolved
Priority: 0/
Queue: Catalyst-Devel

People
Owner: Nobody in particular
Requestors: bitcard [...] davel.me.uk
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.33
Fixed in: (no value)



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.
Fixed in 9d4259d. Thanks for the bug report.