Apache-RequestNotes

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

            Ken Y. Clark

0.02  3.15.2000
	- extended interface to return a reference to 
          an Apache::Table object for $input.  This allows
          for multi-keyed form data.
          thanks to Doug MacEachern and Matt Sergeant for
          their tips and efforts.
        - replaced pnotes('PARSE_ERROR') with 
          $Apache::RequestNotes::err
        - updated pod

0.03  4.19.2000
        - only add COOKIES pnotes if there are cookies to add
        - changed parsing error log message to error from warn
        - minor pod changes

0.04  05.04.2000
        - added Apache::Upload array to $r->pnotes('UPLOADS')
          thanks to Kip Cranford for extensive testing
        - added DisableUploads directive

Changes  view on Meta::CPAN

        - moved cookie parsing to before form data parsing
          so cookie data will be available even if the form
          data runs into trouble
        - documented that RequestNotes can run in phases other
          than init
        - documented that using RequestNotes then trying to 
          use Apache::Request or CGI.pm to get to POSTed data
          is both redundant and problematic.

0.05  05.15.2000
        - updated README to be consistent with perldoc (whoops)
        - corrected installation to install to a versioned
          directory (whoops)

0.06  12.27.2000
        - changed Apache::Request->new() call to instance()
        - documented availability of Apache::Request->instance() 
        - initialized Apache::RequestNotes::err properly
        - minor pod changes



( run in 0.330 second using v1.01-cache-2.11-cpan-05444aca049 )