X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FComponent%2FACCEPT_CONTEXT.pm;h=5fd529f911155f72e30f8e1e542efc23ea9571aa;hb=bf842f6325fe9a408feacf1d230f0fbf51b5cedb;hp=1a6f0a883c6bd47e298a4d792855004b6ecce63b;hpb=9087ba500246c810025823e93927f62580238e78;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..5fd529f 100644 --- a/lib/Catalyst/Component/ACCEPT_CONTEXT.pm +++ b/lib/Catalyst/Component/ACCEPT_CONTEXT.pm @@ -12,11 +12,11 @@ request context available in Models and Views. =head1 VERSION -Version 0.06 +Version 0.07 =cut -our $VERSION = '0.06'; +our $VERSION = '0.07'; =head1 SYNOPSIS @@ -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.