add README, update Changes for 1.006 release date
[catagits/Catalyst-Authentication-Store-LDAP.git] / README
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.