summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-06-07 10:02:09 +0200
committerfranck cuny <franck@lumberjaph.net>2010-06-07 10:02:09 +0200
commit40eecf17866988543a24a65f55f929b47d0bfc1e (patch)
tree2ef695c4f6c1a6b6fecaba33957344e260660a26
parentswitch to dzil (diff)
downloadnet-backtype-40eecf17866988543a24a65f55f929b47d0bfc1e.tar.gz
add moose
-rw-r--r--lib/Net/Backtweet.pm1
-rw-r--r--lib/Net/Backtype.pm1
2 files changed, 2 insertions, 0 deletions
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';