Author: mjevans Date: Fri Apr 23 03:49:16 2010 New Revision: 13915 Modified: dbi/trunk/lib/DBD/File.pm
Log: Fix f_encoding outside of over Modified: dbi/trunk/lib/DBD/File.pm ============================================================================== --- dbi/trunk/lib/DBD/File.pm (original) +++ dbi/trunk/lib/DBD/File.pm Fri Apr 23 03:49:16 2010 @@ -967,13 +967,13 @@ But see L</"NOWN BUGS"> below. -=back - =item f_encoding With this attribute, you can set the encoding in which the file is opened. This is implemented using C<binmode $fh, ":encoding(<f_encoding>)">. +=back + =head2 Driver private methods =over 4
