X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FUpload.pm;h=39bc4c0eb917d7e72cf886f2cd5db06b78555410;hp=6df2dffca7e675ef815763e6434d58e6120b761f;hb=772bd9deac85d462d77bfe2cbbe73f3de1688ebf;hpb=6adc45cf93c50a080f1f32bad475fd2ab5844887 diff --git a/lib/Catalyst/Request/Upload.pm b/lib/Catalyst/Request/Upload.pm index 6df2dff..39bc4c0 100644 --- a/lib/Catalyst/Request/Upload.pm +++ b/lib/Catalyst/Request/Upload.pm @@ -135,8 +135,8 @@ is found. This also accepts an override encoding value that you can use to force a particular L layer. If neither are found the filehandle is set to :raw. -This is useful if you are pulling the file into code and inspecting bit and -maybe then sending those bits back as the response. (Please not this is not +This is useful if you are pulling the file into code and inspecting bits and +maybe then sending those bits back as the response. (Please note this is not a suitable filehandle to set in the body; use C if you are doing that). Please note that using this method sets the underlying filehandle IO layer