[svn:dbi] r14408 - dbi/trunk/lib/DBD

[email protected] Wed, 15 Sep 2010 23:43:23 -0700 (PDT)
Newsgroups perl.dbi.changes
Message-ID <[email protected]>
Author: hmbrand
Date: Wed Sep 15 23:43:23 2010
New Revision: 14408

Modified:
   dbi/trunk/lib/DBD/File.pm

Log:
tidy

Modified: dbi/trunk/lib/DBD/File.pm
==============================================================================
--- dbi/trunk/lib/DBD/File.pm	(original)
+++ dbi/trunk/lib/DBD/File.pm	Wed Sep 15 23:43:23 2010
@@ -881,9 +881,7 @@
     f_lockfile => "f_fqfn", # forces new file2table call
     );
 
-my %compat_map = (
-    map { $_ => "f_$_" } qw( file ext lock lockfile )
-);
+my %compat_map = map { $_ => "f_$_" } qw( file ext lock lockfile );
 
 sub register_reset_on_modify
 {