Exclude more crap.
Florian Ragwitz [Fri, 28 Aug 2009 13:00:32 +0000 (13:00 +0000)]
lib/Catalyst/Restarter.pm

index 7a7c6ff..2e1980e 100644 (file)
@@ -54,7 +54,7 @@ sub BUILD {
 
     delete $p->{start_sub};
 
-    $p->{filter} ||= qr/(?:\/|^)(?!\.\#).+(?:\.yml$|\.yaml$|\.conf|\.pm)$/;
+    $p->{filter} ||= qr/(?:\/|^)(?![.#_]).+(?:\.yml$|\.yaml$|\.conf|\.pm)$/;
     $p->{directories} ||= abs_path( File::Spec->catdir( $FindBin::Bin, '..' ) );
 
     # We could make this lazily, but this lets us check that we