X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/66bb7d1586457f9f9a4b4cb4ac883549aebe829a..9237a471130e1e59caf11c4141aedcf1ed2ffdce:/ext/Compress/Zlib/Makefile.PL diff --git a/ext/Compress/Zlib/Makefile.PL b/ext/Compress/Zlib/Makefile.PL index d377f17..aeb58e8 100755 --- a/ext/Compress/Zlib/Makefile.PL +++ b/ext/Compress/Zlib/Makefile.PL @@ -175,7 +175,6 @@ if (eval {require ExtUtils::Constant; 1}) { NAMES => \@names, C_FILE => 'constants.h', XS_FILE => 'constants.xs', - ); } else { @@ -194,7 +193,8 @@ sub MY::libscan return undef if $path =~ /(~|\.bak|_bak)$/ || - $path =~ /\..*\.swp$/ ; + $path =~ /\..*\.swp$/ || + $path =~ /\B\.svn\b/; return $path; }