develooper Front page | perl.cvs.p5ee | Postings from April 2008

[svn:p5ee] r11052 - p5ee/trunk/App-Repository/lib/App/Repository

From:
spadkins
Date:
April 4, 2008 07:28
Subject:
[svn:p5ee] r11052 - p5ee/trunk/App-Repository/lib/App/Repository
Author: spadkins
Date: Fri Apr  4 07:28:10 2008
New Revision: 11052

Modified:
   p5ee/trunk/App-Repository/lib/App/Repository/DBI.pm

Log:
add comment so that vi can match braces

Modified: p5ee/trunk/App-Repository/lib/App/Repository/DBI.pm
==============================================================================
--- p5ee/trunk/App-Repository/lib/App/Repository/DBI.pm	(original)
+++ p5ee/trunk/App-Repository/lib/App/Repository/DBI.pm	Fri Apr  4 07:28:10 2008
@@ -1118,7 +1118,7 @@
         ############################################################
         # allow param substitutions in dbexpr
         ############################################################
-        if ($dbexpr =~ /{/) {
+        if ($dbexpr =~ /{/) {   # } (match braces)
             $dbexpr = $self->substitute($dbexpr, $params);
         }
 



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About