[Jifty-commit] r3143 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Apr 16 08:46:04 EDT 2007


Author: clkao
Date: Mon Apr 16 08:46:04 2007
New Revision: 3143

Modified:
   jifty/trunk/Makefile.PL

Log:
Missed share/ in no_index.

Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Mon Apr 16 08:46:04 2007
@@ -128,7 +128,7 @@
 );
 
 
-no_index( directory => qw< debian doc examples > );
+no_index( directory => qw< debian doc examples share > );
 no_index package => 'DB';
 
 version_from('lib/Jifty.pm');


More information about the Jifty-commit mailing list