From 63a4d9689464b6ce6120bf44b6f809fc33a86fe3 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 16 Dec 2012 23:05:08 +0100 Subject: [PATCH] hide .columns files --- lib/MojoFacets/Data.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/MojoFacets/Data.pm b/lib/MojoFacets/Data.pm index 257e8a2..a2d150b 100644 --- a/lib/MojoFacets/Data.pm +++ b/lib/MojoFacets/Data.pm @@ -34,6 +34,8 @@ sub import_module { # warn "# import_module $full_path\n"; + return if $full_path =~ m/\.columns$/; + foreach my $ext ( keys %{ $imports->{file} } ) { if ( -f $full_path && $full_path =~ m/$ext/i ) { return $imports->{file}->{$ext}; -- 2.20.1