Skip to content

Commit

Permalink
prepare a CPAN dev release
Browse files Browse the repository at this point in the history
  • Loading branch information
semifor committed Oct 24, 2009
1 parent 727aa7f commit ce2aad1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.07999_01 2009-10-23
- Added experimental Lists API support

3.07004 2009-10-22
- Fixed: cached request_token results in a stale authentication/authorization urls

Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME
Net::Twitter - A perl interface to the Twitter API

VERSION
This document describes Net::Twitter version 3.07004
This document describes Net::Twitter version 3.07999_01

SYNOPSIS
use Net::Twitter;
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Twitter/Core.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use Data::Visitor::Callback;
use namespace::autoclean;

# use *all* digits for fBSD ports
our $VERSION = '3.07004';
our $VERSION = '3.07999_01';

$VERSION = eval $VERSION; # numify for warning-free dev releases

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Twitter/Role/API/Lists.pm
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ sub unsubscribe_list {
return $self->_lists_api_call('DELETE', ['slug'], "%s/subscribers", @args);
}

=item is_subscribed
=item is_subscribed_list
Parameters: user, slug, id
Expand Down

0 comments on commit ce2aad1

Please sign in to comment.