X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FComponent%2FACCEPT_CONTEXT.pm;h=e77e4d7b3063e3174eed651a3e7f18ed25e33876;hb=19ac5de9c674ceb9e73803f590fd5791a4f9c507;hp=1a6f0a883c6bd47e298a4d792855004b6ecce63b;hpb=b0109827dfcadd0e946c7a47dc9bab12bb565b30;p=catagits%2FCatalyst-Component-ACCEPT_CONTEXT.git diff --git a/lib/Catalyst/Component/ACCEPT_CONTEXT.pm b/lib/Catalyst/Component/ACCEPT_CONTEXT.pm index 1a6f0a8..e77e4d7 100644 --- a/lib/Catalyst/Component/ACCEPT_CONTEXT.pm +++ b/lib/Catalyst/Component/ACCEPT_CONTEXT.pm @@ -42,7 +42,7 @@ your model: Using this module is somewhat of a hack. Changing the state of your objects on every request is a pretty braindead way of doing OO. If you want your application to be brain-live, then you should use -L. +L. Instead of doing this on every request (which is basically what this module does): @@ -143,6 +143,16 @@ sub COMPONENT { Jonathan Rockway, C<< >> +Patches contributed and maintained by: + +=over + +=item Rafael Kitover (Caelum) + +=item Tomas Doran (t0m) C<< >> + +=back + =head1 BUGS Please report any bugs or feature requests to @@ -183,6 +193,12 @@ L =back +=head1 Source code + +The source code for this project can be found at: + + git://git.shadowcat.co.uk/catagits/Catalyst-Component-ACCEPT_CONTEXT + =head1 COPYRIGHT & LICENSE Copyright 2007 Jonathan Rockway.