Author: joes Date: Wed Jan 12 09:47:50 2005 New Revision: 124976 URL: http://svn.apache.org/viewcvs?view=rev&rev=124976 Log: Document obsolete $upload->next from 1.x. Modified: httpd/apreq/trunk/glue/perl/docs/Upload.pod
Modified: httpd/apreq/trunk/glue/perl/docs/Upload.pod Url: http://svn.apache.org/viewcvs/httpd/apreq/trunk/glue/perl/docs/Upload.pod?view=diff&rev=124976&p1=httpd/apreq/trunk/glue/perl/docs/Upload.pod&r1=124975&p2=httpd/apreq/trunk/glue/perl/docs/Upload.pod&r2=124976 ============================================================================== --- httpd/apreq/trunk/glue/perl/docs/Upload.pod (original) +++ httpd/apreq/trunk/glue/perl/docs/Upload.pod Wed Jan 12 09:47:50 2005 @@ -348,6 +348,9 @@ =over 4 +=item * C<< $upload->next() >> is no longer available; please use the +C<< Apache::Upload::Table >> API when iterating over upload entries. + =item * C<info($header_name)> is replaced by C<info($set)>. =item * C<type()> returns only the MIME-type portion of the Content-Type header.
