From 40eecf17866988543a24a65f55f929b47d0bfc1e Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 7 Jun 2010 10:02:09 +0200 Subject: add moose --- lib/Net/Backtweet.pm | 1 + lib/Net/Backtype.pm | 1 + 2 files changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/Net/Backtweet.pm b/lib/Net/Backtweet.pm index 9eec20b..4db5e0c 100644 --- a/lib/Net/Backtweet.pm +++ b/lib/Net/Backtweet.pm @@ -2,6 +2,7 @@ package Net::Backtweet; # ABSTRACT: client for the backtweet API +use Moose; use MooseX::Net::API; extends 'Net::Backtype'; diff --git a/lib/Net/Backtype.pm b/lib/Net/Backtype.pm index 30b1784..235f1ee 100644 --- a/lib/Net/Backtype.pm +++ b/lib/Net/Backtype.pm @@ -2,6 +2,7 @@ package Net::Backtype; # ABSTRACT: client for the backtype API +use Moose; use MooseX::Net::API; our $VERSION = '0.02'; -- cgit v1.2.3