From c0ef5994b5a78d24a2554c2cceeabf3e75799774 Mon Sep 17 00:00:00 2001 From: Marc Mims Date: Mon, 1 Jun 2009 08:18:02 -0700 Subject: [PATCH] Typo fix and notes, courtesy of mgrdcm --- Changes | 2 +- lib/Net/Twitter/Core.pm | 1 + lib/Net/Twitter/Role/API/REST.pm | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 2385f30..4fb797d 100644 --- a/Changes +++ b/Changes @@ -2,7 +2,7 @@ - Updated version requirements in Makefile.PL 3.00001 2009-05-30 - - povided version numbers for modules that already existed on CPAN + - Provided version numbers for modules that already existed on CPAN 3.00000 2009-05-30 - upgrade get/put parms so Latin-1 can be handled as UTF-8 diff --git a/lib/Net/Twitter/Core.pm b/lib/Net/Twitter/Core.pm index 60b4642..ee380f9 100644 --- a/lib/Net/Twitter/Core.pm +++ b/lib/Net/Twitter/Core.pm @@ -73,6 +73,7 @@ sub _parse_result { my ($self, $res) = @_; # workaround for Laconica API returning bools as strings + # (Fixed in Laconi.ca 0.7.4) my $content = $res->content; $content =~ s/^"(true|false)"$/$1/; diff --git a/lib/Net/Twitter/Role/API/REST.pm b/lib/Net/Twitter/Role/API/REST.pm index fac6d78..53b0580 100644 --- a/lib/Net/Twitter/Role/API/REST.pm +++ b/lib/Net/Twitter/Role/API/REST.pm @@ -78,6 +78,7 @@ your own user, or the profile page for a third party. # TODO: URL should be 'mentions', not 'replies', but the Laconica API doesn't # recognize 'mentions' yet, so we'll cheat, as long as Twitter plays along and # keeps 'replies' active or until Laconica/Identica is fixed. +# (Fixed in Laconi.ca 0.7.4.) twitter_api_method mentions => ( description => <<'', Returns the 20 most recent mentions (statuses containing @username) for the