Skip to content

Commit

Permalink
CPAN release 3.13003
Browse files Browse the repository at this point in the history
  • Loading branch information
semifor committed May 21, 2010
1 parent 00d7251 commit c9146dd
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,3 +1,6 @@
3.13003 2010-05-21
- production release with Lists API refactor and OAuth changes

3.13002_03 2010-05-13
- fixed: generate new OAuth authorization hearder on retry (RetryOnError trait)

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

VERSION
This document describes Net::Twitter version 3.13002_03
This document describes Net::Twitter version 3.13003

SYNOPSIS
use Net::Twitter;
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Identica.pm
Expand Up @@ -2,7 +2,7 @@ package Net::Identica;
use Moose;

# use *all* digits for fBSD ports
our $VERSION = '3.13002_03';
our $VERSION = '3.13003';
$VERSION = eval $VERSION; # numify for warning-free dev releases

extends 'Net::Twitter::Core';
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Twitter.pm
Expand Up @@ -11,7 +11,7 @@ has '_trait_namespace' => (
);

# use *all* digits for fBSD ports
our $VERSION = '3.13002_03';
our $VERSION = '3.13003';

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

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

# use *all* digits for fBSD ports
our $VERSION = '3.13002_03';
our $VERSION = '3.13003';

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

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Twitter/OAuth.pm
Expand Up @@ -2,7 +2,7 @@ package Net::Twitter::OAuth;
use Moose;

# use *all* digits for fBSD ports
our $VERSION = '3.13002_03';
our $VERSION = '3.13003';
$VERSION = eval $VERSION; # numify for warning-free dev releases

extends 'Net::Twitter::Core';
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Twitter/Search.pm
Expand Up @@ -2,7 +2,7 @@ package Net::Twitter::Search;
use Moose;

# use *all* digits for fBSD ports
our $VERSION = '3.13002_03';
our $VERSION = '3.13003';
$VERSION = eval $VERSION; # numify for warning-free dev releases

extends 'Net::Twitter::Core';
Expand Down

0 comments on commit c9146dd

Please sign in to comment.