develooper Front page | perl.dbi.changes | Postings from December 2012

[svn:dbi] r15531 - dbi/branches/sqlengine/lib/DBD/File

From:
REHSACK
Date:
December 20, 2012 10:50
Subject:
[svn:dbi] r15531 - dbi/branches/sqlengine/lib/DBD/File
Message ID:
20121220105015.47EC5184BB2@xx12.develooper.com
Author: REHSACK
Date: Thu Dec 20 02:50:15 2012
New Revision: 15531

Modified:
   dbi/branches/sqlengine/lib/DBD/File/Developers.pod

Log:
tidy examples in pod as Tux would write the code

Modified: dbi/branches/sqlengine/lib/DBD/File/Developers.pod
==============================================================================
--- dbi/branches/sqlengine/lib/DBD/File/Developers.pod	(original)
+++ dbi/branches/sqlengine/lib/DBD/File/Developers.pod	Thu Dec 20 02:50:15 2012
@@ -444,11 +444,10 @@
 
   package DBD::File::DataSource::File;
 
-  sub complete_table_name ($$;$)
-  {
+  sub complete_table_name ($$;$) {
     my ( $self, $meta, $table, $respect_case ) = @_;
     ...
-  }
+    }
 
 The method C<complete_table_name> tries to map a filename to the associated
 table name.  It is called with a partially filled meta structure for the
@@ -462,11 +461,10 @@
 
   package DBD::File::DataSource::File;
 
-  sub open_data ($)
-  {
+  sub open_data ($) {
     my ( $self, $meta, $attrs, $flags ) = @_;
     ...
-  }
+    }
 
 Depending on the attributes set in the table's meta data, the
 following steps are performed. Unless C<< f_dontopen >> is set to a



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About