[Jifty-commit] r1792 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Aug 11 12:33:49 EDT 2006


Author: jesse
Date: Fri Aug 11 12:33:47 2006
New Revision: 1792

Modified:
   jifty/trunk/Makefile.PL

Log:
 * Don\'t index the t directory

Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Fri Aug 11 12:33:47 2006
@@ -81,7 +81,7 @@
     requires('JSON' => 0.01) unless can_use('JSON::Syck' => 0.14);
 }
 
-
+no_index directory => 't';
 no_index package => 'DB';
 no_index package => 'inc';
 no_index directory => 'doc';


More information about the Jifty-commit mailing list