[Jifty-commit] r7038 - in plugins/Jifty-Plugin-Authentication-Ldap: .

Jifty commits jifty-commit at lists.jifty.org
Fri May 15 04:20:10 EDT 2009


Author: yves
Date: Fri May 15 04:20:10 2009
New Revision: 7038

Added:
   plugins/Jifty-Plugin-Authentication-Ldap/Changes
Modified:
   plugins/Jifty-Plugin-Authentication-Ldap/Makefile.PL
   plugins/Jifty-Plugin-Authentication-Ldap/lib/Jifty/Plugin/Authentication/Ldap.pm

Log:
clean POD, License, authors, Makefile for CPAN


Added: plugins/Jifty-Plugin-Authentication-Ldap/Changes
==============================================================================
--- (empty file)
+++ plugins/Jifty-Plugin-Authentication-Ldap/Changes	Fri May 15 04:20:10 2009
@@ -0,0 +1,4 @@
+Revision history for Perl module Jifty::Plugin::Authentication::Ldap
+
+0.9  Tue, 15 May 2009 10:10:50 +0200
+    - original version for CPAN

Modified: plugins/Jifty-Plugin-Authentication-Ldap/Makefile.PL
==============================================================================
--- plugins/Jifty-Plugin-Authentication-Ldap/Makefile.PL	(original)
+++ plugins/Jifty-Plugin-Authentication-Ldap/Makefile.PL	Fri May 15 04:20:10 2009
@@ -1,6 +1,6 @@
-use inc::Module::Install 0.46;
+use inc::Module::Install;
 name('Jifty-Plugin-Authentication-Ldap');
-version_from('lib/Jifty/Plugin/Authentication/Ldap.pm');
+all_from('lib/Jifty/Plugin/Authentication/Ldap.pm');
 
 requires('Jifty');
 requires('Net::LDAP');

Modified: plugins/Jifty-Plugin-Authentication-Ldap/lib/Jifty/Plugin/Authentication/Ldap.pm
==============================================================================
--- plugins/Jifty-Plugin-Authentication-Ldap/lib/Jifty/Plugin/Authentication/Ldap.pm	(original)
+++ plugins/Jifty-Plugin-Authentication-Ldap/lib/Jifty/Plugin/Authentication/Ldap.pm	Fri May 15 04:20:10 2009
@@ -8,7 +8,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::Ldap - LDAP Authentication Plugin
+Jifty::Plugin::Authentication::Ldap - LDAP Authentication Plugin for Jifty
 
 =head1 DESCRIPTION
 
@@ -226,10 +226,17 @@
 
 L<Jifty::Manual::AccessControl>, L<Jifty::Plugin::User::Mixin::Model::User>, L<Net::LDAP>
 
+=head1 AUTHORS
+
+Yves Agostini, <yvesago at cpan.org>
+
+and others authors from Jifty (maxbaker, clkao, sartak, alexmv)
+
 =head1 LICENSE
 
-Jifty is Copyright 2005-2008 Best Practical Solutions, LLC.
-Jifty is distributed under the same terms as Perl itself.
+Copyright 2007-2009 Yves Agostini. All Rights Reserved.
+
+This program is free software and may be modified and distributed under the same terms as Perl itself.
 
 =cut
 


More information about the Jifty-commit mailing list