Author: timbo Date: Wed Jun 6 09:32:38 2012 New Revision: 15326 Modified: dbi/trunk/Changes dbi/trunk/lib/DBD/Gofer.pm
Log: Fixed lack of =encoding in non-ASCII pod docs. RT#77588 Modified: dbi/trunk/Changes ============================================================================== --- dbi/trunk/Changes (original) +++ dbi/trunk/Changes Wed Jun 6 09:32:38 2012 @@ -4,10 +4,14 @@ (As of $Date$ $Revision$) +=encoding ISO8859-1 + =cut =head2 Changes in DBI 1.622 + Fixed lack of =encoding in non-ASCII pod docs. RT#77588 + Corrected typo in DBI::ProfileDumper thanks to Finn Hakansson. =head2 Changes in DBI 1.621 (svn r15315) 21st May 2012 Modified: dbi/trunk/lib/DBD/Gofer.pm ============================================================================== --- dbi/trunk/lib/DBD/Gofer.pm (original) +++ dbi/trunk/lib/DBD/Gofer.pm Wed Jun 6 09:32:38 2012 @@ -838,6 +838,8 @@ driver or transport. These are described below or in the documentation of the transport module being used. +=encoding ISO8859-1 + =head1 DESCRIPTION DBD::Gofer is a DBI database driver that forwards requests to another DBI
