Skip to content

Commit

Permalink
bump Change and VERSION for 0.051 release to CPAN
Browse files Browse the repository at this point in the history
  • Loading branch information
leejo committed May 12, 2015
1 parent 9a45236 commit 08fdd53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

Changelog for perl module AWS::S3

0.051 2015-05-23
- default size to 0 when not set in content-length (GH #1)

0.050 2014-10-23
New maintainer leejo
- Add lib/AWS/S3/Request/GetPreSignedUrl.pm to MANIFEST
Expand Down
2 changes: 1 addition & 1 deletion lib/AWS/S3.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use AWS::S3::ResponseParser;
use AWS::S3::Owner;
use AWS::S3::Bucket;

our $VERSION = '0.050';
our $VERSION = '0.051';

has [qw/access_key_id secret_access_key/] => ( is => 'ro', isa => 'Str' );

Expand Down

0 comments on commit 08fdd53

Please sign in to comment.