import my old svn repo here
[catagits/Catalyst-Component-ACCEPT_CONTEXT.git] / README
diff --git a/README b/README
index e69de29..ce6155f 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,40 @@
+Catalyst-Component-ACCEPT_CONTEXT
+
+Make accessing the Catalyst context from a Model/View even easier.
+
+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::Component::ACCEPT_CONTEXT
+
+You can also look for information at:
+
+    Search CPAN
+        http://search.cpan.org/dist/Catalyst-Component-ACCEPT_CONTEXT
+
+    CPAN Request Tracker:
+        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Component-ACCEPT_CONTEXT
+
+    AnnoCPAN, annotated CPAN documentation:
+        http://annocpan.org/dist/Catalyst-Component-ACCEPT_CONTEXT
+
+    CPAN Ratings:
+        http://cpanratings.perl.org/d/Catalyst-Component-ACCEPT_CONTEXT
+
+COPYRIGHT AND LICENCE
+
+Copyright (C) 2007 Jonathan Rockway
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.