summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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');