From: Peter Karman Date: Fri, 11 Dec 2009 18:59:35 +0000 (+0000) Subject: add README, update Changes for 1.006 release date X-Git-Tag: v0.1006^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa35fd6f02f2d34bc421e36572517070aacaecc7;p=catagits%2FCatalyst-Authentication-Store-LDAP.git add README, update Changes for 1.006 release date --- diff --git a/Changes b/Changes index 3038c1d..bfe22c6 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/MANIFEST b/MANIFEST index 67f14b9..3e897ae 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,3 +1,4 @@ +README Changes inc/Module/AutoInstall.pm inc/Module/Install.pm diff --git a/README b/README new file mode 100644 index 0000000..e9e4745 --- /dev/null +++ b/README @@ -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 + +This program is free software; you can redistribute it and/or modify it +under the same terms as Perl itself.