[Jifty-commit] r886 - in jifty/trunk: t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Apr 21 12:51:33 EDT 2006


Author: alexmv
Date: Fri Apr 21 12:51:33 2006
New Revision: 886

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/01-dependencies.t

Log:
 r12467 at zoq-fot-pik:  chmrr | 2006-04-21 12:51:20 -0400
  * Skip things in .svn directories


Modified: jifty/trunk/t/01-dependencies.t
==============================================================================
--- jifty/trunk/t/01-dependencies.t	(original)
+++ jifty/trunk/t/01-dependencies.t	Fri Apr 21 12:51:33 2006
@@ -19,6 +19,7 @@
 
 sub wanted {
     return unless -f $_;
+    return if $File::Find::dir =~ m!/.svn($|/)!;
     return if $File::Find::name =~ /\.pod$/;
     local $/;
     open(FILE, $_) or return;


More information about the Jifty-commit mailing list