r74572 - /trunk/libdbix-abstract-perl/t/dbia.config

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon May 16 20:06:38 UTC 2011


Author: gregoa
Date: Mon May 16 20:06:16 2011
New Revision: 74572

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74572
Log:
revert changes to t/dbia.config

Modified:
    trunk/libdbix-abstract-perl/t/dbia.config

Modified: trunk/libdbix-abstract-perl/t/dbia.config
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-abstract-perl/t/dbia.config?rev=74572&op=diff
==============================================================================
--- trunk/libdbix-abstract-perl/t/dbia.config (original)
+++ trunk/libdbix-abstract-perl/t/dbia.config Mon May 16 20:06:16 2011
@@ -1,11 +1,11 @@
 { my $opt = {
+         'testuser' => '',
+         'testport' => '',
+         'testhost' => '',
+         'testdsn' => '',
          'testdriver' => '',
-         'testport' => '',
          'testdb' => 'test',
-         'testuser' => '',
-         'testdsn' => '',
-         'testpassword' => '',
-         'testhost' => ''
+         'testpassword' => ''
        };
   sub load_all { return (
       driver   => $opt->{'testdriver'},




More information about the Pkg-perl-cvs-commits mailing list