[DBD::Pg 3/3] Skip more tests if we are dealing with the crappy SQL_ASCII encoding

[email protected] Sat, 7 Feb 2015 12:45:37 +0000
Newsgroups perl.dbd.pg.changes
Message-ID <[email protected]>
Committed by Greg Sabino Mullane <[email protected]>

Subject: [DBD::Pg 3/3] Skip more tests if we are dealing with the crappy
SQL_ASCII encoding

---
 t/30unicode.t | 1 +
 1 file changed, 1 insertion(+)

diff --git a/t/30unicode.t b/t/30unicode.t
index aa993b6..2d23c47 100644
--- a/t/30unicode.t
+++ b/t/30unicode.t
@@ -58,6 +58,7 @@ foreach (
 my %ranges = (
     UTF8 => qr/.*/,
     LATIN1 => qr/\A(?:ascii|latin 1 range)\z/,
+    SQL_ASCII => qr/nada/,
 );
 
 foreach (@tests) {
-- 
1.8.4