Change MKDEBUG to PTDEBUG. Remove 1.0.2 from release notes.

This commit is contained in:
Daniel Nichter
2011-12-30 09:23:41 -07:00
parent 547cbfd348
commit d1bd7a9f3b
44 changed files with 5083 additions and 5111 deletions

View File

@@ -252,7 +252,7 @@ SKIP: {
# mysql_enable_utf8 => ($cxn_string =~ m/charset=utf8/ ? 1 : 0),
# in get_dbh(). That line is part of a hashref declaration so we
# have no access to it here. I keep this this test because it allows
# me to look manually via MKDEBUG and see that mysql_enable_utf8=>1
# me to look manually via PTDEBUG and see that mysql_enable_utf8=>1
# even if A=UTF8.
$d = $dp->parse('h=127.0.0.1,P=12345,A=UTF8,u=msandbox,p=msandbox');
eval {