diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-06-07 10:02:09 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-06-07 10:02:09 +0200 |
| commit | 40eecf17866988543a24a65f55f929b47d0bfc1e (patch) | |
| tree | 2ef695c4f6c1a6b6fecaba33957344e260660a26 /lib/Net | |
| parent | switch to dzil (diff) | |
| download | net-backtype-40eecf17866988543a24a65f55f929b47d0bfc1e.tar.gz | |
add moose
Diffstat (limited to 'lib/Net')
| -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'; |
