summaryrefslogtreecommitdiff
path: root/lib/Net
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-07-18 09:17:11 +0200
committerfranck cuny <franck@lumberjaph.net>2010-07-18 09:20:12 +0200
commitf08e782d88348464d4c615f578c15b9d84871308 (patch)
tree632bdd5fff9216e435bde1789c2838f4ddfe8bef /lib/Net
parentremove hsipit (diff)
downloadnet-backtype-f08e782d88348464d4c615f578c15b9d84871308.tar.gz
switch from mx::net::api to net::http::api; version and changesmaster
Diffstat (limited to 'lib/Net')
-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',