[Jifty-commit] r3141 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Apr 16 08:36:14 EDT 2007


Author: clkao
Date: Mon Apr 16 08:36:13 2007
New Revision: 3141

Modified:
   jifty/trunk/Makefile.PL

Log:
* no_index for examples/.
* remove implicit no_index.


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Mon Apr 16 08:36:13 2007
@@ -128,11 +128,8 @@
 );
 
 
-no_index directory => 'share';
-no_index directory => 't';
+no_index( directory => qw< debian doc examples > );
 no_index package => 'DB';
-no_index package => 'inc';
-no_index directory => 'doc';
 
 version_from('lib/Jifty.pm');
 #&auto_bundle_deps();


More information about the Jifty-commit mailing list