From: Kieren Diment Date: Fri, 7 Sep 2007 00:54:53 +0000 (+0000) Subject: reversing rolskys patch so that it can be provided upstraeam to Module::Pluggable... X-Git-Tag: 5.7099_04~138 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=cf736b29312f5ccb34073397083b7ac5c73a0e0d reversing rolskys patch so that it can be provided upstraeam to Module::Pluggable::Object --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index ddc9173..06bcf09 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1865,7 +1865,6 @@ sub setup_components { my $locator = Module::Pluggable::Object->new( search_path => [ map { s/^(?=::)/$class/; $_; } @paths ], - except => qr/\.#/, %$config );