reversing rolskys patch so that it can be provided upstraeam to Module::Pluggable...
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index ddc9173..06bcf09 100644 (file)
@@ -1865,7 +1865,6 @@ sub setup_components {
         
     my $locator = Module::Pluggable::Object->new(
         search_path => [ map { s/^(?=::)/$class/; $_; } @paths ],
-        except => qr/\.#/,
         %$config
     );