From: Tomas Doran Date: Tue, 31 May 2011 10:29:33 +0000 (+0100) Subject: Fix Pod - RT#68563 X-Git-Tag: 1.34~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=9d4259dbdbac64da0fb5ba76acb1e3bbb1433df2 Fix Pod - RT#68563 --- diff --git a/Changes b/Changes index 2930433..87602bd 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ This file documents the revision history for Perl extension Catalyst-Devel. - Fix scripts being generated mode 0700, rather than 0755 - Fix duplicate 'use Test::More' statement in generated components. + - Fix Pod for catalyst_ignore function in Module::Install::Catalyst + RT#68563 1.33 2011-03-24 15:10:00 - Fix a regression introduced in 1.32 that caused Catalyst::Restarter 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.