summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Net/Backtweet.pm2
-rw-r--r--lib/Net/Backtype.pm5
2 files changed, 3 insertions, 4 deletions
diff --git a/lib/Net/Backtweet.pm b/lib/Net/Backtweet.pm
index 474cdc2..23e25c7 100644
--- a/lib/Net/Backtweet.pm
+++ b/lib/Net/Backtweet.pm
@@ -3,7 +3,7 @@ package Net::Backtweet;
 # ABSTRACT: client for the backtweet API
 
 use Moose;
-use MooseX::Net::API;
+use Net::HTTP::API;
 extends 'Net::Backtype';
 
 net_api_declare backtweet => (
diff --git a/lib/Net/Backtype.pm b/lib/Net/Backtype.pm
index 6f28877..4f1896d 100644
--- a/lib/Net/Backtype.pm
+++ b/lib/Net/Backtype.pm
@@ -2,10 +2,9 @@ package Net::Backtype;
 
 # ABSTRACT: client for the backtype API
 
-use Moose;
-use MooseX::Net::API;
+use Net::HTTP::API;
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 net_api_declare backtype => (
     base_url    => 'http://api.backtype.com',