Apache/ParseFormData version 0.06
=================================

The Apache::ParseFormData module allows you to easily decode and parse
form and query data, even multipart forms generated by "file upload".

This module only work with mod_perl-2.0

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  mod_perl-2.0
  perl 5.8

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2003 Henrique Dias

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.