From c2d968a600618a58c9efec010ff50a42d4d8bbd4 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Fri, 30 Jul 2010 10:17:04 +0200 Subject: switch to net::http::api --- lib/Net/Presque.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Net/Presque.pm b/lib/Net/Presque.pm index 1a7c976..2fe1019 100644 --- a/lib/Net/Presque.pm +++ b/lib/Net/Presque.pm @@ -1,6 +1,6 @@ package Net::Presque; -use MooseX::Net::API; +use Net::HTTP::API; has worker_id => (is => 'rw', isa => 'Str', predicate => 'has_worker_id'); -- cgit 1.4.1