summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-07-30 10:17:04 +0200
committerfranck cuny <franck@lumberjaph.net>2010-07-30 10:17:04 +0200
commitc2d968a600618a58c9efec010ff50a42d4d8bbd4 (patch)
treef36095588143cf473db8833e624f47ee396cf07b /lib
parentfix hook to add worker_id (diff)
downloadnet-presque-master.tar.gz
switch to net::http::api master
Diffstat (limited to 'lib')
-rw-r--r--lib/Net/Presque.pm2
1 files changed, 1 insertions, 1 deletions
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');