[Jifty-commit] r5828 - in jifty/trunk/plugins/AuthzLDAP: doc

Jifty commits jifty-commit at lists.jifty.org
Sun Sep 14 04:47:19 EDT 2008


Author: yves
Date: Sun Sep 14 04:47:19 2008
New Revision: 5828

Removed:
   jifty/trunk/plugins/AuthzLDAP/Changes
   jifty/trunk/plugins/AuthzLDAP/LICENSE
   jifty/trunk/plugins/AuthzLDAP/MANIFEST
   jifty/trunk/plugins/AuthzLDAP/doc/
Modified:
   jifty/trunk/plugins/AuthzLDAP/Makefile.PL

Log:
some cleanup : version now come from main jifty release
next : po files


Modified: jifty/trunk/plugins/AuthzLDAP/Makefile.PL
==============================================================================
--- jifty/trunk/plugins/AuthzLDAP/Makefile.PL	(original)
+++ jifty/trunk/plugins/AuthzLDAP/Makefile.PL	Sun Sep 14 04:47:19 2008
@@ -3,10 +3,11 @@
 name           'Jifty-Plugin-AuthzLDAP';
 all_from       'lib/Jifty/Plugin/AuthzLDAP.pm';
 
+version_from('../../lib/Jifty.pm');
+
 build_requires 'Test::More';
 requires('Net::LDAP');
 requires('Cache::MemoryCache');
-requires('Jifty' => '0.70416');
 
 install_share;
 


More information about the Jifty-commit mailing list