Author: REHSACK Date: Tue Jun 8 12:18:36 2010 New Revision: 14124 Modified: dbi/trunk/lib/DBD/File/Developers.pod
Log: Fixing POD Modified: dbi/trunk/lib/DBD/File/Developers.pod ============================================================================== --- dbi/trunk/lib/DBD/File/Developers.pod (original) +++ dbi/trunk/lib/DBD/File/Developers.pod Tue Jun 8 12:18:36 2010 @@ -354,7 +354,7 @@ This method tries to map a filename to the associated table name. It is called with a partly filled meta structure for the resulting table containing at least the following attributes: -C<<f_ext >>, C<< f_dir >>, C<< f_lockfile >> and C<< sql_identifier_case>>. +C<< f_ext >>, C<< f_dir >>, C<< f_lockfile >> and C<< sql_identifier_case >>. If a file/table map can be found then this method sets the C<< f_fqfn >>, C<< f_fqbn >>, C<< f_fqln >> and C<< table_name >> attributes in
