add README, update Changes for 1.006 release date v0.1006
Peter Karman [Fri, 11 Dec 2009 18:59:35 +0000 (18:59 +0000)]
Changes
MANIFEST
README [new file with mode: 0644]

diff --git a/Changes b/Changes
index 3038c1d..bfe22c6 100644 (file)
--- 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
index 67f14b9..3e897ae 100644 (file)
--- 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 (file)
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 <holoway@cpan.org>
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.