From 969315eb69cdd050d5bcf74b9fb210bb4039359b Mon Sep 17 00:00:00 2001 From: Geraint Edwards Date: Fri, 21 Sep 2018 17:24:09 +0100 Subject: [PATCH] update to use new DM API --- README | 3 +- html/history.html | 3 + html/installing.html | 12 +- twirssi.pl | 435 ++++++++++++++++++++++++++++--------------- 4 files changed, 299 insertions(+), 154 deletions(-) diff --git a/README b/README index 532a493..e407230 100644 --- a/README +++ b/README @@ -1,8 +1,9 @@ ### Required Modules ### You may need to use CPAN or another method to install these modules. * WWW::Shorten::TinyURL + * Twitter::API + * JSON::MaybeXS * Net::Twitter - * JSON::Any ### Installation ### Installation is two part. First diff --git a/html/history.html b/html/history.html index 8e118bd..b866fbd 100644 --- a/html/history.html +++ b/html/history.html @@ -1,4 +1,7 @@