Merge pull request #5 from wolfsage/topic/pod-nit
Karen Etheridge [Thu, 5 Mar 2015 17:03:43 +0000 (09:03 -0800)]
Fix broken pod.

lib/Catalyst/Manual/Cookbook.pod

index f31b41c..f689e41 100644 (file)
@@ -1425,7 +1425,7 @@ And in the controller:
         $c->stash->{template} = 'file_upload.html';
     }
 
-C<for my $field ($c-E<gt>req->upload)> loops automatically over all file
+C<< for my $field ($c->req->upload) >> loops automatically over all file
 input fields and gets input names. After that is basic file saving code,
 just like in single file upload.