Author: turnstep
Date: Tue Mar 29 19:13:45 2011
New Revision: 14807
Modified:
DBD-Pg/trunk/t/dbdpg_test_setup.pl
Log:
Workaround for LANG issue in 01connect.t test. CPAN bug #56705
Modified: DBD-Pg/trunk/t/dbdpg_test_setup.pl
==============================================================================
--- DBD-Pg/trunk/t/dbdpg_test_setup.pl (original)
+++ DBD-Pg/trunk/t/dbdpg_test_setup.pl Tue Mar 29 19:13:45 2011
@@ -101,7 +101,7 @@
1;
};
- if ($@ =~ /invalid connection option/) {
+ if ($@ =~ /invalid connection option/ or $@ =~ /failed:.*"dbbarf"/) {
return $helpconnect, $@, undef;
}
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.