Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
Release 0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
acme committed Feb 2, 2009
1 parent 1031384 commit 8cc8cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
@@ -1,6 +1,6 @@
Revision history for Perl module Net::Mosso::CloudFiles:

0.35
0.35 Mon Feb 2 06:10:06 GMT 2009
- Reauthenticate when the authentication token expires
(after one hour)
- Return more than 10,000 objects by issuing multiple calls
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Mosso/CloudFiles.pm
Expand Up @@ -7,7 +7,7 @@ use Net::Mosso::CloudFiles::Object;
use LWP::ConnCache::MaxKeepAliveRequests;
use LWP::UserAgent::Determined;
use URI::QueryParam;
our $VERSION = '0.34';
our $VERSION = '0.35';

my $DEBUG = 0;

Expand Down

0 comments on commit 8cc8cb1

Please sign in to comment.