Jan Kratochvil wrote:
Hi,

attached patch is for:
        http://search.cpan.org/~gozer/mod_perl-2.0.1/docs/api/APR/Table.pod

and its:
[...]
Index: api/APR/Table.pod
===================================================================
--- api/APR/Table.pod   (revision 289859)
+++ api/APR/Table.pod   (working copy)
@@ -976,7 +976,7 @@
$table->add("a" => 1);
   $table->add("b" => 2);
-  $table->add("c" => 3);
+  $table->add("a" => 3);

Thanks Jan, commited.

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://mailchannels.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to