diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Net/Backtweet.pm | 1 | ||||
| -rw-r--r-- | lib/Net/Backtype.pm | 1 |
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'; |
