From 5b31a98ed109e378ce0e5920d716d47c7d6dca9c Mon Sep 17 00:00:00 2001 From: franck cuny Date: Fri, 16 Jul 2010 16:10:50 +0200 Subject: rename from mx::net::api to net::http::api --- t/02_error.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/02_error.t') diff --git a/t/02_error.t b/t/02_error.t index 3ab5dcc..336a593 100644 --- a/t/02_error.t +++ b/t/02_error.t @@ -4,7 +4,7 @@ use Test::More; use Test::Exception; package test::api::missing_api_base_url; -use MooseX::Net::API; +use Net::HTTP::API; net_api_method user => (method => 'GET', path => '/user/'); -- cgit v1.2.3