[Jifty-commit] r824 - in Jifty-DBI/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Apr 9 17:35:25 EDT 2006


Author: jesse
Date: Sun Apr  9 17:35:24 2006
New Revision: 824

Modified:
   Jifty-DBI/trunk/   (props changed)
   Jifty-DBI/trunk/lib/Jifty/DBI.pm

Log:
 r11482 at hualien:  jesse | 2006-04-09 17:34:54 -0400
 * more POD fixes from eric


Modified: Jifty-DBI/trunk/lib/Jifty/DBI.pm
==============================================================================
--- Jifty-DBI/trunk/lib/Jifty/DBI.pm	(original)
+++ Jifty-DBI/trunk/lib/Jifty/DBI.pm	Sun Apr  9 17:35:24 2006
@@ -113,12 +113,12 @@
 
   
   my $handle = Jifty::DBI::Handle->new();
-  $handle->Connect(
-      Driver   => 'Pg',
-      Database => 'test',
-      Host     => 'reason',
-      User     => 'mhat',
-      Password => ''
+  $handle->connect(
+      driver   => 'Pg',
+      database => 'test',
+      host     => 'reason',
+      user     => 'mhat',
+      password => ''
   );
   
 Creates a new Jifty::DBI::Handle, and then connects to the database using 


More information about the Jifty-commit mailing list