Skip to content

Commit

Permalink
Typo fix and notes, courtesy of mgrdcm
Browse files Browse the repository at this point in the history
  • Loading branch information
semifor committed Jun 1, 2009
1 parent 89f80f1 commit c0ef599
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changes
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions lib/Net/Twitter/Core.pm
Expand Up @@ -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/;

Expand Down
1 change: 1 addition & 0 deletions lib/Net/Twitter/Role/API/REST.pm
Expand Up @@ -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
Expand Down

0 comments on commit c0ef599

Please sign in to comment.