From f08e782d88348464d4c615f578c15b9d84871308 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 18 Jul 2010 09:17:11 +0200 Subject: switch from mx::net::api to net::http::api; version and changes --- lib/Net/Backtweet.pm | 2 +- lib/Net/Backtype.pm | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'lib') 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', -- cgit 1.4.1