HTTP::Body, fixed multipart test to properly clean up temp files
[catagits/HTTP-Body.git] / lib / HTTP / Body.pm
index 3025a88..d178267 100644 (file)
@@ -60,6 +60,12 @@ Chunked bodies are supported by not passing a length value to new().
 
 It is currently used by L<Catalyst> to parse POST bodies.
 
+=head1 NOTES
+
+When parsing multipart bodies, temporary files are created to store any
+uploaded files.  You must delete these temporary files yourself after
+processing them.
+
 =head1 METHODS
 
 =over 4