joes 2004/07/29 12:45:12
Modified: glue/perl/docs Error.pod Table.pod
Log:
Start documenting Error and Table classes
Revision Changes Path
1.6 +1 -1 httpd-apreq-2/glue/perl/docs/Error.pod
Index: Error.pod
===================================================================
RCS file: /home/cvs/httpd-apreq-2/glue/perl/docs/Error.pod,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Error.pod 29 Jul 2004 19:43:45 -0000 1.5
+++ Error.pod 29 Jul 2004 19:45:12 -0000 1.6
@@ -50,7 +50,7 @@
=head1 DESCRIPTION
This manpage documents the Apache::*::Error classes provided by
-the Apache::Request, Apache::Upload, or Apache::Cookie modules.
+the Apache::Request, Apache::Upload, and Apache::Cookie modules.
Error classes are all derived from APR::Error and the class
which first produced the error. Unlike the object that created it,
an Error object will not itself throw an error by calling its methods.
1.6 +1 -0 httpd-apreq-2/glue/perl/docs/Table.pod
Index: Table.pod
===================================================================
RCS file: /home/cvs/httpd-apreq-2/glue/perl/docs/Table.pod,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Table.pod 29 Jul 2004 19:43:45 -0000 1.5
+++ Table.pod 29 Jul 2004 19:45:12 -0000 1.6
@@ -53,6 +53,7 @@
=for example begin
+
my $table = Apache::Request::Table->new($r);
my $value = "bar\0quux";
$table->{foo} = $value;