X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FUpload.pm;h=d8e58bea7e0f7834b39ad0b9048d648b482d1e52;hb=f8db2ed7cc69853222729adfdbb48e5e4bea9bd2;hp=019290cdba742b006942f7738fe278041b087c61;hpb=27dad9301094f25bcedc66c476ec8b9d61521fb7;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Request/Upload.pm b/lib/Catalyst/Request/Upload.pm index 019290c..d8e58be 100644 --- a/lib/Catalyst/Request/Upload.pm +++ b/lib/Catalyst/Request/Upload.pm @@ -45,6 +45,8 @@ sub _build_basename { no Moose; +=for stopwords uploadtmp + =head1 NAME Catalyst::Request::Upload - handles file upload requests @@ -129,9 +131,9 @@ Returns the size of the uploaded file in bytes. Returns a scalar containing the contents of the temporary file. -Note that this method will cause the filehandle pointed to by -C<< $upload->fh >> to be seeked to the start of the file, -and the file handle to be put into binary mode. +Note that this will cause the filehandle pointed to by C<< $upload->fh >> to +be reset to the start of the file using seek and the file handle to be put +into binary mode. =cut