[Catalyst-commits] r12312 - Catalyst-Authentication-Store-LDAP/trunk
karpet at dev.catalyst.perl.org
karpet at dev.catalyst.perl.org
Fri Dec 11 18:59:35 GMT 2009
Author: karpet
Date: 2009-12-11 18:59:35 +0000 (Fri, 11 Dec 2009)
New Revision: 12312
Added:
Catalyst-Authentication-Store-LDAP/trunk/README
Modified:
Catalyst-Authentication-Store-LDAP/trunk/Changes
Catalyst-Authentication-Store-LDAP/trunk/MANIFEST
Log:
add README, update Changes for 1.006 release date
Modified: Catalyst-Authentication-Store-LDAP/trunk/Changes
===================================================================
--- Catalyst-Authentication-Store-LDAP/trunk/Changes 2009-12-11 18:52:20 UTC (rev 12311)
+++ Catalyst-Authentication-Store-LDAP/trunk/Changes 2009-12-11 18:59:35 UTC (rev 12312)
@@ -1,4 +1,4 @@
-0.1006
+0.1006 11 Dec 2009
- Pass $c along to find_user method so overridden user_class users can
get at models (or whatever crazy things they might do) (gphat)
- Add an ldap_connection method to the user class, which will return
Modified: Catalyst-Authentication-Store-LDAP/trunk/MANIFEST
===================================================================
--- Catalyst-Authentication-Store-LDAP/trunk/MANIFEST 2009-12-11 18:52:20 UTC (rev 12311)
+++ Catalyst-Authentication-Store-LDAP/trunk/MANIFEST 2009-12-11 18:59:35 UTC (rev 12312)
@@ -1,3 +1,4 @@
+README
Changes
inc/Module/AutoInstall.pm
inc/Module/Install.pm
Added: Catalyst-Authentication-Store-LDAP/trunk/README
===================================================================
--- Catalyst-Authentication-Store-LDAP/trunk/README (rev 0)
+++ Catalyst-Authentication-Store-LDAP/trunk/README 2009-12-11 18:59:35 UTC (rev 12312)
@@ -0,0 +1,38 @@
+Catalyst-Authentication-Store-LDAP
+
+INSTALLATION
+
+To install this module, run the following commands:
+
+ perl Makefile.PL
+ make
+ make test
+ make install
+
+
+SUPPORT AND DOCUMENTATION
+
+After installing, you can find documentation for this module with the perldoc command.
+
+ perldoc Catalyst::Authentication::Store::LDAP
+
+You can also look for information at:
+
+ Search CPAN
+ http://search.cpan.org/dist/Catalyst-Authentication-Store-LDAP
+
+ CPAN Request Tracker:
+ http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Authentication-Store-LDAP
+
+ AnnoCPAN, annotated CPAN documentation:
+ http://annocpan.org/dist/Catalyst-Authentication-Store-LDAP
+
+ CPAN Ratings:
+ http://cpanratings.perl.org/d/Catalyst-Authentication-Store-LDAP
+
+COPYRIGHT AND LICENCE
+
+Copyright (C) 2006-2009 Adam Jacob <holoway at cpan.org>
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
More information about the Catalyst-commits
mailing list