Apache::Request is fetched with a new object instead of instance if request options are provided
additional, request_options and view_options attributes of Maypole::Config are initialised with hashref
do_delete action now has exported attribute in ::Model::CDBI::Base
+ Fixed links in flox to cookbook (bug 22899)
2.12 22 June 2007
stored in the database already (which is a reasonable assumption for the
moment since we don't have a way to upload a photo quite yet) then we
can use a variation of the "Displaying pictures" hack from the
-L<Request Cookbook|Maypole::Manual::Cookbook:
+L<Request Cookbook|Maypole::Manual::Cookbook>:
sub view_picture :Exported {
my ($self, $r) = @_;