Author: stas
Date: Tue Dec 21 17:09:47 2004
New Revision: 123024

URL: http://svn.apache.org/viewcvs?view=rev&rev=123024
Log:
add the missing DESTROY call

Modified:
   perl/modperl/docs/trunk/src/docs/2.0/api/APR/UUID.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/APR/UUID.pod
Url: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/APR/UUID.pod?view=diff&rev=123024&p1=perl/modperl/docs/trunk/src/docs/2.0/api/APR/UUID.pod&r1=123023&p2=perl/modperl/docs/trunk/src/docs/2.0/api/APR/UUID.pod&r2=123024
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/APR/UUID.pod       (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/APR/UUID.pod       Tue Dec 21 
17:09:47 2004
@@ -95,6 +95,28 @@
 
 
 
+=head2 C<DESTROY>
+
+  $uuid->DESTROY;
+
+=over 4
+
+=item obj: C<APR::UUID>
+( C<L<APR::UUID object|docs::2.0::api::APR::UUID>> )
+
+=item ret: no return value
+
+=item since: 1.99_12
+
+=back
+
+Do not call this method, it's designed to be only called by Perl when
+the variable goes out of scope. If you call it yourself you will get a
+segfault when perl will call DESTROY on its own.
+
+
+
+
 
 
 =head2 C<parse>

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

Reply via email to