Is Apache::Test the best way to test a module that receives an Apache::Request object after an upload form submit?

It will be a utility module based on Data::FormValidator::Constraints::Upload, and I'm wondering if there is a way to test it without having a test server running. It is not a handler, but a module to be used by my HTML::Mason code to verify type, size, etc.

I'm not sure I can use Apache::FakeRequest for things like upload data.



--
Barry Hoggard
Tristan Media LLC
w: www.tristanmedia.com
aim: hoggardb


-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to