X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=ddc91738eea88a72730213f8d01647c6d750bba6;hb=6b49572336514157cdddf44ca9b9c80886c842f6;hp=f62bfe7bb12c2444cd396545bf32a1aff23f98b1;hpb=d088065990eb2b5aaaf6a2adc9b6b914d03c9e76;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index f62bfe7..ddc9173 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -63,7 +63,7 @@ __PACKAGE__->response_class('Catalyst::Response'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.7009'; +our $VERSION = '5.7011'; sub import { my ( $class, @arguments ) = @_; @@ -1865,6 +1865,7 @@ sub setup_components { my $locator = Module::Pluggable::Object->new( search_path => [ map { s/^(?=::)/$class/; $_; } @paths ], + except => qr/\.#/, %$config );