[Jifty-commit] r4508 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Nov 20 16:02:29 EST 2007


Author: falcone
Date: Tue Nov 20 16:02:19 2007
New Revision: 4508

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

Log:
 r26763 at ketch:  falcone | 2007-11-20 16:00:31 -0500
 * mention Net::LDAP because of the new Plugin so we don't fail 01-dependencies


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Tue Nov 20 16:02:19 2007
@@ -177,6 +177,10 @@
         recommends('Crypt::OpenSSL::RSA'),
         recommends('Digest::HMAC_SHA1'),
     ],
+    'Ldap Plugin' => [
+        -default => 0,
+        recommends('Net::LDAP')
+    ]
 );
 
 


More information about the Jifty-commit mailing list