[Jifty-commit] r3175 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Apr 30 09:39:46 EDT 2007


Author: jesse
Date: Mon Apr 30 09:39:45 2007
New Revision: 3175

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/Makefile.PL

Log:
 r56110 at pinglin:  jesse | 2007-04-27 20:15:05 -0400
 * don't index plugins' test directories


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Mon Apr 30 09:39:45 2007
@@ -128,7 +128,7 @@
 );
 
 
-no_index( directory => qw< debian doc examples share > );
+no_index( directory => qw< debian doc examples share plugins/*/t> );
 no_index package => 'DB';
 
 version_from('lib/Jifty.pm');


More information about the Jifty-commit mailing list