Author: timbo Date: Wed Nov 10 08:46:20 2010 New Revision: 14520 Modified: dbi/trunk/Changes dbi/trunk/DBI.pm
Log: Fixed typo in InactiveDestroy thanks to Emmanuel Rodriguez RT#62898 Modified: dbi/trunk/Changes ============================================================================== --- dbi/trunk/Changes (original) +++ dbi/trunk/Changes Wed Nov 10 08:46:20 2010 @@ -6,6 +6,10 @@ =cut +=head2 Changes in DBI 1.617 (svn rXXX) XXX + + Fixed typo in InactiveDestroy thanks to Emmanuel Rodriguez. + =head2 Changes in DBI 1.616 (svn r14486) 15th October 2010 Documented dbd_st_execute return (Martin J. Evans) Modified: dbi/trunk/DBI.pm ============================================================================== --- dbi/trunk/DBI.pm (original) +++ dbi/trunk/DBI.pm Wed Nov 10 08:46:20 2010 @@ -3630,7 +3630,7 @@ This attribute is specifically designed for use in Unix applications that "fork" child processes. For some drivers, when the child process exits the destruction of inherited handles cause the corresponding handles in the -perent process to cease working. +parent process to cease working. Either the parent or the child process, but not both, should set C<InactiveDestroy> true on all their shared handles. Alternatively the
