From 9e05cc25f30698fd9397ee2e14f73543ce0645aa Mon Sep 17 00:00:00 2001 From: franck cuny Date: Wed, 8 Dec 2010 17:44:58 +0100 Subject: add HashRef to type def. --- t/lib/TestAPI.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 't/lib') diff --git a/t/lib/TestAPI.pm b/t/lib/TestAPI.pm index ea770e9..4f7873e 100644 --- a/t/lib/TestAPI.pm +++ b/t/lib/TestAPI.pm @@ -4,8 +4,9 @@ use Net::HTTP::API; use HTTP::Response; net_api_declare fake_api => ( - api_base_url => 'http://exemple.com', - format => 'json', + api_base_url => 'http://exemple.com', + format => 'json', + format_options => { utf8 => 1, } ); net_api_method users => ( -- cgit 1.4.1