diff options
author | dakkar <dakkar@thenautilus.net> | 2018-06-29 14:57:47 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2018-06-29 14:57:47 +0100 |
commit | 2ca0c78590a78a237669820ac225c378058d9b44 (patch) | |
tree | c5a1053fee334d6ff83860d66f8108368d2c676c /lib/Dakkar/TweetArchive | |
parent | giving up, just migrate the current set of people (diff) | |
download | tweet-archive-migrate-to-Twitter-API.tar.gz tweet-archive-migrate-to-Twitter-API.tar.bz2 tweet-archive-migrate-to-Twitter-API.zip |
home_timeline worksmigrate-to-Twitter-API
no automatic cursor support yet, so friends/followers won't return the
whole list
Diffstat (limited to 'lib/Dakkar/TweetArchive')
-rw-r--r-- | lib/Dakkar/TweetArchive/Store.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Dakkar/TweetArchive/Store.pm b/lib/Dakkar/TweetArchive/Store.pm index cc64a87..ee6c9e4 100644 --- a/lib/Dakkar/TweetArchive/Store.pm +++ b/lib/Dakkar/TweetArchive/Store.pm @@ -7,7 +7,7 @@ use Types::Standard qw(Str InstanceOf); use DateTime::Format::Strptime; use DateTime::Format::Pg; use JSON::MaybeXS; -use namespace::clean; +use namespace::autoclean; has [qw(dsn user pass)] => ( is => 'ro', |