added use bytes to support utf-8 encoded strings
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 17 Mar 2010 18:22:09 +0000 (18:22 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 17 Mar 2010 18:22:09 +0000 (18:22 +0000)
commitc1c00721fa3e9052dce9d7c54bcc804f562a920a
tree63eed101bdf7c445f9e3faaa79a9e1cbb3629b41
parentcc82d8d9e7460b0b8c9f829c77f53e2b17adcba5
added use bytes to support utf-8 encoded strings

We are not round-tripping utf-8 encoding strings correctly in
this version. We will get string back wothout perl utf-8 flag

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/Redis@69 447b33ff-793d-4489-8442-9bea7d161be5
lib/Redis.pm
t/01-Redis.t