X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Component-ACCEPT_CONTEXT.git;a=blobdiff_plain;f=README;h=ce6155fe5c1e3d9c08b407e05b95d840dbfad454;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=75f37967953d7c4558c4e4bfd6525e2afc61fd7c;hpb=6166f03d12382556473156bd939721414a11fcb2 diff --git a/README b/README index e69de29..ce6155f 100644 --- 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.